IBM WebSphere Application ServerTM
Release 8

com.ibm.portal.propertybroker.property
Interface PropertyValue

All Superinterfaces:
java.io.Serializable

public interface PropertyValue
extends java.io.Serializable

PropertyValue provides a way to pass context to pages/portlets.

See Also:
PropertyController

Method Summary
 Property getProperty()
          Return the Property part of this object.
 java.lang.Object getValue()
          Return the value of the Property.
 java.lang.String toString()
           
 

Method Detail

toString

java.lang.String toString()
Overrides:
toString in class java.lang.Object

getProperty

Property getProperty()
Return the Property part of this object.

Returns:
the Property part of this object
See Also:
Property

getValue

java.lang.Object getValue()
Return the value of the Property. Will be an instance of the java class associated with the Property.

Returns:
the value of the Property.

IBM WebSphere Application ServerTM
Release 8