protected static enum Executing.Type extends java.lang.Enum<Executing.Type>
Enum Constant and Description |
---|
CONSUMER_FOUND |
CONSUMER_READY |
CONSUMER_UNREADY |
CREATE_CONSUMER_READY |
CREATE_RUN_REQUEST |
DELETE_CONSUMER_READY |
DELETE_RUN_REQUEST |
INTERRUPT_RUN |
RESULT_EXCEPTION |
RESULT_SUCCESS |
RUN_REJECTED |
RUN_REQUEST |
RUN_SUBMITTED |
Modifier and Type | Method and Description |
---|---|
static Executing.Type |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static Executing.Type[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Executing.Type RUN_REQUEST
public static final Executing.Type CONSUMER_READY
public static final Executing.Type CONSUMER_UNREADY
public static final Executing.Type CONSUMER_FOUND
public static final Executing.Type RUN_SUBMITTED
public static final Executing.Type RUN_REJECTED
public static final Executing.Type RESULT_EXCEPTION
public static final Executing.Type RESULT_SUCCESS
public static final Executing.Type INTERRUPT_RUN
public static final Executing.Type CREATE_RUN_REQUEST
public static final Executing.Type CREATE_CONSUMER_READY
public static final Executing.Type DELETE_RUN_REQUEST
public static final Executing.Type DELETE_CONSUMER_READY
public static Executing.Type[] values()
for (Executing.Type c : Executing.Type.values()) System.out.println(c);
public static Executing.Type 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 nullCopyright © 1998-2020 Red Hat. All Rights Reserved.