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

Packages that use ReturnType
org.gcube.dataaccess.spql.model   
org.gcube.dataaccess.spql.stmt   
 

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

Fields in org.gcube.dataaccess.spql.model declared as ReturnType
protected  ReturnType ReturnExpression.type
           
 

Methods in org.gcube.dataaccess.spql.model that return ReturnType
 ReturnType ReturnExpression.getType()
           
static ReturnType ReturnType.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static ReturnType[] ReturnType.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 ReturnType
 void ReturnExpression.setType(ReturnType type)
           
 

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

Uses of ReturnType in org.gcube.dataaccess.spql.stmt
 

Methods in org.gcube.dataaccess.spql.stmt with parameters of type ReturnType
 String AbstractStatement.returnType(ReturnType type)
           
 



Copyright © 2013. All Rights Reserved.