public static enum JdbcImporterDescription.Option extends Enum<JdbcImporterDescription.Option> implements JdbcAttribute
JdbcImporterDescription.getOptions()| Enum Constant and Description |
|---|
ORACLE_PARTITION
Enable partitioned tables on Oracle.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getSymbol()
Returns the symbol of this attribute.
|
static JdbcImporterDescription.Option |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static JdbcImporterDescription.Option[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final JdbcImporterDescription.Option ORACLE_PARTITION
public static JdbcImporterDescription.Option[] values()
for (JdbcImporterDescription.Option c : JdbcImporterDescription.Option.values()) System.out.println(c);
public static JdbcImporterDescription.Option 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 String getSymbol()
JdbcAttributegetSymbol in interface JdbcAttributeCopyright © 2011–2019 Asakusa Framework Team. All rights reserved.