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