Serializable, Comparable<Axis.CategoryOrder>public static enum Axis.CategoryOrder extends Enum<Axis.CategoryOrder>
| Enum Constant | Description |
|---|---|
ARRAY |
|
CATEGORY_ASCENDING |
|
CATEGORY_DESCENDING |
|
TRACE |
| Modifier and Type | Method | Description |
|---|---|---|
String |
toString() |
|
static Axis.CategoryOrder |
valueOf(String name) |
Returns the enum constant of this type with the specified name.
|
static Axis.CategoryOrder[] |
values() |
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Axis.CategoryOrder TRACE
public static final Axis.CategoryOrder CATEGORY_ASCENDING
public static final Axis.CategoryOrder CATEGORY_DESCENDING
public static final Axis.CategoryOrder ARRAY
public static Axis.CategoryOrder[] values()
for (Axis.CategoryOrder c : Axis.CategoryOrder.values()) System.out.println(c);
public static Axis.CategoryOrder 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<Axis.CategoryOrder>Copyright © 2021. All rights reserved.