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