public static enum TableSorter.OrderType extends Enum<TableSorter.OrderType>
Modifier and Type | Method and Description |
---|---|
static TableSorter.OrderType |
of(String orderType) |
String |
toString() |
static TableSorter.OrderType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TableSorter.OrderType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final TableSorter.OrderType ORDER
public static final TableSorter.OrderType ZORDER
public static final TableSorter.OrderType HILBERT
public static TableSorter.OrderType[] values()
for (TableSorter.OrderType c : TableSorter.OrderType.values()) System.out.println(c);
public static TableSorter.OrderType 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 toString()
toString
in class Enum<TableSorter.OrderType>
public static TableSorter.OrderType of(String orderType)
Copyright © 2023–2024 The Apache Software Foundation. All rights reserved.