public enum GrouperGroupField extends java.lang.Enum<GrouperGroupField>
GrouperGroupField.| Enum Constant and Description |
|---|
DISPLAY_EXTENSION
Display extension group field.
|
DISPLAY_NAME
Display name group field.
|
EXTENSION
Extension group field.
|
NAME
Name of the group.
|
| Modifier and Type | Method and Description |
|---|---|
static GrouperGroupField |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static GrouperGroupField[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final GrouperGroupField NAME
public static final GrouperGroupField EXTENSION
public static final GrouperGroupField DISPLAY_NAME
public static final GrouperGroupField DISPLAY_EXTENSION
public static GrouperGroupField[] values()
for (GrouperGroupField c : GrouperGroupField.values()) System.out.println(c);
public static 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