public static enum FacetParams.FacetRangeOther extends Enum<FacetParams.FacetRangeOther>
FacetParams.FACET_RANGE_OTHER and FacetParams.FACET_DATE_OTHER ...
 | Modifier and Type | Method and Description | 
|---|---|
| static FacetParams.FacetRangeOther | get(String label) | 
| String | toString() | 
| static FacetParams.FacetRangeOther | valueOf(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(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.FacetRangeOther>public static FacetParams.FacetRangeOther get(String label)
Copyright © 2000-2021 Apache Software Foundation. All Rights Reserved.