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:
Method Summary
Modifier and Type | Method and Description |
---|---|
getProperty()
Return the
Property part of this object.
|
|
|
getValue()
Return the value of the
Property .
|
|
toString()
|
Method Detail
toString
- java.lang.String toString()
Overrides:
toString
in class java.lang.Object
getProperty
- Property getProperty()
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
.
Property
part of this object.