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