public enum QueryUri extends Enum<QueryUri> implements TupleSource
| Enum Constant and Description |
|---|
YES |
| Modifier and Type | Method and Description |
|---|---|
void |
build(QueryOptions.QueryTuples tuples) |
void |
build(QueryOptions.QueryValues values) |
String |
toString() |
static QueryUri |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static QueryUri[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final QueryUri YES
public static QueryUri[] values()
for (QueryUri c : QueryUri.values()) System.out.println(c);
public static QueryUri 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 nullpublic void build(QueryOptions.QueryValues values)
build in interface TupleSourcepublic void build(QueryOptions.QueryTuples tuples)
build in interface TupleSourceCopyright © 2013-2015 MarkLogic Corporation.