Aqualogic Interaction API  
 

IValue Methods

The methods of the IValue interface are listed below. For a complete list of IValue interface members, see the IValue Members topic.

Public Instance Methods

GetType Gets the type of the value in order to know how to use it.
GetValue Gets the value object stored as a generic object. Call GetType() to find out the type of the value.
SetType Sets the type fo the value object.
SetValue Sets the value object to be stored. It will be stored as a generic object.

See Also

IValue Interface | com.plumtree.server.condition Namespace