Uses of Interface
wt.configuration.SerialNumberedComponentInstance

Packages that use SerialNumberedComponentInstance
wt.configuration   
wt.part Defines WTParts and WTPartMasters ( the fundamental enterprise objects used to represent product structures composed of assemblies and components), WTPartUsageLink and WTPartConfigSpec (used to build the structures of parts and select the correct versions of parts from the structures) and the WTPartService to manage these parts. 
 

Uses of SerialNumberedComponentInstance in wt.configuration
 

Methods in wt.configuration that return SerialNumberedComponentInstance
 SerialNumberedComponentInstance SNCMSNCI.getInstance()
          Gets the object for the association that plays role: INSTANCE_ROLE.
 SerialNumberedComponentInstance SNCISNCV.getInstance()
          Gets the object for the association that plays role: INSTANCE_ROLE.
 

Methods in wt.configuration with parameters of type SerialNumberedComponentInstance
 void SNCMSNCI.setInstance(SerialNumberedComponentInstance instance)
          Sets the object for the association that plays role: INSTANCE_ROLE.
static SNCMSNCI SNCMSNCI.newSNCMSNCI(SerialNumberedComponentMaster instanceOf, SerialNumberedComponentInstance instance)
          Default factory for the class.
 void SNCISNCV.setInstance(SerialNumberedComponentInstance instance)
          Sets the object for the association that plays role: INSTANCE_ROLE.
static SNCISNCV SNCISNCV.newSNCISNCV(SerialNumberedComponentInstance instance, SerialNumberedComponentVersion configuration)
          Default factory for the class.
 

Uses of SerialNumberedComponentInstance in wt.part
 

Classes in wt.part that implement SerialNumberedComponentInstance
 class WTSerialNumberedPartInstance
           Use the newWTSerialNumberedPartInstance static factory method(s), not the WTSerialNumberedPartInstance constructor, to construct instances of this class.