org.intermine.objectstore.query
Interface QuerySelectable

All Known Subinterfaces:
QueryEvaluable, QueryNode, QueryPathExpression, QueryPathExpressionWithSelect
All Known Implementing Classes:
Clob, ObjectStoreBag, ObjectStoreBagCombination, ObjectStoreBagsForObject, PathExpressionField, QueryCast, QueryClass, QueryCollectionPathExpression, QueryExpression, QueryField, QueryForeignKey, QueryFunction, QueryObjectPathExpression, QueryValue

public interface QuerySelectable

An element that can appear in the SELECT clause of a query.


Method Summary
 java.lang.Class<?> getType()
          Get Java type represented by this item.
 

Method Detail

getType

java.lang.Class<?> getType()
Get Java type represented by this item.

Returns:
class describing the type