public static enum FlowObjectiveCompositionManager.PolicyOperator extends Enum<FlowObjectiveCompositionManager.PolicyOperator>
| Enum Constant and Description |
|---|
Application |
Override |
Parallel |
Sequential |
| Modifier and Type | Method and Description |
|---|---|
static FlowObjectiveCompositionManager.PolicyOperator |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static FlowObjectiveCompositionManager.PolicyOperator[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final FlowObjectiveCompositionManager.PolicyOperator Parallel
public static final FlowObjectiveCompositionManager.PolicyOperator Sequential
public static final FlowObjectiveCompositionManager.PolicyOperator Override
public static final FlowObjectiveCompositionManager.PolicyOperator Application
public static FlowObjectiveCompositionManager.PolicyOperator[] values()
for (FlowObjectiveCompositionManager.PolicyOperator c : FlowObjectiveCompositionManager.PolicyOperator.values()) System.out.println(c);
public static FlowObjectiveCompositionManager.PolicyOperator 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 null