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
 java.util.Map<ClassDeclT,? extends EnumLeafInfoImpl<TypeT,ClassDeclT,FieldT,MethodT>> TypeInfoSetImpl.enums()
           
 

Methods in com.sun.xml.bind.v2.model.impl with parameters of type EnumLeafInfoImpl
 void TypeInfoSetImpl.add(EnumLeafInfoImpl<TypeT,ClassDeclT,FieldT,MethodT> 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, java.lang.String name, java.lang.String lexical, EnumConstantImpl<T,C,F,M> next)