public static enum ColumnOrder.type extends Enum<ColumnOrder.type>
Enum Constant and Description |
---|
TYPE_DEFINED_ORDER |
UNDEFINED |
Modifier and Type | Field and Description |
---|---|
int |
value |
Modifier and Type | Method and Description |
---|---|
ColumnOrder.type |
intern() |
String |
toString() |
static ColumnOrder.type |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ColumnOrder.type[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ColumnOrder.type UNDEFINED
public static final ColumnOrder.type TYPE_DEFINED_ORDER
public static ColumnOrder.type[] values()
for (ColumnOrder.type c : ColumnOrder.type.values()) System.out.println(c);
public static ColumnOrder.type 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 ColumnOrder.type intern()
public String toString()
toString
in class Enum<ColumnOrder.type>
Copyright © 2022. All rights reserved.