Uses of Class
org.apache.cassandra.cql3.Term.Type

Packages that use Term.Type
org.apache.cassandra.cql3   
 

Uses of Term.Type in org.apache.cassandra.cql3
 

Methods in org.apache.cassandra.cql3 that return Term.Type
 Term.Type Term.getType()
          Obtain the term's type.
static Term.Type Term.Type.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static Term.Type[] Term.Type.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Constructors in org.apache.cassandra.cql3 with parameters of type Term.Type
Term(long value, Term.Type type)
           
Term(java.lang.String text, Term.Type type)
           
 



Copyright © 2012 The Apache Software Foundation