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