IBM WebSphere Application ServerTM
Release 8

com.ibm.portal.propertybroker.property
Interface PropertyValue

All Superinterfaces:
java.io.Serializable

Deprecated.

@Deprecated
public interface PropertyValue
extends java.io.Serializable

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

See Also:
PropertyController

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

Method Detail

toString

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

getProperty

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

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

getValue

java.lang.Object getValue()
Deprecated. 
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