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

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

Uses of LocationGroupState in org.openwms.common.domain
 

Methods in org.openwms.common.domain that return LocationGroupState
 LocationGroupState LocationGroup.getGroupStateIn()
          Returns the infeed state of the LocationGroup.
 LocationGroupState LocationGroup.getGroupStateOut()
          Return the outfeed state of the LocationGroup.
 

Methods in org.openwms.common.domain with parameters of type LocationGroupState
 void LocationGroup.setGroupStateIn(LocationGroupState groupStateIn, LocationGroup locker)
          Change the infeed state of the LocationGroup.
 void LocationGroup.setGroupStateOut(LocationGroupState groupStateOut, LocationGroup locker)
          Set the outfeed state of the LocationGroup.
 

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

Methods in org.openwms.common.domain.values that return LocationGroupState
static LocationGroupState LocationGroupState.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static LocationGroupState[] LocationGroupState.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.