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