public static enum ManifestProgram.ExecutionStatus extends Enum<ManifestProgram.ExecutionStatus>
Enum Constant and Description |
---|
CANCELED |
ERRORS |
FAILED |
SUCCESSFUL |
UNEXECUTED |
WARNINGS |
Modifier and Type | Method and Description |
---|---|
static ManifestProgram.ExecutionStatus |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ManifestProgram.ExecutionStatus[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ManifestProgram.ExecutionStatus UNEXECUTED
public static final ManifestProgram.ExecutionStatus FAILED
public static final ManifestProgram.ExecutionStatus CANCELED
public static final ManifestProgram.ExecutionStatus ERRORS
public static final ManifestProgram.ExecutionStatus WARNINGS
public static final ManifestProgram.ExecutionStatus SUCCESSFUL
public static ManifestProgram.ExecutionStatus[] values()
for (ManifestProgram.ExecutionStatus c : ManifestProgram.ExecutionStatus.values()) System.out.println(c);
public static ManifestProgram.ExecutionStatus 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 null<i>Copyright (c) 2021, SAS Institute Inc., Cary, NC, USA</i>