public static enum SortEntry.Order extends Enum<SortEntry.Order>
Modifier and Type | Method and Description |
---|---|
String |
getOrder()
Returns sort order.
|
static SortEntry.Order |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SortEntry.Order[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final SortEntry.Order ASC
public static final SortEntry.Order DESC
public static SortEntry.Order[] values()
for (SortEntry.Order c : SortEntry.Order.values()) System.out.println(c);
public static SortEntry.Order 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 String getOrder()
Copyright © 2021 IBM Cloud. All rights reserved.