public enum SessionInterface extends java.lang.Enum<SessionInterface>
| Modifier and Type | Method and Description |
|---|---|
static SessionInterface |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static SessionInterface[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
@SerializedName(value="native_ui") public static final SessionInterface NATIVE_UI
@SerializedName(value="html") public static final SessionInterface HTML
public static SessionInterface[] values()
for (SessionInterface c : SessionInterface.values()) System.out.println(c);
public static SessionInterface valueOf(java.lang.String name)
name - the name of the enum constant to be returned.java.lang.IllegalArgumentException - if this enum type has no constant with the specified namejava.lang.NullPointerException - if the argument is null