Rule Execution Server API

ilog.rules.bom
Interface IlrStaticReference

All Superinterfaces:
IlrAbstractValue, IlrModelElement, IlrProperties, IlrTransientProperties
All Known Subinterfaces:
IlrMutableStaticReference
All Known Implementing Classes:
IlrDynamicStaticReference

public interface IlrStaticReference
extends IlrModelElement, IlrAbstractValue

This interface is used to represent static references in an object model.


Method Summary
 String getPeerExpression()
          Deprecated. use translation property instead
 void setPeerExpression(String peerExpression)
          Deprecated. use translation property instead
 
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

getPeerExpression

String getPeerExpression()
Deprecated. use translation property instead

Returns the peer expression of this static reference.


setPeerExpression

void setPeerExpression(String peerExpression)
Deprecated. use translation property instead

Sets the peer expression of this static reference to peerExpression.


Rule Execution Server API

© Copyright IBM Corp. 1987, 2013