java.io.Serializable, java.lang.Comparable<WorkitemStatusParameter>public enum WorkitemStatusParameter extends java.lang.Enum<WorkitemStatusParameter>
| Enum Constant | Description |
|---|---|
ACTIVE |
The active.
|
ADEQUATE |
The adequate.
|
ASSIGNED |
The assigned.
|
BEGINNER |
Kann die Aufgabe in Teile und mit Hilfe umsetzen.
|
CLOSED |
Closed Status.
|
CRITICAL |
The critical.
|
DEPRECATED |
The deprecated.
|
DRAFT |
The draft.
|
EXPERT |
Kann die Aufgabe vollständig und selbständig umsetzen.
|
EXTERNAL |
The external.
|
INACTIVE |
The inactive.
|
INPROGRESS |
The inprogress.
|
INTERNAL |
The internal.
|
NEED |
The need.
|
OVERASSIGNED |
The overassigned.
|
PAUSED |
The paused.
|
SITUATIONAL |
The situational status.
|
SKILLED |
Kann Andere anleiten.
|
STARTER |
Kann die Aufgabenstellung nachvollziehen, aber noch nicht in allen Teilen
umsetzen.
|
SUBSTITUTE |
The substitute.
|
TEMPORARY |
The temporary.
|
UNASSIGNED |
The unassigned.
|
UNSKILLED |
Not knows the topic.
|
| Modifier and Type | Method | Description |
|---|---|---|
static WorkitemStatusParameter |
get(java.lang.String statusValue) |
Gets the.
|
java.lang.String |
getColor() |
Gets the color.
|
java.lang.String |
getName() |
Gets the name.
|
boolean |
isEquals(java.lang.String value) |
Checks if is equals.
|
boolean |
isInvertedColor() |
Checks if is inverted color.
|
static WorkitemStatusParameter |
valueOf(java.lang.String name) |
Returns the enum constant of this type with the specified name.
|
static WorkitemStatusParameter[] |
values() |
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final WorkitemStatusParameter UNSKILLED
public static final WorkitemStatusParameter SITUATIONAL
public static final WorkitemStatusParameter STARTER
public static final WorkitemStatusParameter SUBSTITUTE
public static final WorkitemStatusParameter BEGINNER
public static final WorkitemStatusParameter EXPERT
public static final WorkitemStatusParameter SKILLED
public static final WorkitemStatusParameter ACTIVE
public static final WorkitemStatusParameter EXTERNAL
public static final WorkitemStatusParameter INTERNAL
public static final WorkitemStatusParameter DEPRECATED
public static final WorkitemStatusParameter CLOSED
public static final WorkitemStatusParameter INACTIVE
public static final WorkitemStatusParameter PAUSED
public static final WorkitemStatusParameter TEMPORARY
public static final WorkitemStatusParameter NEED
public static final WorkitemStatusParameter INPROGRESS
public static final WorkitemStatusParameter CRITICAL
public static final WorkitemStatusParameter UNASSIGNED
public static final WorkitemStatusParameter OVERASSIGNED
public static final WorkitemStatusParameter ADEQUATE
public static final WorkitemStatusParameter ASSIGNED
public static final WorkitemStatusParameter DRAFT
public static WorkitemStatusParameter[] values()
for (WorkitemStatusParameter c : WorkitemStatusParameter.values()) System.out.println(c);
public static WorkitemStatusParameter 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 boolean isInvertedColor()
public boolean isEquals(java.lang.String value)
value - the valuepublic java.lang.String getColor()
public java.lang.String getName()
public static WorkitemStatusParameter get(java.lang.String statusValue)
statusValue - the status value