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