org.tranql.sql
Interface ReturnedValueTypeDetectorVisitor.ReturnedValueTypeInfo

Enclosing interface:
org.tranql.sql.ReturnedValueTypeDetectorVisitor

public static interface ReturnedValueTypeDetectorVisitor.ReturnedValueTypeInfo


Method Summary
 java.lang.Class getAggregatedResultType()
           
 Attribute getAttribute()
           
 Entity getAttributeEntity()
           
 Entity getEntity()
           
 

Method Detail

getEntity

public Entity getEntity()

getAttribute

public Attribute getAttribute()

getAttributeEntity

public Entity getAttributeEntity()

getAggregatedResultType

public java.lang.Class getAggregatedResultType()


Copyright © -2006 The Codehaus. All Rights Reserved.