public static enum BBjAdminTable.Type extends java.lang.Enum<BBjAdminTable.Type>
Enum Constant and Description |
---|
DIRECT |
ESQL |
INDEXED |
MKEYED |
SERIAL |
UNKNOWN |
VKEYED |
XKEYED |
Modifier and Type | Method and Description |
---|---|
static BBjAdminTable.Type |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static BBjAdminTable.Type[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final BBjAdminTable.Type UNKNOWN
public static final BBjAdminTable.Type INDEXED
public static final BBjAdminTable.Type SERIAL
public static final BBjAdminTable.Type DIRECT
public static final BBjAdminTable.Type MKEYED
public static final BBjAdminTable.Type XKEYED
public static final BBjAdminTable.Type VKEYED
public static final BBjAdminTable.Type ESQL
public static BBjAdminTable.Type[] values()
for (BBjAdminTable.Type c : BBjAdminTable.Type.values()) System.out.println(c);
public static BBjAdminTable.Type valueOf(java.lang.String name)
name
- the name of the enum constant to be returned.java.lang.IllegalArgumentException
- if this enum type has no constant with the specified namejava.lang.NullPointerException
- if the argument is null