net.sourceforge.squirrel_sql.plugins.hibernate.viewobjects
Class TupelType

java.lang.Object
  extended by net.sourceforge.squirrel_sql.plugins.hibernate.viewobjects.TupelType
All Implemented Interfaces:
IType

public class TupelType
extends Object
implements IType


Constructor Summary
TupelType(ArrayList<MappedClassInfo> myMappedClassInfos, ArrayList<MappedClassInfo> allMappedClassInfos, List<ObjectSubstituteRoot> arrays)
           
 
Method Summary
 ArrayList<? extends IType> getKidTypes()
           
 ArrayList<TupelResult> getResults()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

TupelType

public TupelType(ArrayList<MappedClassInfo> myMappedClassInfos,
                 ArrayList<MappedClassInfo> allMappedClassInfos,
                 List<ObjectSubstituteRoot> arrays)
Method Detail

getKidTypes

public ArrayList<? extends IType> getKidTypes()
Specified by:
getKidTypes in interface IType

getResults

public ArrayList<TupelResult> getResults()
Specified by:
getResults in interface IType
Returns:
null if this Type does not have results

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2001-2012. All Rights Reserved.