public static enum CassandraSchemaHelper.DifferenceType extends Enum<CassandraSchemaHelper.DifferenceType>
| Enum Constant and Description |
|---|
MISSING_COLUMN |
MISSING_INDEX |
WRONG_CLUSTERING_ORDER |
WRONG_INDEX |
WRONG_KIND |
WRONG_TYPE |
| Modifier and Type | Method and Description |
|---|---|
static CassandraSchemaHelper.DifferenceType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CassandraSchemaHelper.DifferenceType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final CassandraSchemaHelper.DifferenceType MISSING_COLUMN
public static final CassandraSchemaHelper.DifferenceType WRONG_TYPE
public static final CassandraSchemaHelper.DifferenceType WRONG_KIND
public static final CassandraSchemaHelper.DifferenceType WRONG_CLUSTERING_ORDER
public static final CassandraSchemaHelper.DifferenceType MISSING_INDEX
public static final CassandraSchemaHelper.DifferenceType WRONG_INDEX
public static CassandraSchemaHelper.DifferenceType[] values()
for (CassandraSchemaHelper.DifferenceType c : CassandraSchemaHelper.DifferenceType.values()) System.out.println(c);
public static CassandraSchemaHelper.DifferenceType 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 © 2021. All rights reserved.