public static enum AlterDatabaseDesc.ALTER_DB_TYPES extends Enum<AlterDatabaseDesc.ALTER_DB_TYPES>
Enum Constant and Description |
---|
ALTER_OWNER |
ALTER_PROPERTY |
Modifier and Type | Method and Description |
---|---|
static AlterDatabaseDesc.ALTER_DB_TYPES |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AlterDatabaseDesc.ALTER_DB_TYPES[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final AlterDatabaseDesc.ALTER_DB_TYPES ALTER_PROPERTY
public static final AlterDatabaseDesc.ALTER_DB_TYPES ALTER_OWNER
public static AlterDatabaseDesc.ALTER_DB_TYPES[] values()
for (AlterDatabaseDesc.ALTER_DB_TYPES c : AlterDatabaseDesc.ALTER_DB_TYPES.values()) System.out.println(c);
public static AlterDatabaseDesc.ALTER_DB_TYPES 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 nullCopyright © 2017 The Apache Software Foundation. All rights reserved.