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

Packages that use Facet
net.sf.jaxme.generator.sg   
net.sf.jaxme.generator.sg.impl   
net.sf.jaxme.generator.types   
 

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

Methods in net.sf.jaxme.generator.sg that return Facet
 Facet[] SimpleTypeSGChain.getFacets(SimpleTypeSG pController)
           
 Facet SimpleTypeSGChain.getFacet(SimpleTypeSG pController, Facet.Type p0)
           
 Facet[] SimpleTypeSG.getFacets()
          Returns all of the simple types facets.
 Facet SimpleTypeSG.getFacet(Facet.Type pType)
          Returns the simple types facets with the given type or null, if no such facet exists.
 Facet SGFactoryChain.newFacet(SGFactory pController, net.sf.jaxme.xs.XSType p0, net.sf.jaxme.xs.XSEnumeration[] p1)
           
 Facet SGFactory.newFacet(net.sf.jaxme.xs.XSType pType, net.sf.jaxme.xs.XSEnumeration[] pEnumerations)
          Creates a new enumeration facet.
 

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

Classes in net.sf.jaxme.generator.sg.impl that implement Facet
 class FacetImpl
           
 

Methods in net.sf.jaxme.generator.sg.impl that return Facet
 Facet[] SimpleTypeSGImpl.getFacets()
           
 Facet SimpleTypeSGImpl.getFacet(Facet.Type p0)
           
 Facet[] SimpleTypeSGChainImpl.getFacets(SimpleTypeSG pController)
           
 Facet SimpleTypeSGChainImpl.getFacet(SimpleTypeSG pController, Facet.Type p0)
           
 Facet[] SimpleTypeRestrictionSG.getFacets(SimpleTypeSG pController)
           
 Facet SGFactoryImpl.newFacet(net.sf.jaxme.xs.XSType p0, net.sf.jaxme.xs.XSEnumeration[] p1)
           
 Facet SGFactoryChainImpl.newFacet(SGFactory pController, net.sf.jaxme.xs.XSType p0, net.sf.jaxme.xs.XSEnumeration[] p1)
           
 Facet JAXBSGFactory.newFacet(SGFactory pController, net.sf.jaxme.xs.XSType pType, net.sf.jaxme.xs.XSEnumeration[] pEnumerations)
           
 

Uses of Facet in net.sf.jaxme.generator.types
 

Methods in net.sf.jaxme.generator.types that return Facet
 Facet[] SimpleTypeSGImpl.getFacets(SimpleTypeSG pController)
           
 Facet SimpleTypeSGImpl.getFacet(SimpleTypeSG pController, Facet.Type pType)