Uses of Class
org.openwms.common.domain.values.WeightUnit

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.
 



Copyright © 2005-2011 openwms.org. All Rights Reserved.