| Package | Description |
|---|---|
| org.cassandraunit.dataset.xml |
| Modifier and Type | Field and Description |
|---|---|
protected DataType |
ColumnFamily.defaultColumnValueType |
protected DataType |
ColumnFamily.subComparatorType |
protected DataType |
ColumnMetadata.validationClass |
| Modifier and Type | Method and Description |
|---|---|
static DataType |
DataType.fromValue(String v) |
DataType |
ColumnFamily.getDefaultColumnValueType()
Gets the value of the defaultColumnValueType property.
|
DataType |
ColumnFamily.getSubComparatorType()
Gets the value of the subComparatorType property.
|
DataType |
ColumnMetadata.getValidationClass()
Gets the value of the validationClass property.
|
static DataType |
DataType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DataType[] |
DataType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ColumnFamily.setDefaultColumnValueType(DataType value)
Sets the value of the defaultColumnValueType property.
|
void |
ColumnFamily.setSubComparatorType(DataType value)
Sets the value of the subComparatorType property.
|
void |
ColumnMetadata.setValidationClass(DataType value)
Sets the value of the validationClass property.
|
Copyright © 2016. All rights reserved.