public enum RTaskWaitingReason extends Enum<RTaskWaitingReason> implements SchemaEnum<TaskWaitingReasonType>
Enum Constant and Description |
---|
OTHER |
OTHER_TASKS |
WORKFLOW |
Modifier and Type | Method and Description |
---|---|
TaskWaitingReasonType |
getSchemaValue() |
static RTaskWaitingReason |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static RTaskWaitingReason[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final RTaskWaitingReason OTHER_TASKS
public static final RTaskWaitingReason WORKFLOW
public static final RTaskWaitingReason OTHER
public static RTaskWaitingReason[] values()
for (RTaskWaitingReason c : RTaskWaitingReason.values()) System.out.println(c);
public static RTaskWaitingReason valueOf(String name)
name
- the name of the enum constant to be returned.IllegalArgumentException
- if this enum type has no constant
with the specified nameNullPointerException
- if the argument is nullpublic TaskWaitingReasonType getSchemaValue()
getSchemaValue
in interface SchemaEnum<TaskWaitingReasonType>
Copyright © 2013 evolveum. All rights reserved.