public static enum FacetParams.FacetRangeOther extends java.lang.Enum<FacetParams.FacetRangeOther>
FacetParams.FACET_RANGE_OTHER
and FacetParams.FACET_DATE_OTHER
...
Modifier and Type | Method and Description |
---|---|
static FacetParams.FacetRangeOther |
get(java.lang.String label) |
java.lang.String |
toString() |
static FacetParams.FacetRangeOther |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static FacetParams.FacetRangeOther[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final FacetParams.FacetRangeOther BEFORE
public static final FacetParams.FacetRangeOther AFTER
public static final FacetParams.FacetRangeOther BETWEEN
public static final FacetParams.FacetRangeOther ALL
public static final FacetParams.FacetRangeOther NONE
public static FacetParams.FacetRangeOther[] values()
for (FacetParams.FacetRangeOther c : FacetParams.FacetRangeOther.values()) System.out.println(c);
public static FacetParams.FacetRangeOther valueOf(java.lang.String name)
name
- the name of the enum constant to be returned.java.lang.IllegalArgumentException
- if this enum type has no constant with the specified namejava.lang.NullPointerException
- if the argument is nullpublic java.lang.String toString()
toString
in class java.lang.Enum<FacetParams.FacetRangeOther>
public static FacetParams.FacetRangeOther get(java.lang.String label)