public static enum MotionController.Component extends Enum<MotionController.Component>
| Enum Constant and Description |
|---|
FACE_ATTENTION |
GAZE_PLAN |
| Modifier and Type | Method and Description |
|---|---|
static MotionController.Component |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static MotionController.Component[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final MotionController.Component FACE_ATTENTION
public static final MotionController.Component GAZE_PLAN
public static MotionController.Component[] values()
for (MotionController.Component c : MotionController.Component.values()) System.out.println(c);
public static MotionController.Component valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant
with the specified nameNullPointerException - if the argument is nullCopyright © 2010-2016. All Rights Reserved.