public static enum SchemaExport.Type extends Enum<SchemaExport.Type>
Modifier and Type | Method and Description |
---|---|
boolean |
doCreate() |
boolean |
doDrop() |
static SchemaExport.Type |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SchemaExport.Type[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final SchemaExport.Type CREATE
public static final SchemaExport.Type DROP
public static final SchemaExport.Type NONE
public static final SchemaExport.Type BOTH
public static SchemaExport.Type[] values()
for (SchemaExport.Type c : SchemaExport.Type.values()) System.out.println(c);
public static SchemaExport.Type 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 boolean doCreate()
public boolean doDrop()
Copyright © 2001-2015 Red Hat, Inc. All Rights Reserved.