Decision Center API

ilog.rules.teamserver.brm
Interface IlrBOMPathEntry

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

public interface IlrBOMPathEntry
extends IlrElementDetails

A representation of the model object 'BOM Path Entry'.

The following features are supported:

See Also:
IlrBrmPackage.getBOMPathEntry()

Method Summary
 int getOrder()
          Returns the value of the 'Order' attribute.
 String getUrl()
          Returns the value of the 'Url' 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

getOrder

int getOrder()
Returns the value of the 'Order' attribute.

Returns:
the value of the 'Order' attribute.
See Also:
IlrBrmPackage.getBOMPathEntry_Order()

getUrl

String getUrl()
Returns the value of the 'Url' attribute.

Returns:
the value of the 'Url' attribute.
See Also:
IlrBrmPackage.getBOMPathEntry_Url()

Decision Center API

© Copyright IBM Corp. 1987, 2013