com.ibm.portal.portletconversion
Interface Data


public interface Data

This interface defines a representation of values and types of portlet settings and portlet data of a source IBM API portlet.

Since:
7.0.0

Method Summary
 java.lang.String getType()
          Returns the type of the portlet setting or portlet data item.
 java.lang.String getValue()
          Returns the value of the portlet setting or portlet data item.
 

Method Detail

getType

java.lang.String getType()
Returns the type of the portlet setting or portlet data item.

Returns:
A String representation of the type, either string or binary.

getValue

java.lang.String getValue()
Returns the value of the portlet setting or portlet data item.

Returns:
A String representation of the value.