public static enum ConnectorPlanOptimizerManager.PlanPhase extends Enum<ConnectorPlanOptimizerManager.PlanPhase>
Modifier and Type | Method and Description |
---|---|
static ConnectorPlanOptimizerManager.PlanPhase |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ConnectorPlanOptimizerManager.PlanPhase[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ConnectorPlanOptimizerManager.PlanPhase LOGICAL
public static final ConnectorPlanOptimizerManager.PlanPhase PHYSICAL
public static ConnectorPlanOptimizerManager.PlanPhase[] values()
for (ConnectorPlanOptimizerManager.PlanPhase c : ConnectorPlanOptimizerManager.PlanPhase.values()) System.out.println(c);
public static ConnectorPlanOptimizerManager.PlanPhase 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 © 2012–2022. All rights reserved.