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

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

public class SingleType
extends Object
implements IType


Constructor Summary
SingleType(MappedClassInfo mappedClassInfo, ArrayList<MappedClassInfo> allMappedClassInfos, List<ObjectSubstitute> objects)
           
SingleType(String propertyName, MappedClassInfo mappedClassInfo, ArrayList<MappedClassInfo> allMappedClassInfos, List<ObjectSubstitute> objects)
           
 
Method Summary
 ArrayList<MappedClassInfo> getAllMappedClassInfos()
           
 ArrayList<? extends IType> getKidTypes()
           
 MappedClassInfo getMappedClassInfo()
           
 ArrayList<SingleResult> getResults()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

SingleType

public SingleType(MappedClassInfo mappedClassInfo,
                  ArrayList<MappedClassInfo> allMappedClassInfos,
                  List<ObjectSubstitute> objects)

SingleType

public SingleType(String propertyName,
                  MappedClassInfo mappedClassInfo,
                  ArrayList<MappedClassInfo> allMappedClassInfos,
                  List<ObjectSubstitute> objects)
Method Detail

getKidTypes

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

getResults

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

getMappedClassInfo

public MappedClassInfo getMappedClassInfo()

toString

public String toString()
Overrides:
toString in class Object

getAllMappedClassInfos

public ArrayList<MappedClassInfo> getAllMappedClassInfos()


Copyright © 2001-2012. All Rights Reserved.