public enum ELdapLoginStatus extends Enum<ELdapLoginStatus>
| Enum Constant and Description |
|---|
CONNECTED |
ERROR_NAMEING |
ERROR_UNKNOWN |
LOGIN_EMPTY |
| Modifier and Type | Method and Description |
|---|---|
static ELdapLoginStatus |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ELdapLoginStatus[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ELdapLoginStatus CONNECTED
public static final ELdapLoginStatus ERROR_NAMEING
public static final ELdapLoginStatus ERROR_UNKNOWN
public static final ELdapLoginStatus LOGIN_EMPTY
public static ELdapLoginStatus[] values()
for (ELdapLoginStatus c : ELdapLoginStatus.values()) System.out.println(c);
public static ELdapLoginStatus 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.