@Deprecated public enum WorkflowOffloadingProperties extends java.lang.Enum<WorkflowOffloadingProperties>
Enum Constant and Description |
---|
OFFLOADING_WORKFLOW_MODEL
Deprecated.
Job payload property for the workflow model.
|
OFFLOADING_WORKFLOW_PAYLOAD
Deprecated.
Job payload property for the workflow payload.
|
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getPropertyName()
Deprecated.
The property name for the given enum value.
|
static WorkflowOffloadingProperties |
valueOf(java.lang.String name)
Deprecated.
Returns the enum constant of this type with the specified name.
|
static WorkflowOffloadingProperties[] |
values()
Deprecated.
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final WorkflowOffloadingProperties OFFLOADING_WORKFLOW_MODEL
public static final WorkflowOffloadingProperties OFFLOADING_WORKFLOW_PAYLOAD
public static WorkflowOffloadingProperties[] values()
for (WorkflowOffloadingProperties c : WorkflowOffloadingProperties.values()) System.out.println(c);
public static WorkflowOffloadingProperties 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 nullpublic java.lang.String getPropertyName()
Copyright © 2010 - 2020 Adobe. All Rights Reserved