@Deprecated public static enum FacetParams.FacetDateOther extends 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(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.
|
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(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 String toString()
toString
in class Enum<FacetParams.FacetDateOther>
public static FacetParams.FacetDateOther get(String label)
Copyright © 2000-2014 Apache Software Foundation. All Rights Reserved.