Uses of Class
org.cassandraunit.type.GenericTypeEnum

Packages that use GenericTypeEnum
org.cassandraunit.type   
org.cassandraunit.utils   
 

Uses of GenericTypeEnum in org.cassandraunit.type
 

Methods in org.cassandraunit.type that return GenericTypeEnum
static GenericTypeEnum GenericTypeEnum.fromValue(String v)
           
 GenericTypeEnum GenericType.getType()
           
 GenericTypeEnum[] GenericType.getTypesBelongingCompositeType()
           
static GenericTypeEnum GenericTypeEnum.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static GenericTypeEnum[] GenericTypeEnum.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Constructors in org.cassandraunit.type with parameters of type GenericTypeEnum
GenericType(String[] compositeValues, GenericTypeEnum[] typesBelongingCompositeType)
          constructor to use with the compositeType
GenericType(String value, GenericTypeEnum type)
           
 

Uses of GenericTypeEnum in org.cassandraunit.utils
 

Methods in org.cassandraunit.utils that return GenericTypeEnum
static GenericTypeEnum[] ComparatorTypeHelper.extractGenericTypesFromTypeAlias(String comparatorTypeAlias)
           
 

Methods in org.cassandraunit.utils with parameters of type GenericTypeEnum
static GenericType TypeExtractor.constructGenericType(String rowKeyOrColumnName, me.prettyprint.hector.api.ddl.ComparatorType type, GenericTypeEnum[] typesBelongingCompositeType)
           
 



Copyright © 2012. All Rights Reserved.