public static enum I_CmsSearchConfigurationFacet.SortOrder extends java.lang.Enum<I_CmsSearchConfigurationFacet.SortOrder>
| Enum Constant and Description |
|---|
count
Sort by the number of hits.
|
index
Sort alphabetically.
|
| Modifier and Type | Method and Description |
|---|---|
static I_CmsSearchConfigurationFacet.SortOrder |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static I_CmsSearchConfigurationFacet.SortOrder[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final I_CmsSearchConfigurationFacet.SortOrder count
public static final I_CmsSearchConfigurationFacet.SortOrder index
public static I_CmsSearchConfigurationFacet.SortOrder[] values()
for (I_CmsSearchConfigurationFacet.SortOrder c : I_CmsSearchConfigurationFacet.SortOrder.values()) System.out.println(c);
public static I_CmsSearchConfigurationFacet.SortOrder 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 null