public enum WorkfowMetricsSLAStatus extends java.lang.Enum<WorkfowMetricsSLAStatus>
Enum Constant and Description |
---|
COMPLETED |
EXPIRED |
NEW |
PAUSED |
RUNNING |
STOPPED |
Modifier and Type | Method and Description |
---|---|
static WorkfowMetricsSLAStatus |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static WorkfowMetricsSLAStatus[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final WorkfowMetricsSLAStatus COMPLETED
public static final WorkfowMetricsSLAStatus EXPIRED
public static final WorkfowMetricsSLAStatus NEW
public static final WorkfowMetricsSLAStatus PAUSED
public static final WorkfowMetricsSLAStatus RUNNING
public static final WorkfowMetricsSLAStatus STOPPED
public static WorkfowMetricsSLAStatus[] values()
for (WorkfowMetricsSLAStatus c : WorkfowMetricsSLAStatus.values()) System.out.println(c);
public static WorkfowMetricsSLAStatus valueOf(java.lang.String name)
name
- the name of the enum constant to be returned.java.lang.IllegalArgumentException
- if this enum type has no constant with the specified namejava.lang.NullPointerException
- if the argument is null