public static enum BuilderToken.FACET extends Enum<BuilderToken.FACET>
Enum Constant and Description |
---|
DATE_RANGE |
FILTERS |
TERMS |
Modifier and Type | Method and Description |
---|---|
String |
exactToken() |
static BuilderToken.FACET |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static BuilderToken.FACET[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final BuilderToken.FACET TERMS
public static final BuilderToken.FACET DATE_RANGE
public static final BuilderToken.FACET FILTERS
public static BuilderToken.FACET[] values()
for (BuilderToken.FACET c : BuilderToken.FACET.values()) System.out.println(c);
public static BuilderToken.FACET 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.