public enum EngagementPolicy extends java.lang.Enum<EngagementPolicy> implements QiEnum
| Enum Constant and Description |
|---|
STRICT
The robot always keeps eye contact with the engaged human, ignoring any occurring stimulus.
|
| Modifier and Type | Method and Description |
|---|---|
int |
getQiValue() |
static EngagementPolicy |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static EngagementPolicy[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final EngagementPolicy STRICT
public static EngagementPolicy[] values()
for (EngagementPolicy c : EngagementPolicy.values()) System.out.println(c);
public static EngagementPolicy 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 int getQiValue()
getQiValue in interface QiEnum