Decision Center API

ilog.rules.teamserver.brm
Interface IlrTag

All Superinterfaces:
Cloneable, ilog.rules.teamserver.model.IlrCompositeObject, ilog.rules.commonbrm.model.IlrElement, IlrElementDetails, IlrElementHandle, IlrElementSummary, Serializable
All Known Subinterfaces:
IlrRuleAppProperty, IlrRuleArtifactTag, IlrRuleflowTag, IlrRuleProjectTag

public interface IlrTag
extends IlrElementDetails

A representation of the model object 'Tag'.

The following features are supported:

See Also:
IlrBrmPackage.getTag()

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

getValue

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

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

Decision Center API

© Copyright IBM Corp. 1987, 2013