public static enum BuilderToken.FACETARGS extends Enum<BuilderToken.FACETARGS>
Enum Constant and Description |
---|
FIELD
Used in all facets
|
FORMAT
Used in range facets
|
FROM
Used in range facets
|
NAME
Used in all facets
|
ORDER
Used in terms facet
|
QUERY
Used in filters facets
|
QUERY_FILTERS
Used in filters facets
|
RANGES
Used in range facets
|
SIZE
Used in terms facet
|
TO
Used in range facets
|
Modifier and Type | Method and Description |
---|---|
String |
exactToken() |
static BuilderToken.FACETARGS |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static BuilderToken.FACETARGS[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final BuilderToken.FACETARGS NAME
public static final BuilderToken.FACETARGS FIELD
public static final BuilderToken.FACETARGS SIZE
public static final BuilderToken.FACETARGS FROM
public static final BuilderToken.FACETARGS TO
public static final BuilderToken.FACETARGS FORMAT
public static final BuilderToken.FACETARGS QUERY_FILTERS
public static final BuilderToken.FACETARGS QUERY
public static final BuilderToken.FACETARGS RANGES
public static final BuilderToken.FACETARGS ORDER
public static BuilderToken.FACETARGS[] values()
for (BuilderToken.FACETARGS c : BuilderToken.FACETARGS.values()) System.out.println(c);
public static BuilderToken.FACETARGS 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 final String exactToken()
Copyright © 2018 Vitam. All rights reserved.