public static enum ParsedJDLInfo.ParsingModeType extends Enum<ParsedJDLInfo.ParsingModeType>
| Enum Constant and Description |
|---|
Bag
A
BagPlanElement should be used to orchestrate the plan execution |
Plan
The orchestration should be defined with a series of
SequencePlanElement and FlowPlanElement |
| Modifier and Type | Method and Description |
|---|---|
static ParsedJDLInfo.ParsingModeType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ParsedJDLInfo.ParsingModeType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ParsedJDLInfo.ParsingModeType Bag
BagPlanElement should be used to orchestrate the plan executionpublic static final ParsedJDLInfo.ParsingModeType Plan
SequencePlanElement and FlowPlanElementpublic static ParsedJDLInfo.ParsingModeType[] values()
for (ParsedJDLInfo.ParsingModeType c : ParsedJDLInfo.ParsingModeType.values()) System.out.println(c);
public static ParsedJDLInfo.ParsingModeType 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.