Uses of Interface
org.openwms.core.domain.values.UnitType

Packages that use UnitType
org.openwms.common.domain.values Contains often used value classes. 
org.openwms.core.domain.values Contains often used value classes. 
 

Uses of UnitType in org.openwms.common.domain.values
 

Classes in org.openwms.common.domain.values that implement UnitType
 class WeightUnit
          A WeightUnit is a concrete set of all possible weights.
 

Methods in org.openwms.common.domain.values that return UnitType
 UnitType WeightUnit.getBaseUnit()
          Return the base unit type of the UnitType.
 

Methods in org.openwms.common.domain.values that return types with arguments of type UnitType
 List<UnitType> WeightUnit.getAll()
          Return all sub types of the UnitType.
 

Uses of UnitType in org.openwms.core.domain.values
 

Classes in org.openwms.core.domain.values with type parameters of type UnitType
 interface Unit<T extends UnitType>
          A definition of any kind of unit used in the application.
 

Methods in org.openwms.core.domain.values that return UnitType
 UnitType UnitType.getBaseUnit()
          Return the base unit type of the UnitType.
 

Methods in org.openwms.core.domain.values that return types with arguments of type UnitType
 List<UnitType> UnitType.getAll()
          Return all sub types of the UnitType.
 



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