Aqualogic Interaction API  
 

IValue Members

IValue overview

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