Decision Center API

ilog.rules.teamserver.brm
Interface IlrModelElement

All Superinterfaces:
Cloneable, IlrBasicModelElement, ilog.rules.teamserver.model.IlrCompositeObject, ilog.rules.commonbrm.model.IlrElement, IlrElementDetails, IlrElementHandle, IlrElementSummary, Serializable
All Known Subinterfaces:
IlrAbstractQuery, IlrAction, IlrActionObject, IlrActionRule, IlrActivity, IlrBaseline, IlrBOM, IlrBOM2XOMMapping, IlrBranch, IlrBRLRule, IlrBusinessObject, IlrBusinessRule, IlrChangeAct, IlrChart, IlrDataConnection, IlrDecisionTable, IlrDecisionTree, IlrEvent, IlrEventArtifact, IlrEventElement, IlrEventFlow, IlrEventObject, IlrEventObjectArtifact, IlrEventRule, IlrEventRuleArtifact, IlrEventRuleGroup, IlrFile, IlrFilter, IlrFunction, IlrHierarchy, IlrManagedBranch, IlrMergeReport, IlrNamedConstant, IlrPackageElement, IlrProjectElement, IlrQuery, IlrReferencingBsln, IlrRelease, IlrResource, IlrRule, IlrRuleApp, IlrRuleArtifact, IlrRuleflow, IlrRulePackage, IlrRuleProject, IlrScenarioSuite, IlrScenarioSuiteReport, IlrServer, IlrSimulation, IlrSmartView, IlrSnapshot, IlrTechnicalRule, IlrTemplate, IlrTestSuite, IlrTimestampBsln, IlrValidationAct, IlrVariableSet, IlrVocabulary

public interface IlrModelElement
extends IlrBasicModelElement

A representation of the model object 'Model Element'.

The following features are supported:

See Also:
IlrBrmPackage.getModelElement()

Method Summary
 String getName()
          Returns the value of the 'Name' attribute.
 String getUuid()
          Returns the value of the 'Uuid' attribute.
 
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

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

getUuid

String getUuid()
Returns the value of the 'Uuid' attribute.

Returns:
the value of the 'Uuid' attribute.
See Also:
IlrBrmPackage.getModelElement_Uuid()

Decision Center API

© Copyright IBM Corp. 1987, 2013