public enum WorkItemCompletion extends java.lang.Enum<WorkItemCompletion>
Modifier and Type | Method and Description |
---|---|
static WorkItemCompletion |
fromInt(int i) |
static WorkItemCompletion |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static WorkItemCompletion[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final WorkItemCompletion Normal
public static final WorkItemCompletion Force
public static final WorkItemCompletion Fail
public static final WorkItemCompletion Invalid
public static WorkItemCompletion[] values()
for (WorkItemCompletion c : WorkItemCompletion.values()) System.out.println(c);
public static WorkItemCompletion 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 static WorkItemCompletion fromInt(int i)
Copyright © 2004-2014 The YAWL Foundation.