public enum EscalatorPedestrianBehavior extends java.lang.Enum<EscalatorPedestrianBehavior>
Enum Constant and Description |
---|
ESCALATOR_STAY_ALL |
ESCALATOR_WALK_ALL |
ESCALATOR_WALK_ON_LEFT_SIDE |
ESCALATOR_WALK_ON_RIGHT_SIDE |
Modifier and Type | Method and Description |
---|---|
static EscalatorPedestrianBehavior |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static EscalatorPedestrianBehavior[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final EscalatorPedestrianBehavior ESCALATOR_STAY_ALL
public static final EscalatorPedestrianBehavior ESCALATOR_WALK_ALL
public static final EscalatorPedestrianBehavior ESCALATOR_WALK_ON_LEFT_SIDE
public static final EscalatorPedestrianBehavior ESCALATOR_WALK_ON_RIGHT_SIDE
public static EscalatorPedestrianBehavior[] values()
for (EscalatorPedestrianBehavior c : EscalatorPedestrianBehavior.values()) System.out.println(c);
public static EscalatorPedestrianBehavior 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.