public static enum OrgGroup.GroupType extends java.lang.Enum<OrgGroup.GroupType>
Enum Constant and Description |
---|
BRANCH |
CLUSTER |
DEPARTMENT |
DIVISION |
GROUP |
TEAM |
UNIT |
Modifier and Type | Method and Description |
---|---|
static OrgGroup.GroupType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static OrgGroup.GroupType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final OrgGroup.GroupType GROUP
public static final OrgGroup.GroupType TEAM
public static final OrgGroup.GroupType UNIT
public static final OrgGroup.GroupType BRANCH
public static final OrgGroup.GroupType DIVISION
public static final OrgGroup.GroupType CLUSTER
public static final OrgGroup.GroupType DEPARTMENT
public static OrgGroup.GroupType[] values()
for (OrgGroup.GroupType c : OrgGroup.GroupType.values()) System.out.println(c);
public static OrgGroup.GroupType 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 nullCopyright © 2004-2014 The YAWL Foundation.