Uses of Class
wt.epm.clients.relateditems.IncludedAs

Packages that use IncludedAs
com.ptc.netmarkets.interop   
wt.epm.clients.relateditems   
 

Uses of IncludedAs in com.ptc.netmarkets.interop
 

Fields in com.ptc.netmarkets.interop declared as IncludedAs
 IncludedAs NmInteropUtils.NmRelObjectInfo.includedByVal
           
 

Constructors in com.ptc.netmarkets.interop with parameters of type IncludedAs
NmInteropUtils.NmRelObjectInfo(WTObject o, IncludedAs iByVal, String iBy)
           
 

Uses of IncludedAs in wt.epm.clients.relateditems
 

Methods in wt.epm.clients.relateditems that return IncludedAs
 IncludedAs RelatedItemsSelector.getIncludedAs(RelatedItemsSelector.ItemInfo itemInfo)
          Returns what this related item is included as (required dependent, related drawing, associated object, ...) given the options selected.
protected abstract  IncludedAs RelatedItemsSelector.getIncludedAs(String code)
          Given a code that describes how this object is related to a selected object, return what this object is included as (required dependent, related drawing, associated object, ...).
protected  IncludedAs RelatedItemsSelector.toIncludedAs(char code)
           
protected  IncludedAs PartCentricSelector.getIncludedAs(String code)
          Given a code, return what this object is included as (dependent, associated CAD document, related drawing, ...).
protected  IncludedAs PartCentricSelector.toIncludedAs(char code)
           
static IncludedAs IncludedAs.newIncludedAs(int secretHandshake)
          Used by EnumeratedType for constructing instances of IncludedAs, from a resource bundle.
static IncludedAs IncludedAs.toIncludedAs(String internal_value)
          Returns the IncludedAs instance for the internal_value argument.
static IncludedAs IncludedAs.getIncludedAsDefault()
          Returns the default value (instance) for the IncludedAs set.
static IncludedAs[] IncludedAs.getIncludedAsSet()
          Returns a copy of the set of valid values (instances) for the IncludedAs class.
protected  IncludedAs DocCentricSelector.getIncludedAs(String code)
          Given a code, return what this object is included as (required dependent, related drawing, associated object, ...).