public static enum LoginAttemptHelper.ELoginStatus extends Enum<LoginAttemptHelper.ELoginStatus>
| Enum Constant and Description | 
|---|
| ALLOWED | 
| CACHE_FULL | 
| DISALLOWEd | 
| Modifier and Type | Method and Description | 
|---|---|
| static LoginAttemptHelper.ELoginStatus | valueOf(String name)Returns the enum constant of this type with the specified name. | 
| static LoginAttemptHelper.ELoginStatus[] | values()Returns an array containing the constants of this enum type, in
the order they are declared. | 
public static final LoginAttemptHelper.ELoginStatus ALLOWED
public static final LoginAttemptHelper.ELoginStatus DISALLOWEd
public static final LoginAttemptHelper.ELoginStatus CACHE_FULL
public static LoginAttemptHelper.ELoginStatus[] values()
for (LoginAttemptHelper.ELoginStatus c : LoginAttemptHelper.ELoginStatus.values()) System.out.println(c);
public static LoginAttemptHelper.ELoginStatus 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 nullCopyright © 2020 XIMA MEDIA GmbH. All rights reserved.