Enum Class BuilderToken.FACETARGS
java.lang.Object
java.lang.Enum<BuilderToken.FACETARGS>
fr.gouv.vitam.common.database.builder.request.configuration.BuilderToken.FACETARGS
- All Implemented Interfaces:
Serializable
,Comparable<BuilderToken.FACETARGS>
,Constable
- Enclosing class:
- BuilderToken
FACET args model
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>>
-
Enum Constant Summary
Enum ConstantDescriptionUsed in all facetsUsed in range facetsUsed in range facetsUsed in all facetsUsed in terms facetUsed in filters facetsUsed in filters facetsUsed in range facetsUsed in terms facetUsed in range facets -
Method Summary
Modifier and TypeMethodDescriptionfinal String
static BuilderToken.FACETARGS
Returns the enum constant of this class with the specified name.static BuilderToken.FACETARGS[]
values()
Returns an array containing the constants of this enum class, in the order they are declared.
-
Enum Constant Details
-
NAME
Used in all facets -
FIELD
Used in all facets -
SIZE
Used in terms facet -
FROM
Used in range facets -
TO
Used in range facets -
FORMAT
Used in range facets -
QUERY_FILTERS
Used in filters facets -
QUERY
Used in filters facets -
RANGES
Used in range facets -
ORDER
Used in terms facet -
SUBOBJECT
-
-
Method Details
-
values
Returns an array containing the constants of this enum class, in the order they are declared.- Returns:
- an array containing the constants of this enum class, in the order they are declared
-
valueOf
Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (Extraneous whitespace characters are not permitted.)- Parameters:
name
- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException
- if this enum class has no constant with the specified nameNullPointerException
- if the argument is null
-
exactToken
- Returns:
- the exact token
-