public static enum ExternalPayloadStorage.PayloadType extends java.lang.Enum<ExternalPayloadStorage.PayloadType>
| Enum Constant and Description |
|---|
TASK_INPUT |
TASK_OUTPUT |
WORKFLOW_INPUT |
WORKFLOW_OUTPUT |
| Modifier and Type | Method and Description |
|---|---|
static ExternalPayloadStorage.PayloadType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static ExternalPayloadStorage.PayloadType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ExternalPayloadStorage.PayloadType WORKFLOW_INPUT
public static final ExternalPayloadStorage.PayloadType WORKFLOW_OUTPUT
public static final ExternalPayloadStorage.PayloadType TASK_INPUT
public static final ExternalPayloadStorage.PayloadType TASK_OUTPUT
public static ExternalPayloadStorage.PayloadType[] values()
for (ExternalPayloadStorage.PayloadType c : ExternalPayloadStorage.PayloadType.values()) System.out.println(c);
public static ExternalPayloadStorage.PayloadType 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