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