public static enum GraphOMRSQueryPlan.QueryStrategy extends Enum<GraphOMRSQueryPlan.QueryStrategy>
| Modifier and Type | Method and Description |
|---|---|
static GraphOMRSQueryPlan.QueryStrategy |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static GraphOMRSQueryPlan.QueryStrategy[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final GraphOMRSQueryPlan.QueryStrategy Iterate
public static final GraphOMRSQueryPlan.QueryStrategy Delegate
public static GraphOMRSQueryPlan.QueryStrategy[] values()
for (GraphOMRSQueryPlan.QueryStrategy c : GraphOMRSQueryPlan.QueryStrategy.values()) System.out.println(c);
public static GraphOMRSQueryPlan.QueryStrategy 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 © 2018–2021 LF AI & Data Foundation. All rights reserved.