Uses of Interface
net.sf.jaxme.xs.XSEnumeration

Packages that use XSEnumeration
net.sf.jaxme.xs   
net.sf.jaxme.xs.impl   
net.sf.jaxme.xs.jaxb   
net.sf.jaxme.xs.jaxb.impl   
net.sf.jaxme.xs.types   
 

Uses of XSEnumeration in net.sf.jaxme.xs
 

Methods in net.sf.jaxme.xs that return XSEnumeration
 XSEnumeration[] XSSimpleType.getEnumerations()
          Returns the values of the "enumeration" facets.
 XSEnumeration XSObjectFactory.newXSEnumeration(XSObject pParent, XsEEnumeration pEnumeration)
          Returns a new instance of XSEnumeration.
 

Uses of XSEnumeration in net.sf.jaxme.xs.impl
 

Classes in net.sf.jaxme.xs.impl that implement XSEnumeration
 class XSEnumerationImpl
          Implementation of an xs:enumeration facet, as specified by XSEnumeration.
 

Methods in net.sf.jaxme.xs.impl that return XSEnumeration
 XSEnumeration[] XSUnionTypeImpl.getEnumerations()
           
 XSEnumeration[] XSSimpleTypeRestrictionImpl.getEnumerations()
           
 XSEnumeration XSObjectFactoryImpl.newXSEnumeration(XSObject pParent, XsEEnumeration pEnumeration)
           
 XSEnumeration[] XSListTypeImpl.getEnumerations()
           
 

Uses of XSEnumeration in net.sf.jaxme.xs.jaxb
 

Subinterfaces of XSEnumeration in net.sf.jaxme.xs.jaxb
 interface JAXBEnumeration
           
 

Uses of XSEnumeration in net.sf.jaxme.xs.jaxb.impl
 

Classes in net.sf.jaxme.xs.jaxb.impl that implement XSEnumeration
 class JAXBEnumerationImpl
           
 

Methods in net.sf.jaxme.xs.jaxb.impl that return XSEnumeration
 XSEnumeration[] JAXBSimpleTypeImpl.getEnumerations()
           
 XSEnumeration JAXBObjectFactoryImpl.newXSEnumeration(XSObject pParent, XsEEnumeration pEnumeration)
           
 

Uses of XSEnumeration in net.sf.jaxme.xs.types
 

Methods in net.sf.jaxme.xs.types that return XSEnumeration
 XSEnumeration[] AbstractSimpleType.getEnumerations()