public enum ExletTarget extends java.lang.Enum<ExletTarget>
Enum Constant and Description |
---|
AllCases |
AncestorCases |
Case |
Invalid |
Workitem |
Modifier and Type | Method and Description |
---|---|
static ExletTarget |
fromString(java.lang.String s) |
static java.util.Set<java.lang.String> |
getStrings() |
boolean |
isInvalidTarget() |
java.lang.String |
toString() |
static ExletTarget |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static ExletTarget[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ExletTarget Workitem
public static final ExletTarget Case
public static final ExletTarget AllCases
public static final ExletTarget AncestorCases
public static final ExletTarget Invalid
public static ExletTarget[] values()
for (ExletTarget c : ExletTarget.values()) System.out.println(c);
public static ExletTarget 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 toString()
toString
in class java.lang.Enum<ExletTarget>
public static ExletTarget fromString(java.lang.String s)
public static java.util.Set<java.lang.String> getStrings()
public boolean isInvalidTarget()
Copyright © 2004-2014 The YAWL Foundation.