@Deprecated public enum TermFacetOrder extends Enum<TermFacetOrder>
| Enum Constant and Description |
|---|
ascCount
Deprecated.
|
ascTerm
Deprecated.
|
descCount
Deprecated.
|
descTerm
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
static TermFacetOrder |
valueOf(String name)
Deprecated.
Returns the enum constant of this type with the specified name.
|
static TermFacetOrder[] |
values()
Deprecated.
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final TermFacetOrder ascTerm
public static final TermFacetOrder descTerm
public static final TermFacetOrder ascCount
public static final TermFacetOrder descCount
public static TermFacetOrder[] values()
for (TermFacetOrder c : TermFacetOrder.values()) System.out.println(c);
public static TermFacetOrder 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 © 2011–2020 Pivotal Software, Inc.. All rights reserved.