Uses of Class
com.sun.xml.bind.v2.model.impl.EnumLeafInfoImpl

Packages that use EnumLeafInfoImpl
com.sun.xml.bind.v2.model.impl Implementation of the com.sun.xml.bind.j2s.model package. 
 

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

Subclasses of EnumLeafInfoImpl in com.sun.xml.bind.v2.model.impl
(package private)  class RuntimeEnumLeafInfoImpl<T extends Enum<T>,B>
           
 

Fields in com.sun.xml.bind.v2.model.impl declared as EnumLeafInfoImpl
protected  EnumLeafInfoImpl<T,C,F,M> EnumConstantImpl.owner
           
 

Methods in com.sun.xml.bind.v2.model.impl that return EnumLeafInfoImpl
protected  EnumLeafInfoImpl<T,C,F,M> ModelBuilder.createEnumLeafInfo(C clazz, Locatable upstream)
           
 

Methods in com.sun.xml.bind.v2.model.impl that return types with arguments of type EnumLeafInfoImpl
 Map<C,? extends EnumLeafInfoImpl<T,C,F,M>> TypeInfoSetImpl.enums()
           
 

Methods in com.sun.xml.bind.v2.model.impl with parameters of type EnumLeafInfoImpl
 void TypeInfoSetImpl.add(EnumLeafInfoImpl<T,C,F,M> li)
          Adds a new LeafInfo to the set.
 

Constructors in com.sun.xml.bind.v2.model.impl with parameters of type EnumLeafInfoImpl
EnumConstantImpl(EnumLeafInfoImpl<T,C,F,M> owner, String name, String lexical, EnumConstantImpl<T,C,F,M> next)