Decision Center API

ilog.rules.teamserver.brm
Interface IlrBasicLock

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

public interface IlrBasicLock
extends IlrElementDetails

A representation of the model object 'Basic Lock'.

The following features are supported:

See Also:
IlrBrmPackage.getBasicLock()

Method Summary
 IlrBranch getBranch()
          Returns the value of the 'Branch' reference.
 int getElementId()
          Returns the value of the 'Element Id' attribute.
 String getElementType()
          Returns the value of the 'Element Type' 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

getElementId

int getElementId()
Returns the value of the 'Element Id' attribute.

If the meaning of the 'Element Id' attribute isn't clear, there really should be more of a description here...

Returns:
the value of the 'Element Id' attribute.
See Also:
IlrBrmPackage.getBasicLock_ElementId()

getElementType

String getElementType()
Returns the value of the 'Element Type' attribute.

If the meaning of the 'Element Type' attribute isn't clear, there really should be more of a description here...

Returns:
the value of the 'Element Type' attribute.
See Also:
IlrBrmPackage.getBasicLock_ElementType()

getBranch

IlrBranch getBranch()
                    throws IlrObjectNotFoundException
Returns the value of the 'Branch' reference.

If the meaning of the 'Branch' reference isn't clear, there really should be more of a description here...

Throws:
IlrObjectNotFoundException
Returns:
the value of the 'Branch' reference.
See Also:
IlrBrmPackage.getBasicLock_Branch()

Decision Center API

© Copyright IBM Corp. 1987, 2013