public static enum Reports.Trace.QueryPlanNode.NodeCase extends java.lang.Enum<Reports.Trace.QueryPlanNode.NodeCase> implements com.google.protobuf.Internal.EnumLite
| Enum Constant and Description |
|---|
FETCH |
FLATTEN |
NODE_NOT_SET |
PARALLEL |
SEQUENCE |
| Modifier and Type | Method and Description |
|---|---|
static Reports.Trace.QueryPlanNode.NodeCase |
forNumber(int value) |
int |
getNumber() |
static Reports.Trace.QueryPlanNode.NodeCase |
valueOf(int value)
Deprecated.
Use
forNumber(int) instead. |
static Reports.Trace.QueryPlanNode.NodeCase |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static Reports.Trace.QueryPlanNode.NodeCase[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Reports.Trace.QueryPlanNode.NodeCase SEQUENCE
public static final Reports.Trace.QueryPlanNode.NodeCase PARALLEL
public static final Reports.Trace.QueryPlanNode.NodeCase FETCH
public static final Reports.Trace.QueryPlanNode.NodeCase FLATTEN
public static final Reports.Trace.QueryPlanNode.NodeCase NODE_NOT_SET
public static Reports.Trace.QueryPlanNode.NodeCase[] values()
for (Reports.Trace.QueryPlanNode.NodeCase c : Reports.Trace.QueryPlanNode.NodeCase.values()) System.out.println(c);
public static Reports.Trace.QueryPlanNode.NodeCase valueOf(java.lang.String name)
name - the name of the enum constant to be returned.java.lang.IllegalArgumentException - if this enum type has no constant with the specified namejava.lang.NullPointerException - if the argument is null@Deprecated public static Reports.Trace.QueryPlanNode.NodeCase valueOf(int value)
forNumber(int) instead.value - The number of the enum to look for.public static Reports.Trace.QueryPlanNode.NodeCase forNumber(int value)
public int getNumber()
getNumber in interface com.google.protobuf.Internal.EnumLite