Uses of Class
org.cassandraunit.dataset.commons.ParsedDataType

Packages that use ParsedDataType
org.cassandraunit.dataset.commons   
 

Uses of ParsedDataType in org.cassandraunit.dataset.commons
 

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

Methods in org.cassandraunit.dataset.commons with parameters of type ParsedDataType
 void ParsedColumnFamily.setDefaultColumnValueType(ParsedDataType defaultColumnValueType)
           
 void ParsedColumnFamily.setSubComparatorType(ParsedDataType subComparatorType)
           
 void ParsedColumnMetadata.setValidationClass(ParsedDataType validationClass)
           
 



Copyright © 2012. All Rights Reserved.