Uses of Interface
net.sf.jaxme.generator.sg.SGItem

Packages that use SGItem
net.sf.jaxme.generator.sg   
net.sf.jaxme.generator.sg.impl   
 

Uses of SGItem in net.sf.jaxme.generator.sg
 

Subinterfaces of SGItem in net.sf.jaxme.generator.sg
 interface AttributeSG
          A source generator for attributes.
 interface GroupSG
          Interface of a source generator for model groups.
 interface ObjectSG
          A source generator for elements or attributes.
 interface SchemaSG
          Interface of a source generator for the whole schema.
 interface SimpleTypeSG
          Interface of a source generator for complex types.
 interface TypeSG
          Interface of a source generator for types; applies both to simple and complex types.
 

Uses of SGItem in net.sf.jaxme.generator.sg.impl
 

Classes in net.sf.jaxme.generator.sg.impl that implement SGItem
 class AttributeSGImpl
           
 class GroupSGImpl
           
 class ObjectSGImpl
           
 class SchemaSGImpl
           
 class SimpleTypeSGImpl
           
 class TypeSGImpl