public static enum DialogCallBackValue.Flag extends Enum<DialogCallBackValue.Flag>
| Enum Constant and Description |
|---|
DEFAULT
Outcome default
|
FAILED
Outcome fail
|
SUCCESS
Outcome success
|
| Modifier and Type | Method and Description |
|---|---|
static DialogCallBackValue.Flag |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DialogCallBackValue.Flag[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final DialogCallBackValue.Flag SUCCESS
public static final DialogCallBackValue.Flag FAILED
public static final DialogCallBackValue.Flag DEFAULT
public static DialogCallBackValue.Flag[] values()
for (DialogCallBackValue.Flag c : DialogCallBackValue.Flag.values()) System.out.println(c);
public static DialogCallBackValue.Flag 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 © 2006–2017 Esito AS. All rights reserved.