public static enum SLAEvent.SlaAppType extends Enum<SLAEvent.SlaAppType>
Enum Constant and Description |
---|
COORDINATOR_ACTION |
COORDINATOR_JOB |
WORKFLOW_ACTION |
WORKFLOW_JOB |
Modifier and Type | Method and Description |
---|---|
static SLAEvent.SlaAppType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SLAEvent.SlaAppType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final SLAEvent.SlaAppType COORDINATOR_ACTION
public static final SLAEvent.SlaAppType COORDINATOR_JOB
public static final SLAEvent.SlaAppType WORKFLOW_JOB
public static final SLAEvent.SlaAppType WORKFLOW_ACTION
public static SLAEvent.SlaAppType[] values()
for (SLAEvent.SlaAppType c : SLAEvent.SlaAppType.values()) System.out.println(c);
public static SLAEvent.SlaAppType 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 © 2018 Apache Software Foundation. All rights reserved.