| Package | Description |
|---|---|
| org.cassandraunit.dataset.commons |
| Modifier and Type | Method and Description |
|---|---|
ParsedDataType |
ParsedColumnFamily.getDefaultColumnValueType() |
ParsedDataType |
ParsedColumnFamily.getSubComparatorType() |
ParsedDataType |
ParsedColumnMetadata.getValidationClass() |
static ParsedDataType |
ParsedDataType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ParsedDataType[] |
ParsedDataType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ParsedColumnFamily.setDefaultColumnValueType(ParsedDataType defaultColumnValueType) |
void |
ParsedColumnFamily.setSubComparatorType(ParsedDataType subComparatorType) |
void |
ParsedColumnMetadata.setValidationClass(ParsedDataType validationClass) |
Copyright © 2016. All rights reserved.