public static enum XMLResult.TaskResult extends Enum<XMLResult.TaskResult>
Modifier and Type | Method and Description |
---|---|
static XMLResult.TaskResult |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static XMLResult.TaskResult[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final XMLResult.TaskResult FAILED
public static final XMLResult.TaskResult SUCCESS
public static XMLResult.TaskResult[] values()
for (XMLResult.TaskResult c : XMLResult.TaskResult.values()) System.out.println(c);
public static XMLResult.TaskResult 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 nullCopyright © 2005-2016 Linagora. All Rights Reserved.