org.apache.cassandra.cql3
Class ParsedType.Custom

java.lang.Object
  extended by org.apache.cassandra.cql3.ParsedType.Custom
All Implemented Interfaces:
ParsedType
Enclosing interface:
ParsedType

public static class ParsedType.Custom
extends java.lang.Object
implements ParsedType


Nested Class Summary
 
Nested classes/interfaces inherited from interface org.apache.cassandra.cql3.ParsedType
ParsedType.Collection, ParsedType.Custom, ParsedType.Native
 
Constructor Summary
ParsedType.Custom(java.lang.String className)
           
 
Method Summary
 AbstractType<?> getType()
           
 boolean isCollection()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ParsedType.Custom

public ParsedType.Custom(java.lang.String className)
                  throws SyntaxException,
                         ConfigurationException
Throws:
SyntaxException
ConfigurationException
Method Detail

isCollection

public boolean isCollection()
Specified by:
isCollection in interface ParsedType

getType

public AbstractType<?> getType()
Specified by:
getType in interface ParsedType


Copyright © 2012 The Apache Software Foundation