wt.epm.clients.relateditems
Interface RelatedItemsSelector.ItemInfo

All Known Implementing Classes:
RelatedObjectInfo
Enclosing interface:
RelatedItemsSelector

public static interface RelatedItemsSelector.ItemInfo

The RelatedItemsSelector class supports a caching mechanism based upon comma separated sets of character codes. For example, SD means the object is a Drawing of a Selected object. SRA means the object is the Associated object of a Required dependent of a Selected object. Each set of character codes describe how an object is related to a selected object. An object may be related in more than one way. For example, an object may be an optional dependent and a dependent of a drawing of a selected object.


Method Summary
 String getIncludedAs()
           
 

Method Detail

getIncludedAs

public String getIncludedAs()