Modifier and Type | Method and Description |
---|---|
static RobotFace |
getRobotFace(int value) |
int |
getValue() |
static RobotFace |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static RobotFace[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final RobotFace ACTIVE
public static final RobotFace ACTIVE_ADV
public static final RobotFace AWARE_LEFT
public static final RobotFace AWARE_LEFT_ADV
public static final RobotFace AWARE_RIGHT
public static final RobotFace AWARE_RIGHT_ADV
public static final RobotFace CONFIDENT
public static final RobotFace CONFIDENT_ADV
public static final RobotFace DEFAULT
public static final RobotFace DEFAULT_ADV
public static final RobotFace DEFAULT_STILL
public static final RobotFace DOUBTING
public static final RobotFace DOUBTING_ADV
public static final RobotFace EXPECTING
public static final RobotFace EXPECTING_ADV
public static final RobotFace HAPPY
public static final RobotFace HAPPY_ADV
public static final RobotFace HELPLESS
public static final RobotFace HELPLESS_ADV
public static final RobotFace HIDEFACE
public static final RobotFace IMPATIENT
public static final RobotFace IMPATIENT_ADV
public static final RobotFace INNOCENT
public static final RobotFace INNOCENT_ADV
public static final RobotFace INTERESTED
public static final RobotFace INTERESTED_ADV
public static final RobotFace LAZY
public static final RobotFace LAZY_ADV
public static final RobotFace PLEASED
public static final RobotFace PLEASED_ADV
public static final RobotFace PRETENDING
public static final RobotFace PRETENDING_ADV
public static final RobotFace PROUD
public static final RobotFace PROUD_ADV
public static final RobotFace QUESTIONING
public static final RobotFace QUESTIONING_ADV
public static final RobotFace SERIOUS
public static final RobotFace SERIOUS_ADV
public static final RobotFace SHOCKED
public static final RobotFace SHOCKED_ADV
public static final RobotFace SHY
public static final RobotFace SHY_ADV
public static final RobotFace SINGING
public static final RobotFace SINGING_ADV
public static final RobotFace TIRED
public static final RobotFace TIRED_ADV
public static final RobotFace WORRIED
public static final RobotFace WORRIED_ADV
public static RobotFace getRobotFace(int value)
public int getValue()
public static RobotFace 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 RobotFace[] values()
for (RobotFace c : RobotFace.values()) System.out.println(c);