| Package | Description |
|---|---|
| org.cassandraunit.dataset.xml |
| Modifier and Type | Field and Description |
|---|---|
protected ColumnFamilyType |
ColumnFamily.type |
| Modifier and Type | Method and Description |
|---|---|
static ColumnFamilyType |
ColumnFamilyType.fromValue(String v) |
ColumnFamilyType |
ColumnFamily.getType()
Gets the value of the type property.
|
static ColumnFamilyType |
ColumnFamilyType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ColumnFamilyType[] |
ColumnFamilyType.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.setType(ColumnFamilyType value)
Sets the value of the type property.
|
Copyright © 2016. All rights reserved.