public static enum QueryOptions.QueryTerm.TermApply extends Enum<QueryOptions.QueryTerm.TermApply>
Enum Constant and Description |
---|
ALL_RESULTS
Treats an empty string as a request for all results.
|
NO_RESULTS
Treats an empty string as a request for no results.
|
Modifier and Type | Method and Description |
---|---|
static QueryOptions.QueryTerm.TermApply |
fromXmlString(String xmlString) |
String |
toXmlString() |
static QueryOptions.QueryTerm.TermApply |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static QueryOptions.QueryTerm.TermApply[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final QueryOptions.QueryTerm.TermApply ALL_RESULTS
public static final QueryOptions.QueryTerm.TermApply NO_RESULTS
public static QueryOptions.QueryTerm.TermApply[] values()
for (QueryOptions.QueryTerm.TermApply c : QueryOptions.QueryTerm.TermApply.values()) System.out.println(c);
public static QueryOptions.QueryTerm.TermApply 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 static QueryOptions.QueryTerm.TermApply fromXmlString(String xmlString)
public String toXmlString()
Copyright © 2013-2016 MarkLogic Corporation.