Uses of Class
org.cassandraunit.dataset.xml.DataType

Packages that use DataType
org.cassandraunit.dataset.xml   
 

Uses of DataType in org.cassandraunit.dataset.xml
 

Fields in org.cassandraunit.dataset.xml declared as DataType
protected  DataType ColumnFamily.defaultColumnValueType
           
protected  DataType ColumnFamily.subComparatorType
           
protected  DataType ColumnMetadata.validationClass
           
 

Methods in org.cassandraunit.dataset.xml that return DataType
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.
 

Methods in org.cassandraunit.dataset.xml with parameters of type DataType
 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 © 2012. All Rights Reserved.