public static enum FacetHandler.TermCountSize extends Enum<FacetHandler.TermCountSize>
| Modifier and Type | Method and Description |
|---|---|
static FacetHandler.TermCountSize |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static FacetHandler.TermCountSize[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final FacetHandler.TermCountSize small
public static final FacetHandler.TermCountSize medium
public static final FacetHandler.TermCountSize large
public static FacetHandler.TermCountSize[] values()
for (FacetHandler.TermCountSize c : FacetHandler.TermCountSize.values()) System.out.println(c);
public static FacetHandler.TermCountSize 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 nullCopyright © 2005–2013. All rights reserved.