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

Packages that use IndexType
org.cassandraunit.dataset.xml   
 

Uses of IndexType in org.cassandraunit.dataset.xml
 

Fields in org.cassandraunit.dataset.xml declared as IndexType
protected  IndexType ColumnMetadata.indexType
           
 

Methods in org.cassandraunit.dataset.xml that return IndexType
static IndexType IndexType.fromValue(String v)
           
 IndexType ColumnMetadata.getIndexType()
          Gets the value of the indexType property.
static IndexType IndexType.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static IndexType[] IndexType.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 IndexType
 void ColumnMetadata.setIndexType(IndexType value)
          Sets the value of the indexType property.
 



Copyright © 2012. All Rights Reserved.