public static enum Sorter.SortOrder extends Enum<Sorter.SortOrder>
| Modifier and Type | Method and Description |
|---|---|
SortOrder |
toSearchSortOrder() |
static Sorter.SortOrder |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Sorter.SortOrder[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Sorter.SortOrder ASC
public static final Sorter.SortOrder DESC
public static Sorter.SortOrder[] values()
for (Sorter.SortOrder c : Sorter.SortOrder.values()) System.out.println(c);
public static Sorter.SortOrder 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 SortOrder toSearchSortOrder()
Copyright © 2024. All Rights Reserved.