Decision Center API

ilog.rules.teamserver.brm
Interface IlrNamedConstant

All Superinterfaces:
Cloneable, IlrBasicModelElement, ilog.rules.teamserver.model.IlrCompositeObject, ilog.rules.commonbrm.model.IlrElement, IlrElementDetails, IlrElementHandle, IlrElementSummary, IlrEventElement, IlrModelElement, IlrPackageElement, IlrProjectElement, Serializable

public interface IlrNamedConstant
extends IlrEventElement

A representation of the model object 'Named Constant'.

The following features are supported:

See Also:
IlrBrmPackage.getNamedConstant()

Method Summary
 String getValue()
          Returns the value of the 'Value' attribute.
 IlrNamedConstantType getValueType()
          Returns the value of the 'Value Type' attribute.
 
Methods inherited from interface ilog.rules.teamserver.brm.IlrEventElement
getBody
 
Methods inherited from interface ilog.rules.teamserver.brm.IlrPackageElement
getRulePackage
 
Methods inherited from interface ilog.rules.teamserver.brm.IlrProjectElement
getDocumentation, getGroup, getProject, getVersion
 
Methods inherited from interface ilog.rules.teamserver.brm.IlrModelElement
getName, getUuid
 
Methods inherited from interface ilog.rules.teamserver.brm.IlrBasicModelElement
getCreatedBy, getCreatedOn, getLastChangedBy, getLastChangedOn
 
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

getValue

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

If the meaning of the 'Value' attribute isn't clear, there really should be more of a description here...

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

getValueType

IlrNamedConstantType getValueType()
Returns the value of the 'Value Type' attribute.

The default value is "". The literals are from the enumeration IlrNamedConstantType.

If the meaning of the 'Value Type' attribute isn't clear, there really should be more of a description here...

Returns:
the value of the 'Value Type' attribute.
See Also:
IlrNamedConstantType, IlrBrmPackage.getNamedConstant_ValueType()

Decision Center API

© Copyright IBM Corp. 1987, 2013