Enum Constant and Description |
---|
RdrNodeRemoved |
RdrSetRemoved |
RdrTreeRemoved |
RdrTreeSetRemoved |
Success |
Unknown |
Modifier and Type | Method and Description |
---|---|
static RdrResult |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static RdrResult[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final RdrResult Unknown
public static final RdrResult Success
public static final RdrResult RdrNodeRemoved
public static final RdrResult RdrTreeRemoved
public static final RdrResult RdrTreeSetRemoved
public static final RdrResult RdrSetRemoved
public static RdrResult[] values()
for (RdrResult c : RdrResult.values()) System.out.println(c);
public static RdrResult 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 nullCopyright © 2004-2014 The YAWL Foundation.