public static enum TaskResult.ResultType extends Enum<TaskResult.ResultType>
| Enum Constant and Description |
|---|
ANNOTATION |
BUILD |
COMPILED |
DEP |
VALID1 |
VALID2 |
XML |
| Modifier and Type | Method and Description |
|---|---|
static TaskResult.ResultType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TaskResult.ResultType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final TaskResult.ResultType COMPILED
public static final TaskResult.ResultType BUILD
public static final TaskResult.ResultType VALID1
public static final TaskResult.ResultType VALID2
public static final TaskResult.ResultType XML
public static final TaskResult.ResultType DEP
public static final TaskResult.ResultType ANNOTATION
public static TaskResult.ResultType[] values()
for (TaskResult.ResultType c : TaskResult.ResultType.values()) System.out.println(c);
public static TaskResult.ResultType 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 © 2014 Quattor. All Rights Reserved.