Decision Center API

ilog.rules.teamserver.brm
Interface IlrRulesetProperty

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

public interface IlrRulesetProperty
extends IlrElementDetails

A representation of the model object 'Ruleset Property'.

The following features are supported:

See Also:
IlrBrmPackage.getRulesetProperty()

Method Summary
 String getKey()
          Returns the value of the 'Key' 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.IlrElementSummary
getName
 
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

getKey

String getKey()
Returns the value of the 'Key' attribute.

Returns:
the value of the 'Key' attribute.
See Also:
IlrBrmPackage.getRulesetProperty_Key()

getValue

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

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

Decision Center API

© Copyright IBM Corp. 1987, 2013