|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use QuantityOfMeasure | |
wt.iba.definition | |
wt.units.dbService | |
wt.units.display | |
wt.units.service |
Uses of QuantityOfMeasure in wt.iba.definition |
Methods in wt.iba.definition that return QuantityOfMeasure | |
QuantityOfMeasure |
UnitQOMLink.getQuantityOfMeasure()
Gets the object for the association that plays role: QUANTITY_OF_MEASURE_ROLE. |
QuantityOfMeasure |
UnitDefinition.getQuantityOfMeasure()
Gets the object for the association that plays role: QUANTITY_OF_MEASURE. |
Methods in wt.iba.definition with parameters of type QuantityOfMeasure | |
void |
UnitQOMLink.setQuantityOfMeasure(QuantityOfMeasure theQuantityOfMeasure)
Sets the object for the association that plays role: QUANTITY_OF_MEASURE_ROLE. |
static UnitQOMLink |
UnitQOMLink.newUnitQOMLink(UnitDefinition theUnitDefinition,
QuantityOfMeasure theQuantityOfMeasure)
Default factory for the class. |
void |
UnitDefinition.setQuantityOfMeasure(QuantityOfMeasure a_QuantityOfMeasure)
Sets the object for the association that plays role: QUANTITY_OF_MEASURE. |
Uses of QuantityOfMeasure in wt.units.dbService |
Methods in wt.units.dbService that return QuantityOfMeasure | |
QuantityOfMeasure |
UnitDBService.createQuantityOfMeasure(QuantityOfMeasureDefaultView quantityOfMeasureDefaultView)
Creates the QuantityOfMeasure object given its LiteQuantityOfMeasure object. |
QuantityOfMeasure |
UnitDBService.getQuantityOfMeasure(QuantityOfMeasureDefaultView quantityOfMeasureDefaultView)
Gets a lightweight QuantityOfMeasure object given its name. |
QuantityOfMeasure[] |
UnitDBService.getQuantityOfMeasures()
Supported API: false |
QuantityOfMeasure |
UnitDBService.refreshQuantityOfMeasure(QuantityOfMeasureDefaultView quantityOfMeasureDefaultView)
Gets a lightweight QuantityOfMeasure object given its name. |
QuantityOfMeasure |
UnitDBService.updateQuantityOfMeasure(QuantityOfMeasureDefaultView quantityOfMeasureDefaultView)
Update the QuantityOfMeasure object in data store given its LiteQuantityOfMeasurement object. |
QuantityOfMeasure |
UnitCache.getQuantityOfMeasure(String name)
|
QuantityOfMeasure[] |
UnitCache.getQuantityOfMeasures()
|
Uses of QuantityOfMeasure in wt.units.display |
Methods in wt.units.display that return QuantityOfMeasure | |
static QuantityOfMeasure |
QuantityOfMeasure.newQuantityOfMeasure(String name,
String baseUnitSymbol)
Supported API: false |
Methods in wt.units.display with parameters of type QuantityOfMeasure | |
protected boolean |
QuantityOfMeasure.readVersion(QuantityOfMeasure thisObject,
ObjectInput input,
long readSerialVersionUID,
boolean passThrough,
boolean superDone)
Reads the non-transient fields of this class from an external source. |
Uses of QuantityOfMeasure in wt.units.service |
Methods in wt.units.service with parameters of type QuantityOfMeasure | |
static QuantityOfMeasureDefaultView |
UnitsObjectsFactory.newQuantityOfMeasureDefaultView(QuantityOfMeasure quantityOfMeasure)
Creates and returns an QuantityOfMeasureDefaultView object given a QuantityOfMeasure object. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |