public static enum MotionControl.SpeedLevel.Body extends java.lang.Enum<MotionControl.SpeedLevel.Body>
Modifier and Type | Method and Description |
---|---|
static MotionControl.SpeedLevel.Body |
getBody(int value) |
int |
getValue() |
static MotionControl.SpeedLevel.Body |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static MotionControl.SpeedLevel.Body[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final MotionControl.SpeedLevel.Body L1
public static final MotionControl.SpeedLevel.Body L2
public static final MotionControl.SpeedLevel.Body L3
public static final MotionControl.SpeedLevel.Body L4
public static final MotionControl.SpeedLevel.Body L5
public static final MotionControl.SpeedLevel.Body L6
public static final MotionControl.SpeedLevel.Body L7
public static MotionControl.SpeedLevel.Body getBody(int value)
public int getValue()
public static MotionControl.SpeedLevel.Body 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 nullpublic static MotionControl.SpeedLevel.Body[] values()
for (MotionControl.SpeedLevel.Body c : MotionControl.SpeedLevel.Body.values()) System.out.println(c);