Decision Center API

ilog.rules.teamserver.brm
Interface IlrInitialValue

All Superinterfaces:
Cloneable, ilog.rules.teamserver.model.IlrCompositeObject, ilog.rules.commonbrm.model.IlrElement, IlrElementDetails, IlrElementHandle, IlrElementSummary, Serializable

public interface IlrInitialValue
extends IlrElementDetails

A representation of the model object 'Initial Value'.

The following features are supported:

See Also:
IlrBrmPackage.getInitialValue()

Method Summary
 String getName()
          Returns the value of the 'Name' attribute.
 String getValue()
          Returns the value of the 'Value' attribute.
 
Methods inherited from interface ilog.rules.teamserver.model.IlrElementDetails
cloneElement, getContainer, getRawValue, setRawValue, setRawValueNoCheck
 
Methods inherited from interface ilog.rules.teamserver.model.IlrElementHandle
eClass, equals, equals, getModelInfo, getSession, getType, getValue, hashCode, isNew, toIdString
 
Methods inherited from interface ilog.rules.commonbrm.model.IlrElement
getPropertyValue, getPropertyValue, isInstanceOf
 

Method Detail

getName

String getName()
Returns the value of the 'Name' attribute.

Specified by:
getName in interface IlrElementSummary
Returns:
the value of the 'Name' attribute.
See Also:
IlrBrmPackage.getInitialValue_Name()

getValue

String getValue()
Returns the value of the 'Value' attribute.

Returns:
the value of the 'Value' attribute.
See Also:
IlrBrmPackage.getInitialValue_Value()

Decision Center API

© Copyright IBM Corp. 1987, 2013