public static enum GazeManager.ClientMode extends Enum<GazeManager.ClientMode>
Modifier and Type | Method and Description |
---|---|
static GazeManager.ClientMode |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static GazeManager.ClientMode[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final GazeManager.ClientMode PUSH
public static final GazeManager.ClientMode PULL
public static GazeManager.ClientMode[] values()
for (GazeManager.ClientMode c : GazeManager.ClientMode.values()) System.out.println(c);
public static GazeManager.ClientMode 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 nullProcessing library EyeTribeProcessing by Jorge C. S. Cardoso. (c) 2015