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

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

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

Methods in net.sf.jaxme.generator.sg that return AttributeSG
 AttributeSG[] ComplexTypeSGChain.getAttributes(ComplexTypeSG pController)
           
 AttributeSG[] ComplexTypeSG.getAttributes()
          Returns the data types array of attributes.
 

Methods in net.sf.jaxme.generator.sg with parameters of type AttributeSG
 void ComplexTypeSGChain.addAttributeSG(ComplexTypeSG pController, AttributeSG p0)
           
 void ComplexTypeSG.addAttributeSG(AttributeSG pAttribute)
          Adds the given AttributeSG to the list of attributes and invokes the method SGItem.init() on it.
 net.sf.jaxme.xs.xml.XsQName AttributeSGChain.getName(AttributeSG pController)
           
 boolean AttributeSGChain.isRequired(AttributeSG pController)
           
 void AttributeSGChain.forAllValues(AttributeSG pController, net.sf.jaxme.js.JavaMethod p0, net.sf.jaxme.js.DirectAccessible p1, SGlet p2)
           
 void AttributeSGChain.forAllNonNullValues(AttributeSG pController, net.sf.jaxme.js.JavaMethod p0, net.sf.jaxme.js.DirectAccessible p1, SGlet p2)
           
 java.lang.Object AttributeSGChain.newPropertySGChain(AttributeSG pController)
           
 PropertySG AttributeSGChain.getPropertySG(AttributeSG pController)
           
 TypeSG AttributeSGChain.getTypeSG(AttributeSG pController)
           
 void AttributeSGChain.init(AttributeSG pController)
           
 Locator AttributeSGChain.getLocator(AttributeSG pController)
           
 SchemaSG AttributeSGChain.getSchema(AttributeSG pController)
           
 SGFactory AttributeSGChain.getFactory(AttributeSG pController)
           
 

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

Classes in net.sf.jaxme.generator.sg.impl that implement AttributeSG
 class AttributeSGImpl
           
 

Methods in net.sf.jaxme.generator.sg.impl that return AttributeSG
protected  AttributeSG JaxMeJdbcSG.addColumn(ComplexTypeSG pTypeSG, net.sf.jaxme.xs.XSType pType, java.lang.String pTable, java.lang.String pColumn, java.lang.Integer pSqlType, java.lang.Integer pNullable)
           
 AttributeSG JaxMeJdbcSG.CustomColumnData.getAttributeSG()
           
 AttributeSG[] JAXBComplexTypeSG.getAttributes(ComplexTypeSG pController)
           
 AttributeSG[] ComplexTypeSGImpl.getAttributes()
           
 AttributeSG[] ComplexTypeSGChainImpl.getAttributes(ComplexTypeSG pController)
           
 

Methods in net.sf.jaxme.generator.sg.impl with parameters of type AttributeSG
 void JAXBComplexTypeSG.addAttributeSG(ComplexTypeSG pController, AttributeSG pAttribute)
           
 void ComplexTypeSGImpl.addAttributeSG(AttributeSG p0)
           
 void ComplexTypeSGChainImpl.addAttributeSG(ComplexTypeSG pController, AttributeSG p0)
           
 net.sf.jaxme.xs.xml.XsQName AttributeSGChainImpl.getName(AttributeSG pController)
           
 boolean AttributeSGChainImpl.isRequired(AttributeSG pController)
           
 void AttributeSGChainImpl.forAllValues(AttributeSG pController, net.sf.jaxme.js.JavaMethod p0, net.sf.jaxme.js.DirectAccessible p1, SGlet p2)
           
 void AttributeSGChainImpl.forAllNonNullValues(AttributeSG pController, net.sf.jaxme.js.JavaMethod p0, net.sf.jaxme.js.DirectAccessible p1, SGlet p2)
           
 java.lang.Object AttributeSGChainImpl.newPropertySGChain(AttributeSG pController)
           
 PropertySG AttributeSGChainImpl.getPropertySG(AttributeSG pController)
           
 TypeSG AttributeSGChainImpl.getTypeSG(AttributeSG pController)
           
 void AttributeSGChainImpl.init(AttributeSG pController)
           
 Locator AttributeSGChainImpl.getLocator(AttributeSG pController)
           
 SchemaSG AttributeSGChainImpl.getSchema(AttributeSG pController)
           
 SGFactory AttributeSGChainImpl.getFactory(AttributeSG pController)
           
 

Constructors in net.sf.jaxme.generator.sg.impl with parameters of type AttributeSG
JaxMeJdbcSG.CustomColumnData(java.lang.String pName, AttributeSG pAttributeSG)
           
JAXBPropertySG(AttributeSG pAttribute, net.sf.jaxme.xs.XSAttribute pXSAttribute)