public final class RobotCmdState
extends java.lang.Enum
Modifier and Type | Field and Description |
---|---|
static RobotCmdState |
ACTIVE |
static RobotCmdState |
FAILED |
static RobotCmdState |
INITIAL |
static RobotCmdState |
PENDING |
static RobotCmdState |
PREEMPTED |
static RobotCmdState |
REJECTED |
static RobotCmdState |
SUCCEED |
Modifier and Type | Method and Description |
---|---|
static RobotCmdState |
getCommandState(int value) |
java.lang.String |
getDescription() |
java.lang.String |
toString() |
static RobotCmdState |
valueOf(java.lang.String name) |
static RobotCmdState[] |
values() |
public static final RobotCmdState ACTIVE
public static final RobotCmdState FAILED
public static final RobotCmdState INITIAL
public static final RobotCmdState PENDING
public static final RobotCmdState PREEMPTED
public static final RobotCmdState REJECTED
public static final RobotCmdState SUCCEED
public static RobotCmdState getCommandState(int value)
public java.lang.String getDescription()
public java.lang.String toString()
toString
in class java.lang.Enum
public static RobotCmdState valueOf(java.lang.String name)
public static RobotCmdState[] values()