public class ColumnOrder extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
ColumnOrder.ColumnOrderName
The enum type of the column order.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
ColumnOrder.ColumnOrderName |
getColumnOrderName() |
int |
hashCode() |
String |
toString() |
static ColumnOrder |
typeDefined() |
static ColumnOrder |
undefined() |
public static ColumnOrder undefined()
ColumnOrder instance representing an undefined orderColumnOrder.ColumnOrderName.UNDEFINEDpublic static ColumnOrder typeDefined()
ColumnOrder instance representing a type defined orderColumnOrder.ColumnOrderName.TYPE_DEFINED_ORDERpublic ColumnOrder.ColumnOrderName getColumnOrderName()
Copyright © 2023 The Apache Software Foundation. All rights reserved.