public enum LdapProfileFile extends Enum<LdapProfileFile>
| Enum Constant and Description |
|---|
SearchAndBind |
SearchAndCompare |
SimpleBind |
| Modifier and Type | Method and Description |
|---|---|
String |
getValue() |
String |
toString() |
static LdapProfileFile |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static LdapProfileFile[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final LdapProfileFile SimpleBind
public static final LdapProfileFile SearchAndBind
public static final LdapProfileFile SearchAndCompare
public static LdapProfileFile[] values()
for (LdapProfileFile c : LdapProfileFile.values()) System.out.println(c);
public static LdapProfileFile 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 nullpublic String getValue()
public String toString()
toString in class Enum<LdapProfileFile>Copyright © 2016 Pivotal Software, Inc.. All rights reserved.