public static enum _LoginResponse.StateCase extends java.lang.Enum<_LoginResponse.StateCase> implements com.google.protobuf.Internal.EnumLite
| Enum Constant and Description |
|---|
DIRECT_BROWSER |
ERROR |
LOGGED_IN |
MESSAGE |
STATE_NOT_SET |
| Modifier and Type | Method and Description |
|---|---|
static _LoginResponse.StateCase |
forNumber(int value) |
int |
getNumber() |
static _LoginResponse.StateCase |
valueOf(int value)
Deprecated.
Use
forNumber(int) instead. |
static _LoginResponse.StateCase |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static _LoginResponse.StateCase[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final _LoginResponse.StateCase DIRECT_BROWSER
public static final _LoginResponse.StateCase LOGGED_IN
public static final _LoginResponse.StateCase MESSAGE
public static final _LoginResponse.StateCase ERROR
public static final _LoginResponse.StateCase STATE_NOT_SET
public static _LoginResponse.StateCase[] values()
for (_LoginResponse.StateCase c : _LoginResponse.StateCase.values()) System.out.println(c);
public static _LoginResponse.StateCase 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@Deprecated public static _LoginResponse.StateCase valueOf(int value)
forNumber(int) instead.value - The number of the enum to look for.public static _LoginResponse.StateCase forNumber(int value)
public int getNumber()
getNumber in interface com.google.protobuf.Internal.EnumLite