public static enum RemoteAccountConnector.AccountLoginStatus extends java.lang.Enum<RemoteAccountConnector.AccountLoginStatus>
Enum Constant and Description |
---|
AlreadyLoggedIn |
Banned |
DatabaseError |
EmailUsed |
InvalidPassword |
NoAccess |
ServerError |
ServerMaintenance |
SubscriptionExpired |
Success |
UsernameUsed |
Modifier and Type | Method and Description |
---|---|
int |
getValue() |
static RemoteAccountConnector.AccountLoginStatus |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static RemoteAccountConnector.AccountLoginStatus[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final RemoteAccountConnector.AccountLoginStatus InvalidPassword
public static final RemoteAccountConnector.AccountLoginStatus Success
public static final RemoteAccountConnector.AccountLoginStatus AlreadyLoggedIn
public static final RemoteAccountConnector.AccountLoginStatus ServerError
public static final RemoteAccountConnector.AccountLoginStatus NoAccess
public static final RemoteAccountConnector.AccountLoginStatus Banned
public static final RemoteAccountConnector.AccountLoginStatus UsernameUsed
public static final RemoteAccountConnector.AccountLoginStatus EmailUsed
public static final RemoteAccountConnector.AccountLoginStatus DatabaseError
public static final RemoteAccountConnector.AccountLoginStatus SubscriptionExpired
public static final RemoteAccountConnector.AccountLoginStatus ServerMaintenance
public static RemoteAccountConnector.AccountLoginStatus[] values()
for (RemoteAccountConnector.AccountLoginStatus c : RemoteAccountConnector.AccountLoginStatus.values()) System.out.println(c);
public static RemoteAccountConnector.AccountLoginStatus 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 nullpublic int getValue()