public enum GuestInfoAppStateType extends Enum<GuestInfoAppStateType>
Java class for GuestInfoAppStateType.
The following schema fragment specifies the expected content contained within this class.
<simpleType name="GuestInfoAppStateType">
<restriction base="{http://www.w3.org/2001/XMLSchema}string">
<enumeration value="none"/>
<enumeration value="appStateOk"/>
<enumeration value="appStateNeedReset"/>
</restriction>
</simpleType>
| Enum Constant and Description |
|---|
APP_STATE_NEED_RESET |
APP_STATE_OK |
NONE |
| Modifier and Type | Method and Description |
|---|---|
static GuestInfoAppStateType |
fromValue(String v) |
String |
value() |
static GuestInfoAppStateType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static GuestInfoAppStateType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final GuestInfoAppStateType NONE
public static final GuestInfoAppStateType APP_STATE_OK
public static final GuestInfoAppStateType APP_STATE_NEED_RESET
public static GuestInfoAppStateType[] values()
for (GuestInfoAppStateType c : GuestInfoAppStateType.values()) System.out.println(c);
public static GuestInfoAppStateType 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 value()
public static GuestInfoAppStateType fromValue(String v)
Copyright © 2018. All rights reserved.