public static enum FacetParams.FacetRangeMethod extends Enum<FacetParams.FacetRangeMethod>
FacetParams.FACET_RANGE_METHOD
 FacetParams.FACET_RANGE_METHOD| Modifier and Type | Method and Description | 
|---|---|
| static FacetParams.FacetRangeMethod | get(String label) | 
| static FacetParams.FacetRangeMethod | getDefault() | 
| String | toString() | 
| static FacetParams.FacetRangeMethod | valueOf(String name)Returns the enum constant of this type with the specified name. | 
| static FacetParams.FacetRangeMethod[] | values()Returns an array containing the constants of this enum type, in
the order they are declared. | 
public static final FacetParams.FacetRangeMethod FILTER
public static final FacetParams.FacetRangeMethod DV
public static FacetParams.FacetRangeMethod[] values()
for (FacetParams.FacetRangeMethod c : FacetParams.FacetRangeMethod.values()) System.out.println(c);
public static FacetParams.FacetRangeMethod 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.FacetRangeMethod>public static FacetParams.FacetRangeMethod get(String label)
public static FacetParams.FacetRangeMethod getDefault()
Copyright © 2000-2021 Apache Software Foundation. All Rights Reserved.