Uses of Class
net.sf.exorcist.midgard.MidgardType

Packages that use MidgardType
net.sf.exorcist.midgard   
 

Uses of MidgardType in net.sf.exorcist.midgard
 

Methods in net.sf.exorcist.midgard that return MidgardType
 MidgardType MidgardProperty.getLink()
           
 MidgardType MidgardObjectInfo.getType()
           
 MidgardType MidgardSchema.getTypeByName(java.lang.String name)
           
 MidgardType MidgardSchema.getTypeByTable(java.lang.String table)
           
 

Methods in net.sf.exorcist.midgard with parameters of type MidgardType
 void MidgardType.addChild(MidgardType type)
           
 void MidgardSchema.addType(MidgardType type)
           
 void MidgardType.removeChild(MidgardType type)
           
 void MidgardProperty.setLink(MidgardType link)
           
 void MidgardObjectInfo.setType(MidgardType type)
           
 



Copyright © 2005 The Exorcist Team @ SourceForge. All Rights Reserved.