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

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

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

Methods in net.sf.jaxme.generator.sg that return ParticleSG
 ParticleSG[] GroupSGChain.getParticles(GroupSG pController)
           
 ParticleSG[] GroupSG.getParticles()
          Returns the groups particles.
 

Methods in net.sf.jaxme.generator.sg with parameters of type ParticleSG
 void ParticleSGChain.init(ParticleSG pController)
           
 Locator ParticleSGChain.getLocator(ParticleSG pController)
           
 void ParticleSGChain.forAllNonNullValues(ParticleSG pController, net.sf.jaxme.js.JavaMethod p0, net.sf.jaxme.js.DirectAccessible p1, SGlet p2)
           
 java.lang.Object ParticleSGChain.newPropertySGChain(ParticleSG pController)
           
 PropertySG ParticleSGChain.getPropertySG(ParticleSG pController)
           
 GroupSG ParticleSGChain.getGroupSG(ParticleSG pController)
           
 boolean ParticleSGChain.isGroup(ParticleSG pController)
           
 boolean ParticleSGChain.isElement(ParticleSG pController)
           
 boolean ParticleSGChain.isWildcard(ParticleSG pController)
           
 ObjectSG ParticleSGChain.getObjectSG(ParticleSG pController)
           
 int ParticleSGChain.getMinOccurs(ParticleSG pController)
           
 int ParticleSGChain.getMaxOccurs(ParticleSG pController)
           
 boolean ParticleSGChain.isMultiple(ParticleSG pController)
           
 

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

Classes in net.sf.jaxme.generator.sg.impl that implement ParticleSG
 class ParticleSGImpl
           
 

Methods in net.sf.jaxme.generator.sg.impl that return ParticleSG
 ParticleSG[] JAXBGroupSG.getParticles(GroupSG pController)
           
 ParticleSG[] GroupSGImpl.getParticles()
           
 ParticleSG[] GroupSGChainImpl.getParticles(GroupSG pController)
           
 

Methods in net.sf.jaxme.generator.sg.impl with parameters of type ParticleSG
 void ParticleSGChainImpl.init(ParticleSG pController)
           
 Locator ParticleSGChainImpl.getLocator(ParticleSG pController)
           
 void ParticleSGChainImpl.forAllNonNullValues(ParticleSG pController, net.sf.jaxme.js.JavaMethod p0, net.sf.jaxme.js.DirectAccessible p1, SGlet p2)
           
 java.lang.Object ParticleSGChainImpl.newPropertySGChain(ParticleSG pController)
           
 PropertySG ParticleSGChainImpl.getPropertySG(ParticleSG pController)
           
 GroupSG ParticleSGChainImpl.getGroupSG(ParticleSG pController)
           
 boolean ParticleSGChainImpl.isGroup(ParticleSG pController)
           
 boolean ParticleSGChainImpl.isElement(ParticleSG pController)
           
 boolean ParticleSGChainImpl.isWildcard(ParticleSG pController)
           
 ObjectSG ParticleSGChainImpl.getObjectSG(ParticleSG pController)
           
 int ParticleSGChainImpl.getMinOccurs(ParticleSG pController)
           
 int ParticleSGChainImpl.getMaxOccurs(ParticleSG pController)
           
 boolean ParticleSGChainImpl.isMultiple(ParticleSG pController)
           
 java.lang.Object JAXBParticleSG.newPropertySGChain(ParticleSG pController)
           
 void JAXBParticleSG.init(ParticleSG pController)
           
 Locator JAXBParticleSG.getLocator(ParticleSG pController)
           
 int JAXBParticleSG.getMinOccurs(ParticleSG pController)
           
 int JAXBParticleSG.getMaxOccurs(ParticleSG pController)
           
 boolean JAXBParticleSG.isMultiple(ParticleSG pController)
           
 boolean JAXBParticleSG.isGroup(ParticleSG pController)
           
 boolean JAXBParticleSG.isElement(ParticleSG pController)
           
 boolean JAXBParticleSG.isWildcard(ParticleSG pController)
           
 PropertySG JAXBParticleSG.getPropertySG(ParticleSG pController)
           
 ObjectSG JAXBParticleSG.getObjectSG(ParticleSG pController)
           
 GroupSG JAXBParticleSG.getGroupSG(ParticleSG pController)
           
 void JAXBParticleSG.forAllNonNullValues(ParticleSG pController, net.sf.jaxme.js.JavaMethod pMethod, net.sf.jaxme.js.DirectAccessible pElement, SGlet pSGlet)