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