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