public static enum IGazeTarget.Flavor extends Enum<IGazeTarget.Flavor>
| Enum Constant and Description |
|---|
EGOCENTRIC_DIRECTION |
SERVO_SNAPSHOT |
| Modifier and Type | Method and Description |
|---|---|
static IGazeTarget.Flavor |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static IGazeTarget.Flavor[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final IGazeTarget.Flavor EGOCENTRIC_DIRECTION
public static final IGazeTarget.Flavor SERVO_SNAPSHOT
public static IGazeTarget.Flavor[] values()
for (IGazeTarget.Flavor c : IGazeTarget.Flavor.values()) System.out.println(c);
public static IGazeTarget.Flavor 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.