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