Uses of Class
wt.part.Quantity

Packages that use Quantity
com.ptc.windchill.uwgm.proesrv.ndimpl   
wt.clients.prodmgmt   
wt.epm.build   
wt.epm.ndi   
wt.epm.ndi.impl   
wt.epm.structure   
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. 
wt.templateutil.components Defines HTMLComponents that can be retrieved from the HTMLComponentFactory
 

Uses of Quantity in com.ptc.windchill.uwgm.proesrv.ndimpl
 

Methods in com.ptc.windchill.uwgm.proesrv.ndimpl that return Quantity
 Quantity ProENDMemberLink_J03.getQuantity()
           
 Quantity ProENDMemberLink_J01.getQuantity()
           
 

Uses of Quantity in wt.clients.prodmgmt
 

Fields in wt.clients.prodmgmt declared as Quantity
protected  Quantity ChooseOccurrenceDialog.newQuantity
           
 

Methods in wt.clients.prodmgmt with parameters of type Quantity
 void ChooseOccurrenceDialog.setQuantity(Quantity quantity)
           
 

Uses of Quantity in wt.epm.build
 

Fields in wt.epm.build declared as Quantity
 Quantity EPMBuildDelegate.LinkInfo.quantity
           
 

Methods in wt.epm.build with parameters of type Quantity
 WTPartUsageLink EPMDefaultBuildLinksDelegate.createNewLink(WTPart parent, WTPartMaster childMaster, BuildReference buildReference, Quantity quantity)
          Creates a new "built" part usage link between the given Part and PartMaster.
 boolean EPMDefaultBuildLinksDelegate.updateBuiltLink(WTPartUsageLink link, Quantity newQuantity)
          This method updates an existing "built" part usage link.
 WTPartUsageLink EPMDefaultBuildLinksDelegate.subsumeNonBuiltLink(QueryResult links, BuildReference buildReference, Quantity quantity)
          This method replaces a "non built" part usage link with a "built" part usage link.
 WTPartUsageLink EPMBuildLinksDelegate.createNewLink(WTPart parent, WTPartMaster childMaster, BuildReference buildReference, Quantity quantity)
          Creates a new "built" part usage link between the given Part and PartMaster.
 boolean EPMBuildLinksDelegate.updateBuiltLink(WTPartUsageLink link, Quantity newQuantity)
          This method updates an existing "built" part usage link.
 WTPartUsageLink EPMBuildLinksDelegate.subsumeNonBuiltLink(QueryResult links, BuildReference buildReference, Quantity quantity)
          This method replaces a "non built" part usage link with a "built" part usage link.
 

Constructors in wt.epm.build with parameters of type Quantity
EPMBuildDelegate.LinkInfo(EPMDocument doc, Quantity quantity, QueryResult usesOccurrences)
           
 

Uses of Quantity in wt.epm.ndi
 

Methods in wt.epm.ndi that return Quantity
 Quantity EPMNDMemberLink.getQuantity()
          Gets the value of the attribute: quantity.
 

Uses of Quantity in wt.epm.ndi.impl
 

Methods in wt.epm.ndi.impl that return Quantity
 Quantity EPMNDMemberLinkImpl.getQuantity()
          Gets the value of the attribute: unPlaced.
 

Uses of Quantity in wt.epm.structure
 

Fields in wt.epm.structure declared as Quantity
private  Quantity EPMMemberLink.quantity
           
 

Methods in wt.epm.structure that return Quantity
 Quantity EPMMemberLink.getQuantity()
          Gets the object for the association that plays role: QUANTITY.
 

Methods in wt.epm.structure with parameters of type Quantity
 void EPMMemberLink.setQuantity(Quantity a_Quantity)
          Sets the object for the association that plays role: QUANTITY.
 

Uses of Quantity in wt.part
 

Fields in wt.part declared as Quantity
private  Quantity WTPartUsageLink.quantity
           
private  Quantity PartUsageInfo.orgQuantity
           
 

Methods in wt.part that return Quantity
 Quantity WTPartUsageLink.getQuantity()
          Gets the object for the association that plays role: QUANTITY.
static Quantity Quantity.newQuantity(double an_Amount, QuantityUnit a_Unit)
          Quantity factory, allowing construction with a specified amount and unit.
static Quantity Quantity.newQuantity()
          Default factory for Quantity.
 Quantity PartUsageInfo.getQuantity()
          Gets the value of the attribute: quantity; The quantity associated with this part usage.
 Quantity PartUsageInfo.getOrgQuantity()
           
 

Methods in wt.part with parameters of type Quantity
 void WTPartUsageLink.setQuantity(Quantity a_Quantity)
          Sets the object for the association that plays role: QUANTITY.
protected  boolean Quantity.readVersion(Quantity thisObject, ObjectInput input, long readSerialVersionUID, boolean passThrough, boolean superDone)
          Reads the non-transient fields of this class from an external source.
 

Uses of Quantity in wt.templateutil.components
 

Methods in wt.templateutil.components with parameters of type Quantity
protected  String UnitCell.getUnitValue(Quantity quantity, Locale locale)
           
protected  String QuantityCell.getAmountValue(Quantity quantity, Locale locale)