com.ibm.portal.propertybroker.property

Interface PropertyValue

All Superinterfaces:
java.io.Serializable

  1. public interface PropertyValue
  2. extends java.io.Serializable
PropertyValue provides a way to pass context to pages/portlets.
See Also:
PropertyController

Method Summary

Modifier and Type Method and Description
  1. Property
getProperty()
Return the Property part of this object.
  1. java.lang.Object
getValue()
Return the value of the Property.
  1. java.lang.String
toString()

Method Detail

toString

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

getProperty

  1. Property getProperty()
Return the Property part of this object.
Returns:
the Property part of this object
See Also:

getValue

  1. 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.