public static enum AbstractSchemaManager.SchemaOperationType extends Enum<AbstractSchemaManager.SchemaOperationType>
| Enum Constant and Description |
|---|
create
The create.
|
createdrop
The createdrop.
|
update
The update.
|
validate
The validate.
|
| Modifier and Type | Method and Description |
|---|---|
static AbstractSchemaManager.SchemaOperationType |
getInstance(String operation)
Gets the single instance of ScheamOperationType.
|
static AbstractSchemaManager.SchemaOperationType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AbstractSchemaManager.SchemaOperationType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final AbstractSchemaManager.SchemaOperationType createdrop
public static final AbstractSchemaManager.SchemaOperationType create
public static final AbstractSchemaManager.SchemaOperationType validate
public static final AbstractSchemaManager.SchemaOperationType update
public static AbstractSchemaManager.SchemaOperationType[] values()
for (AbstractSchemaManager.SchemaOperationType c : AbstractSchemaManager.SchemaOperationType.values()) System.out.println(c);
public static AbstractSchemaManager.SchemaOperationType 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 AbstractSchemaManager.SchemaOperationType getInstance(String operation)
operation - the operationCopyright © 2015. All Rights Reserved.