public static enum IPlanElement.PlanElementType extends Enum<IPlanElement.PlanElementType>
| Enum Constant and Description |
|---|
Bag
A conditional bag of sub plans
|
Boundary
Boundary element of a execution container
|
Break
An execution break element
|
Checkpoint
A checkpoint element
|
Conditional
A conditional execution element
|
FileTransfer
A file transfer element
|
Filter
A filtering step
|
Flow
A flow of sub plans
|
Loop
A loop
|
POJO
A plain java object invocation
|
Sequence
A sequence of sub plans
|
Shell
A shell script invocation
|
TryCatchFinally
A try catch finally element
|
Wait
A wait element
|
WSREST
A ReSTful Web Service invocation
|
WSSOAP
A Web Service invocation
|
| Modifier and Type | Method and Description |
|---|---|
static IPlanElement.PlanElementType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static IPlanElement.PlanElementType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final IPlanElement.PlanElementType Boundary
public static final IPlanElement.PlanElementType POJO
public static final IPlanElement.PlanElementType Shell
public static final IPlanElement.PlanElementType WSSOAP
public static final IPlanElement.PlanElementType WSREST
public static final IPlanElement.PlanElementType Break
public static final IPlanElement.PlanElementType Conditional
public static final IPlanElement.PlanElementType TryCatchFinally
public static final IPlanElement.PlanElementType Flow
public static final IPlanElement.PlanElementType Loop
public static final IPlanElement.PlanElementType Sequence
public static final IPlanElement.PlanElementType FileTransfer
public static final IPlanElement.PlanElementType Checkpoint
public static final IPlanElement.PlanElementType Wait
public static final IPlanElement.PlanElementType Bag
public static final IPlanElement.PlanElementType Filter
public static IPlanElement.PlanElementType[] values()
for (IPlanElement.PlanElementType c : IPlanElement.PlanElementType.values()) System.out.println(c);
public static IPlanElement.PlanElementType 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.