public enum SearchLangageLDAPTokens extends Enum<SearchLangageLDAPTokens>
Enum Constant and Description |
---|
$CN |
$GIVENNAME |
$LDAP_GROUP_CATEGORY |
$PRINCIPAL_NAME |
$USER_ACCOUNT_NAME |
$USER_ACCOUNT_TYPE |
Modifier and Type | Method and Description |
---|---|
static SearchLangageLDAPTokens |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SearchLangageLDAPTokens[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final SearchLangageLDAPTokens $GIVENNAME
public static final SearchLangageLDAPTokens $USER_ACCOUNT_TYPE
public static final SearchLangageLDAPTokens $PRINCIPAL_NAME
public static final SearchLangageLDAPTokens $LDAP_GROUP_CATEGORY
public static final SearchLangageLDAPTokens $CN
public static final SearchLangageLDAPTokens $USER_ACCOUNT_NAME
public static SearchLangageLDAPTokens[] values()
for (SearchLangageLDAPTokens c : SearchLangageLDAPTokens.values()) System.out.println(c);
public static SearchLangageLDAPTokens 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 © 2012. All Rights Reserved.