Uses of Class
org.gcube.dataaccess.spql.model.Type

Packages that use Type
org.gcube.dataaccess.spql   
org.gcube.dataaccess.spql.model   
 

Uses of Type in org.gcube.dataaccess.spql
 

Methods in org.gcube.dataaccess.spql that return Type
 Type SPQLParser.havingExpression()
           
 

Uses of Type in org.gcube.dataaccess.spql.model
 

Fields in org.gcube.dataaccess.spql.model declared as Type
protected  Type ReturnExpression.havingType
           
 

Methods in org.gcube.dataaccess.spql.model that return Type
 Type ReturnExpression.getHavingType()
           
static Type Type.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static Type[] Type.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in org.gcube.dataaccess.spql.model with parameters of type Type
 void ReturnExpression.setHavingType(Type havingType)
           
 

Constructors in org.gcube.dataaccess.spql.model with parameters of type Type
ReturnExpression(ReturnType type, Type havingType)
           
 



Copyright © 2013. All Rights Reserved.