public static enum GroupController.GroupMemberType extends java.lang.Enum<GroupController.GroupMemberType>
| Enum Constant and Description |
|---|
TechnicalSystem |
TechnicalSystemGroup |
TechnicalSystemSchedule |
| Modifier and Type | Method and Description |
|---|---|
static GroupController.GroupMemberType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static GroupController.GroupMemberType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final GroupController.GroupMemberType TechnicalSystem
public static final GroupController.GroupMemberType TechnicalSystemSchedule
public static final GroupController.GroupMemberType TechnicalSystemGroup
public static GroupController.GroupMemberType[] values()
for (GroupController.GroupMemberType c : GroupController.GroupMemberType.values()) System.out.println(c);
public static GroupController.GroupMemberType 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