|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use WeightUnit | |
---|---|
org.openwms.common.domain.values | Contains often used value classes. |
Uses of WeightUnit in org.openwms.common.domain.values |
---|
Methods in org.openwms.common.domain.values that return WeightUnit | |
---|---|
WeightUnit |
Weight.getUnit()
Returns the unit of the Weight . |
static WeightUnit |
WeightUnit.valueOf(String name)
Returns the enum constant of this type with the specified name. |
static WeightUnit[] |
WeightUnit.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
Methods in org.openwms.common.domain.values with parameters of type WeightUnit | |
---|---|
void |
Weight.convertTo(WeightUnit unt)
Convert this unit into another Unit . |
Constructors in org.openwms.common.domain.values with parameters of type WeightUnit | |
---|---|
Weight(BigDecimal value,
WeightUnit unit)
Create a new Weight . |
|
Weight(double value,
WeightUnit unit)
Create a new Weight . |
|
Weight(int value,
WeightUnit unit)
Create a new Weight . |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |