public static enum LdapConnection.ServerType extends Enum<LdapConnection.ServerType>
| Modifier and Type | Method and Description |
|---|---|
static LdapConnection.ServerType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static LdapConnection.ServerType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final LdapConnection.ServerType SUN_DSEE
public static final LdapConnection.ServerType OPENDS
public static final LdapConnection.ServerType UNKNOWN
public static LdapConnection.ServerType[] values()
for (LdapConnection.ServerType c : LdapConnection.ServerType.values()) System.out.println(c);
public static LdapConnection.ServerType 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 © 2014. All Rights Reserved.