public static enum ExecJob.JOB_STATUS extends Enum<ExecJob.JOB_STATUS>
Modifier and Type | Method and Description |
---|---|
static ExecJob.JOB_STATUS |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ExecJob.JOB_STATUS[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ExecJob.JOB_STATUS FAILED
public static final ExecJob.JOB_STATUS COMPLETED
public static ExecJob.JOB_STATUS[] values()
for (ExecJob.JOB_STATUS c : ExecJob.JOB_STATUS.values()) System.out.println(c);
public static ExecJob.JOB_STATUS 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 © 2007-2017 The Apache Software Foundation