Rule Execution Server API

ilog.rules.bom.dynamic
Class IlrDynamicStaticReference

java.lang.Object
  extended by ilog.rules.bom.dynamic.IlrDynamicModelElement
      extended by ilog.rules.bom.dynamic.IlrDynamicStaticReference
All Implemented Interfaces:
IlrAbstractValue, IlrModelElement, IlrProperties, IlrStaticReference, IlrTransientProperties, IlrMutableModelElement, IlrMutableStaticReference, Serializable

public class IlrDynamicStaticReference
extends IlrDynamicModelElement
implements IlrMutableStaticReference

An implementation of the IlrStaticReference 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

Method Summary
 Object getValue()
          Returns the value of the element.
 String toString()
           
 
Methods inherited from class ilog.rules.bom.dynamic.IlrDynamicModelElement
fireUpdate, fireUpdate, fixType, getFullyQualifiedName, getMutableObjectModel, getName, getObjectModel, getPropertyValue, getPropertyValue, hasListeners, 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.IlrStaticReference
getPeerExpression, setPeerExpression
 
Methods inherited from interface ilog.rules.bom.IlrModelElement
getEnclosingNamespace, getFullyQualifiedName, getName, getObjectModel
 
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

toString

public String toString()
Overrides:
toString in class Object

getValue

public Object getValue()
Returns the value of the element.


Rule Execution Server API

© Copyright IBM Corp. 1987, 2013