Uses of Class
wt.occurrence.UsesOccurrenceReference

Packages that use UsesOccurrenceReference
wt.occurrence Defines the capability to uniquely distinguish one occurrence of an object within some complex structure from another occurrence of that same object within the same structure using OccurrenceService
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 UsesOccurrenceReference in wt.occurrence
 

Methods in wt.occurrence that return UsesOccurrenceReference
static UsesOccurrenceReference UsesOccurrenceReference.newUsesOccurrenceReference(UsesOccurrence obj)
          

Supported API: true
static UsesOccurrenceReference UsesOccurrenceReference.newUsesOccurrenceReference(UsesOccurrenceForeignKey objId)
          

Supported API: true
 UsesOccurrenceReference PathOccurrence.getUsesReference()
          Gets the object for the association that plays role: USES_REFERENCE.
 

Methods in wt.occurrence with parameters of type UsesOccurrenceReference
protected  boolean UsesOccurrenceReference.readVersion(UsesOccurrenceReference thisObject, ObjectInput input, long readSerialVersionUID, boolean passThrough, boolean superDone)
          Reads the non-transient fields of this class from an external source.
 void PathOccurrence.setUsesReference(UsesOccurrenceReference a_UsesReference)
          Sets the object for the association that plays role: USES_REFERENCE.
 

Uses of UsesOccurrenceReference in wt.part
 

Fields in wt.part declared as UsesOccurrenceReference
private  UsesOccurrenceReference PartPathOccurrence.usesReference
           
 

Methods in wt.part that return UsesOccurrenceReference
 UsesOccurrenceReference PartPathOccurrence.getUsesReference()
          Gets the object for the association that plays role: USES_REFERENCE.
 

Methods in wt.part with parameters of type UsesOccurrenceReference
 void PartPathOccurrence.setUsesReference(UsesOccurrenceReference a_UsesReference)
          Sets the object for the association that plays role: USES_REFERENCE.
private  void PartPathOccurrence.usesReferenceValidate(UsesOccurrenceReference a_UsesReference)