public static enum ManagedTask.State extends Enum<ManagedTask.State>
Enum Constant and Description |
---|
RUNNING |
SCHEDULED |
TERMINATED |
WARNINGS |
Modifier and Type | Method and Description |
---|---|
String |
getLabelClass() |
String |
toString() |
static ManagedTask.State |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ManagedTask.State[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ManagedTask.State SCHEDULED
public static final ManagedTask.State RUNNING
public static final ManagedTask.State WARNINGS
public static final ManagedTask.State TERMINATED
public static ManagedTask.State[] values()
for (ManagedTask.State c : ManagedTask.State.values()) System.out.println(c);
public static ManagedTask.State 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 nullpublic String getLabelClass()
public String toString()
toString
in class Enum<ManagedTask.State>
Copyright © 2018. All rights reserved.