public static enum Dialogs.Answer extends Enum<Dialogs.Answer>
Modifier and Type | Method and Description |
---|---|
static Dialogs.Answer |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Dialogs.Answer[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Dialogs.Answer YES
public static final Dialogs.Answer NO
public static final Dialogs.Answer CANCELLED
public static Dialogs.Answer[] values()
for (Dialogs.Answer c : Dialogs.Answer.values()) System.out.println(c);
public static Dialogs.Answer 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 © 2014–2015 European Space Agency (ESA). All rights reserved.