Rule Execution Server API

ilog.rules.bom.dynamic
Class IlrDynamicActualValue

java.lang.Object
  extended by ilog.rules.bom.dynamic.IlrDynamicValue
      extended by ilog.rules.bom.dynamic.IlrDynamicActualValue
All Implemented Interfaces:
IlrAbstractValue, IlrActualValue, IlrProperties, IlrTransientProperties, IlrMutableActualValue, Serializable

public class IlrDynamicActualValue
extends IlrDynamicValue
implements IlrMutableActualValue

Implementation of the IlrActualValue interface.

Warning: Serialized objects of this class will not be compatible with future releases. The current serialization support is appropriate for short term storage or RMI between applications running the same version of IBM Decision Server.

See Also:
Serialized Form

Constructor Summary
IlrDynamicActualValue()
           
 
Method Summary
 IlrType getType()
          Returns the type of the value.
 Object getValue()
          Returns the value as a Java object.
 void setType(IlrType type)
          Sets the type of the value.
 void setValue(Object value)
          Sets the value contained by this actual value.
 String toString()
           
 
Methods inherited from class ilog.rules.bom.dynamic.IlrDynamicValue
getPropertyValue, getPropertyValue, isPropertyPersistent, propertyNames, removeProperty, setPersistentProperty, setPersistentProperty, setPropertyValue
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface ilog.rules.bom.IlrProperties
isPropertyPersistent, setPersistentProperty, setPersistentProperty
 
Methods inherited from interface ilog.rules.bom.IlrTransientProperties
getPropertyValue, getPropertyValue, propertyNames, removeProperty, setPropertyValue
 

Constructor Detail

IlrDynamicActualValue

public IlrDynamicActualValue()
Method Detail

getValue

public Object getValue()
Returns the value as a Java object.

Specified by:
getValue in interface IlrActualValue
Returns:
The value as a Java object.

getType

public IlrType getType()
Returns the type of the value.

Specified by:
getType in interface IlrActualValue
Returns:
The type of the value.

setValue

public void setValue(Object value)
Sets the value contained by this actual value.

Specified by:
setValue in interface IlrMutableActualValue
Parameters:
value - The value.

setType

public void setType(IlrType type)
Sets the type of the value.

Specified by:
setType in interface IlrMutableActualValue
Parameters:
type - The type.

toString

public String toString()
Overrides:
toString in class Object

Rule Execution Server API

© Copyright IBM Corp. 1987, 2013