Uses of Interface
com.sun.xml.bind.v2.model.core.EnumLeafInfo

Packages that use EnumLeafInfo
com.sun.xml.bind.v2.model.core The in-memory model of the JAXB-bound beans. 
com.sun.xml.bind.v2.model.impl Implementation of the com.sun.xml.bind.j2s.model package. 
com.sun.xml.bind.v2.model.runtime The specialization of com.sun.xml.bind.v2.model.core for the runtime. 
com.sun.xml.bind.v2.schemagen Schema generator. 
 

Uses of EnumLeafInfo in com.sun.xml.bind.v2.model.core
 

Methods in com.sun.xml.bind.v2.model.core that return EnumLeafInfo
 EnumLeafInfo<T,C> EnumConstant.getEnclosingClass()
          Gets the EnumLeafInfo to which this constant belongs to.
 

Methods in com.sun.xml.bind.v2.model.core that return types with arguments of type EnumLeafInfo
 java.util.Map<C,? extends EnumLeafInfo<T,C>> TypeInfoSet.enums()
          Returns all the EnumLeafInfos known to this set.
 

Uses of EnumLeafInfo in com.sun.xml.bind.v2.model.impl
 

Classes in com.sun.xml.bind.v2.model.impl that implement EnumLeafInfo
(package private)  class EnumLeafInfoImpl<T,C,F,M>
          EnumLeafInfo implementation.
(package private)  class RuntimeEnumLeafInfoImpl<T extends Enum<T>,B>
           
 

Methods in com.sun.xml.bind.v2.model.impl that return EnumLeafInfo
 EnumLeafInfo<T,C> EnumConstantImpl.getEnclosingClass()
           
 

Uses of EnumLeafInfo in com.sun.xml.bind.v2.model.runtime
 

Subinterfaces of EnumLeafInfo in com.sun.xml.bind.v2.model.runtime
 interface RuntimeEnumLeafInfo
           
 

Uses of EnumLeafInfo in com.sun.xml.bind.v2.schemagen
 

Methods in com.sun.xml.bind.v2.schemagen with parameters of type EnumLeafInfo
 void XmlSchemaGenerator.add(EnumLeafInfo<T,C> envm)