|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||||
java.lang.Objectjava.lang.Enum<IPlanElement.PlanElementType>
gr.uoa.di.madgik.execution.plan.element.IPlanElement.PlanElementType
public static enum IPlanElement.PlanElementType
The type of the plan element
| Enum Constant Summary | |
|---|---|
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 |
|
| Method Summary | |
|---|---|
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. |
| Methods inherited from class java.lang.Enum |
|---|
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf |
| Methods inherited from class java.lang.Object |
|---|
getClass, notify, notifyAll, wait, wait, wait |
| Enum Constant Detail |
|---|
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
| Method Detail |
|---|
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 name
NullPointerException - if the argument is null
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||||