public static enum IDBSchemaElement.SchemaElementType extends Enum<IDBSchemaElement.SchemaElementType>
| Enum Constant and Description |
|---|
FIELD |
INDEX |
INDEX_FIELD |
SCHEMA |
TABLE |
| Modifier and Type | Method and Description |
|---|---|
int |
getLevel() |
static IDBSchemaElement.SchemaElementType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static IDBSchemaElement.SchemaElementType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final IDBSchemaElement.SchemaElementType SCHEMA
public static final IDBSchemaElement.SchemaElementType TABLE
public static final IDBSchemaElement.SchemaElementType FIELD
public static final IDBSchemaElement.SchemaElementType INDEX
public static final IDBSchemaElement.SchemaElementType INDEX_FIELD
public static IDBSchemaElement.SchemaElementType[] values()
for (IDBSchemaElement.SchemaElementType c : IDBSchemaElement.SchemaElementType.values()) System.out.println(c);
public static IDBSchemaElement.SchemaElementType 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 int getLevel()
Copyright (c) 2011-2015 Eike Stepper (Berlin, Germany) and others.