Rule Execution Server API

ilog.rules.bom
Interface IlrActualValue

All Superinterfaces:
IlrAbstractValue, IlrProperties, IlrTransientProperties
All Known Subinterfaces:
IlrMutableActualValue
All Known Implementing Classes:
IlrDynamicActualValue

public interface IlrActualValue
extends IlrAbstractValue

A real value, that is not a reference. It can be:

This element directly contains a value. This is not a reference (see IlrStaticReference).


Method Summary
 IlrType getType()
          Returns the type of the value.
 Object getValue()
          Returns the value as a Java object.
 
Methods inherited from interface ilog.rules.bom.IlrProperties
isPropertyPersistent, setPersistentProperty, setPersistentProperty
 
Methods inherited from interface ilog.rules.bom.IlrTransientProperties
getPropertyValue, getPropertyValue, propertyNames, removeProperty, setPropertyValue
 

Method Detail

getValue

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


getType

IlrType getType()
Returns the type of the value.


Rule Execution Server API

© Copyright IBM Corp. 1987, 2013