public enum PalletRackApproachDirection extends java.lang.Enum<PalletRackApproachDirection>
Enum Constant and Description |
---|
APPROACH_FROM_BOTH_AISLES |
APPROACH_FROM_LEFT_AISLE |
APPROACH_FROM_RIGHT_AISLE |
Modifier and Type | Method and Description |
---|---|
static PalletRackApproachDirection |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static PalletRackApproachDirection[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final PalletRackApproachDirection APPROACH_FROM_LEFT_AISLE
public static final PalletRackApproachDirection APPROACH_FROM_RIGHT_AISLE
public static final PalletRackApproachDirection APPROACH_FROM_BOTH_AISLES
public static PalletRackApproachDirection[] values()
for (PalletRackApproachDirection c : PalletRackApproachDirection.values()) System.out.println(c);
public static PalletRackApproachDirection valueOf(java.lang.String name)
name
- the name of the enum constant to be returned.java.lang.IllegalArgumentException
- if this enum type has no constant with the specified namejava.lang.NullPointerException
- if the argument is nullCopyright © AnyLogic North America, LLC. All Rights Reserved.