public static enum PlanNode.SourceAndDamReport extends Enum<PlanNode.SourceAndDamReport>
| Enum Constant and Description |
|---|
FOUND_SOURCE |
FOUND_SOURCE_AND_DAM |
NOT_FOUND |
| Modifier and Type | Method and Description |
|---|---|
static PlanNode.SourceAndDamReport |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PlanNode.SourceAndDamReport[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final PlanNode.SourceAndDamReport NOT_FOUND
public static final PlanNode.SourceAndDamReport FOUND_SOURCE
public static final PlanNode.SourceAndDamReport FOUND_SOURCE_AND_DAM
public static PlanNode.SourceAndDamReport[] values()
for (PlanNode.SourceAndDamReport c : PlanNode.SourceAndDamReport.values()) System.out.println(c);
public static PlanNode.SourceAndDamReport 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 © 2014–2017 The Apache Software Foundation. All rights reserved.