Decision Center API

ilog.rules.teamserver.brm
Interface IlrTypedElement

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

public interface IlrTypedElement
extends IlrElementDetails

A representation of the model object 'Typed Element'.

The following features are supported:

See Also:
IlrBrmPackage.getTypedElement()

Method Summary
 String getBomType()
          Returns the value of the 'Bom Type' attribute.
 String getInitialValue()
          Returns the value of the 'Initial Value' attribute.
 String getName()
          Returns the value of the 'Name' attribute.
 String getVerbalization()
          Returns the value of the 'Verbalization' 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

getBomType

String getBomType()
Returns the value of the 'Bom Type' attribute.

Returns:
the value of the 'Bom Type' attribute.
See Also:
IlrBrmPackage.getTypedElement_BomType()

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.getTypedElement_Name()

getVerbalization

String getVerbalization()
Returns the value of the 'Verbalization' attribute.

Returns:
the value of the 'Verbalization' attribute.
See Also:
IlrBrmPackage.getTypedElement_Verbalization()

getInitialValue

String getInitialValue()
Returns the value of the 'Initial Value' attribute.

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

Decision Center API

© Copyright IBM Corp. 1987, 2013