|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use UnitOfMeasure | |
---|---|
com.rapidtransform.product.model |
Uses of UnitOfMeasure in com.rapidtransform.product.model |
---|
Methods in com.rapidtransform.product.model that return UnitOfMeasure | |
---|---|
UnitOfMeasure |
Quantity.getUom()
|
Methods in com.rapidtransform.product.model with parameters of type UnitOfMeasure | |
---|---|
void |
Quantity.setUom(UnitOfMeasure uom)
|
Constructors in com.rapidtransform.product.model with parameters of type UnitOfMeasure | |
---|---|
Quantity(java.lang.Integer lowerLimit,
java.lang.Integer upperLimit,
UnitOfMeasure uom)
Constructor for a Range quantity. |
|
Quantity(java.lang.Integer value,
UnitOfMeasure uom)
constructor for a single value quantity. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |