|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |
java.lang.Object java.lang.Enum<FacetParams.FacetDateOther> org.apache.solr.common.params.FacetParams.FacetDateOther
FacetParams.FacetRangeOther
@Deprecated public static enum FacetParams.FacetDateOther
Enum Constant Summary | |
---|---|
AFTER
Deprecated. |
|
ALL
Deprecated. |
|
BEFORE
Deprecated. |
|
BETWEEN
Deprecated. |
|
NONE
Deprecated. |
Method Summary | |
---|---|
static FacetParams.FacetDateOther |
get(String label)
Deprecated. |
String |
toString()
Deprecated. |
static FacetParams.FacetDateOther |
valueOf(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. |
Methods inherited from class java.lang.Enum |
---|
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, valueOf |
Methods inherited from class java.lang.Object |
---|
getClass, notify, notifyAll, wait, wait, wait |
Enum Constant Detail |
---|
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
Method Detail |
---|
public static FacetParams.FacetDateOther[] values()
for (FacetParams.FacetDateOther c : FacetParams.FacetDateOther.values()) System.out.println(c);
public static FacetParams.FacetDateOther valueOf(String name)
name
- the name of the enum constant to be returned.
IllegalArgumentException
- if this enum type has no constant
with the specified name
NullPointerException
- if the argument is nullpublic String toString()
toString
in class Enum<FacetParams.FacetDateOther>
public static FacetParams.FacetDateOther get(String label)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |