public static enum WorkflowEngineService.ResourceAccessType extends Enum<WorkflowEngineService.ResourceAccessType>
| Enum Constant and Description |
|---|
CMSReference |
InMessageBytes |
InMessageString |
Reference |
| Modifier and Type | Method and Description |
|---|---|
static WorkflowEngineService.ResourceAccessType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static WorkflowEngineService.ResourceAccessType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final WorkflowEngineService.ResourceAccessType InMessageBytes
public static final WorkflowEngineService.ResourceAccessType InMessageString
public static final WorkflowEngineService.ResourceAccessType Reference
public static final WorkflowEngineService.ResourceAccessType CMSReference
public static WorkflowEngineService.ResourceAccessType[] values()
for (WorkflowEngineService.ResourceAccessType c : WorkflowEngineService.ResourceAccessType.values()) System.out.println(c);
public static WorkflowEngineService.ResourceAccessType 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 © 2015. All Rights Reserved.