public static enum DfFacetDefinition.ORDER extends java.lang.Enum<DfFacetDefinition.ORDER>
Enum Constant and Description |
---|
FREQUENCY
Ordered by count, descending
|
NONE
Keep the order returned by the facet handler
|
VALUE_ASCENDING
Ordered by value (ascending).
|
VALUE_DESCENDING
Ordered by value (descending).
|
Modifier and Type | Method and Description |
---|---|
static DfFacetDefinition.ORDER |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static DfFacetDefinition.ORDER[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final DfFacetDefinition.ORDER FREQUENCY
public static final DfFacetDefinition.ORDER VALUE_ASCENDING
public static final DfFacetDefinition.ORDER VALUE_DESCENDING
public static final DfFacetDefinition.ORDER NONE
public static DfFacetDefinition.ORDER[] values()
for (DfFacetDefinition.ORDER c : DfFacetDefinition.ORDER.values()) System.out.println(c);
public static DfFacetDefinition.ORDER valueOf(java.lang.String name)
name
- the name of the enum constant to be returned.java.lang.IllegalArgumentException
- if this enum type has no constant with the specified namejava.lang.NullPointerException
- if the argument is nullCopyright 1994-2023 OpenText Corporation. All rights reserved.