Enum Constant and Description |
---|
Assumption |
ContextFactor |
InstanceProject |
MeasurementGoal |
Metric |
OrganizationalGoal |
Question |
User |
Modifier and Type | Field and Description |
---|---|
private java.lang.String |
phase |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getPhase() |
static Entity |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static Entity[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Entity MeasurementGoal
public static final Entity Question
public static final Entity Metric
public static final Entity ContextFactor
public static final Entity Assumption
public static final Entity InstanceProject
public static final Entity User
public static final Entity OrganizationalGoal
public static Entity[] values()
for (Entity c : Entity.values()) System.out.println(c);
public static Entity 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 nullpublic java.lang.String getPhase()