+

Search Tips   |   Advanced Search

 PREV CLASS   NEXT CLASS
Tree 
SUMMARY: NESTED | FIELD | CONSTR | METHOD DETAIL: FIELD | CONSTR | METHOD

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()
          Return the type of the portlet setting or portlet data item.
 java.lang.String getValue()
          Return 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.
 PREV CLASS   NEXT CLASS
Tree 
SUMMARY: NESTED | FIELD | CONSTR | METHOD DETAIL: FIELD | CONSTR | METHOD