public static enum BaseLdapGroupSearchResource.GroupName extends Enum<BaseLdapGroupSearchResource.GroupName>
| Enum Constant and Description |
|---|
DISTINGUISHED_NAME |
SIMPLE |
| Modifier and Type | Method and Description |
|---|---|
static BaseLdapGroupSearchResource.GroupName |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static BaseLdapGroupSearchResource.GroupName[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final BaseLdapGroupSearchResource.GroupName DISTINGUISHED_NAME
public static final BaseLdapGroupSearchResource.GroupName SIMPLE
public static BaseLdapGroupSearchResource.GroupName[] values()
for (BaseLdapGroupSearchResource.GroupName c : BaseLdapGroupSearchResource.GroupName.values()) System.out.println(c);
public static BaseLdapGroupSearchResource.GroupName 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 © 2018 JBoss by Red Hat. All rights reserved.