@Deprecated public static enum FacetParams.FacetDateOther extends java.lang.Enum<FacetParams.FacetDateOther>
Enum Constant and Description |
---|
AFTER
Deprecated.
|
ALL
Deprecated.
|
BEFORE
Deprecated.
|
BETWEEN
Deprecated.
|
NONE
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
static FacetParams.FacetDateOther |
get(java.lang.String label)
Deprecated.
|
java.lang.String |
toString()
Deprecated.
|
static FacetParams.FacetDateOther |
valueOf(java.lang.String name)
Deprecated.
Returns the enum constant of this type with the specified name.
|
static FacetParams.FacetDateOther[] |
values()
Deprecated.
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final FacetParams.FacetDateOther BEFORE
public static final FacetParams.FacetDateOther AFTER
public static final FacetParams.FacetDateOther BETWEEN
public static final FacetParams.FacetDateOther ALL
public static final FacetParams.FacetDateOther NONE
public static FacetParams.FacetDateOther[] values()
for (FacetParams.FacetDateOther c : FacetParams.FacetDateOther.values()) System.out.println(c);
public static FacetParams.FacetDateOther 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.FacetDateOther>
public static FacetParams.FacetDateOther get(java.lang.String label)