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