public static enum GrouperRegisteredServiceAccessStrategy.GrouperGroupField extends java.lang.Enum<GrouperRegisteredServiceAccessStrategy.GrouperGroupField>
| Enum Constant and Description |
|---|
DISPLAY_EXTENSION
Display extension grouper group field.
|
DISPLAY_NAME
Display name grouper group field.
|
EXTENSION
Extension grouper group field.
|
NAME
Name grouper group field.
|
| Modifier and Type | Method and Description |
|---|---|
static GrouperRegisteredServiceAccessStrategy.GrouperGroupField |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static GrouperRegisteredServiceAccessStrategy.GrouperGroupField[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final GrouperRegisteredServiceAccessStrategy.GrouperGroupField NAME
public static final GrouperRegisteredServiceAccessStrategy.GrouperGroupField EXTENSION
public static final GrouperRegisteredServiceAccessStrategy.GrouperGroupField DISPLAY_NAME
public static final GrouperRegisteredServiceAccessStrategy.GrouperGroupField DISPLAY_EXTENSION
public static GrouperRegisteredServiceAccessStrategy.GrouperGroupField[] values()
for (GrouperRegisteredServiceAccessStrategy.GrouperGroupField c : GrouperRegisteredServiceAccessStrategy.GrouperGroupField.values()) System.out.println(c);
public static GrouperRegisteredServiceAccessStrategy.GrouperGroupField valueOf(java.lang.String name)
name - the name of the enum constant to be returned.java.lang.IllegalArgumentException - if this enum type has no constant with the specified namejava.lang.NullPointerException - if the argument is null