Rule Execution Server API

ilog.rules.bom.mutable
Interface IlrMutableActualValue

All Superinterfaces:
IlrAbstractValue, IlrActualValue, IlrProperties, IlrTransientProperties
All Known Implementing Classes:
IlrDynamicActualValue

public interface IlrMutableActualValue
extends IlrActualValue

Actual value mutable interface.

Since:
JRules 5.0

Method Summary
 void setType(IlrType type)
          Sets the type of the value.
 void setValue(Object value)
          Sets the value contained by this actual value.
 
Methods inherited from interface ilog.rules.bom.IlrActualValue
getType, getValue
 
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

setValue

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

Parameters:
value - The value.

setType

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

Parameters:
type - The type.

Rule Execution Server API

© Copyright IBM Corp. 1987, 2013