public static enum FocusSettings.Event extends java.lang.Enum<FocusSettings.Event>
| Enum Constant and Description |
|---|
INTENSITY |
MODE |
POSITION |
STATE_INVALID |
STATE_REVERTED |
| Modifier and Type | Method and Description |
|---|---|
static FocusSettings.Event |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static FocusSettings.Event[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final FocusSettings.Event STATE_REVERTED
public static final FocusSettings.Event STATE_INVALID
public static final FocusSettings.Event MODE
public static final FocusSettings.Event POSITION
public static final FocusSettings.Event INTENSITY
public static FocusSettings.Event[] values()
for (FocusSettings.Event c : FocusSettings.Event.values()) System.out.println(c);
public static FocusSettings.Event 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 null