public enum ActionCompletionMode extends Enum<ActionCompletionMode>
QApiEnumDescriptor{name=ActionCompletionMode, data=[individual, grouped], fields=null}
Enum Constant and Description |
---|
__UNKNOWN |
grouped |
individual |
Modifier and Type | Method and Description |
---|---|
String |
getJsonValue() |
static ActionCompletionMode |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ActionCompletionMode[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ActionCompletionMode individual
public static final ActionCompletionMode grouped
public static final ActionCompletionMode __UNKNOWN
public static ActionCompletionMode[] values()
for (ActionCompletionMode c : ActionCompletionMode.values()) System.out.println(c);
public static ActionCompletionMode 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 nullpublic String getJsonValue()