@Deprecated public static enum CassandraSchemaElementExistsException.ElementType extends Enum<CassandraSchemaElementExistsException.ElementType>
| Enum Constant and Description |
|---|
COLUMN
Deprecated.
|
INDEX
Deprecated.
|
KEYSPACE
Deprecated.
|
TABLE
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
static CassandraSchemaElementExistsException.ElementType |
valueOf(String name)
Deprecated.
Returns the enum constant of this type with the specified name.
|
static CassandraSchemaElementExistsException.ElementType[] |
values()
Deprecated.
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final CassandraSchemaElementExistsException.ElementType KEYSPACE
public static final CassandraSchemaElementExistsException.ElementType TABLE
public static final CassandraSchemaElementExistsException.ElementType COLUMN
public static final CassandraSchemaElementExistsException.ElementType INDEX
public static CassandraSchemaElementExistsException.ElementType[] values()
for (CassandraSchemaElementExistsException.ElementType c : CassandraSchemaElementExistsException.ElementType.values()) System.out.println(c);
public static CassandraSchemaElementExistsException.ElementType 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 © 2011–2021 Pivotal Software, Inc.. All rights reserved.