public enum TableSubType extends Enum<TableSubType>
| Enum Constant and Description |
|---|
BANGDB_SW_INVALID |
BANGDB_SW_TABLE |
BANGDB_TOPK_TABLE |
DUPLINDEX_TABLE |
INDEXBTREE_TABLE |
NON_ANALYTICAL_TABLE |
| Modifier and Type | Method and Description |
|---|---|
static TableSubType |
fromInt(int e) |
static int |
toInt(int ordinal) |
static TableSubType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TableSubType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final TableSubType BANGDB_SW_TABLE
public static final TableSubType BANGDB_TOPK_TABLE
public static final TableSubType NON_ANALYTICAL_TABLE
public static final TableSubType INDEXBTREE_TABLE
public static final TableSubType DUPLINDEX_TABLE
public static final TableSubType BANGDB_SW_INVALID
public static TableSubType[] values()
for (TableSubType c : TableSubType.values()) System.out.println(c);
public static TableSubType 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 static TableSubType fromInt(int e)
public static int toInt(int ordinal)
Copyright © 2021. All rights reserved.