Uses of Class
org.apache.cassandra.db.marshal.CollectionType.Kind

Packages that use CollectionType.Kind
org.apache.cassandra.db.marshal   
 

Uses of CollectionType.Kind in org.apache.cassandra.db.marshal
 

Fields in org.apache.cassandra.db.marshal declared as CollectionType.Kind
 CollectionType.Kind CollectionType.kind
           
 

Methods in org.apache.cassandra.db.marshal that return CollectionType.Kind
static CollectionType.Kind CollectionType.Kind.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static CollectionType.Kind[] CollectionType.Kind.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Constructors in org.apache.cassandra.db.marshal with parameters of type CollectionType.Kind
CollectionType(CollectionType.Kind kind)
           
 



Copyright © 2012 The Apache Software Foundation