public static final class MotionControl.SpeedLevel.Head
extends java.lang.Enum
Modifier and Type | Field and Description |
---|---|
static MotionControl.SpeedLevel.Head |
L1 |
static MotionControl.SpeedLevel.Head |
L2 |
static MotionControl.SpeedLevel.Head |
L3 |
Modifier and Type | Method and Description |
---|---|
static MotionControl.SpeedLevel.Head |
getHead(int value) |
int |
getValue() |
static MotionControl.SpeedLevel.Head |
valueOf(java.lang.String name) |
static MotionControl.SpeedLevel.Head[] |
values() |
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)
public static MotionControl.SpeedLevel.Head[] values()