public static enum GroupSelector.Tag extends Enum<GroupSelector.Tag>
GroupSelector
.Enum Constant and Description |
---|
GROUP_EXTERNAL_ID
External ID of the group.
|
GROUP_ID
Group ID.
|
Modifier and Type | Method and Description |
---|---|
static GroupSelector.Tag |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static GroupSelector.Tag[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final GroupSelector.Tag GROUP_ID
public static final GroupSelector.Tag GROUP_EXTERNAL_ID
public static GroupSelector.Tag[] values()
for (GroupSelector.Tag c : GroupSelector.Tag.values()) System.out.println(c);
public static GroupSelector.Tag 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 null