public static enum PortableViewCompilerStatus.Status extends Enum<PortableViewCompilerStatus.Status>
PortableViewCompilerStatus
Enum Constant and Description |
---|
canceled |
finished_error |
finished_fail |
finished_ok |
preparing |
processing |
Modifier and Type | Method and Description |
---|---|
static PortableViewCompilerStatus.Status |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PortableViewCompilerStatus.Status[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final PortableViewCompilerStatus.Status preparing
public static final PortableViewCompilerStatus.Status processing
public static final PortableViewCompilerStatus.Status canceled
public static final PortableViewCompilerStatus.Status finished_ok
public static final PortableViewCompilerStatus.Status finished_fail
public static final PortableViewCompilerStatus.Status finished_error
public static PortableViewCompilerStatus.Status[] values()
for (PortableViewCompilerStatus.Status c : PortableViewCompilerStatus.Status.values()) System.out.println(c);
public static PortableViewCompilerStatus.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 null