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

Packages that use TransportUnitState
org.openwms.common.domain Contains essential domain classes of the COMMON module. 
org.openwms.common.domain.values Contains often used value classes. 
 

Uses of TransportUnitState in org.openwms.common.domain
 

Methods in org.openwms.common.domain that return TransportUnitState
 TransportUnitState TransportUnit.getState()
          Return the state of the TransportUnit.
 

Methods in org.openwms.common.domain with parameters of type TransportUnitState
 void TransportUnit.setState(TransportUnitState state)
          Set the state of the TransportUnit.
 

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

Methods in org.openwms.common.domain.values that return TransportUnitState
static TransportUnitState TransportUnitState.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static TransportUnitState[] TransportUnitState.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 



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