Decision Center API

ilog.rules.teamserver.brm
Interface IlrUserSetting

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

public interface IlrUserSetting
extends IlrElementDetails

A representation of the model object 'User Setting'.

The following features are supported:

See Also:
IlrBrmPackage.getUserSetting()

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

getUserName

String getUserName()
Returns the value of the 'User Name' attribute.

Returns:
the value of the 'User Name' attribute.
See Also:
IlrBrmPackage.getUserSetting_UserName()

getKey

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

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

getValue

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

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

Decision Center API

© Copyright IBM Corp. 1987, 2013