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

Packages that use MaybeElement
com.sun.tools.xjc.model Implementation of the com.sun.xml.bind.v2.model.core package for XJC. 
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. 
 

Uses of MaybeElement in com.sun.tools.xjc.model
 

Classes in com.sun.tools.xjc.model that implement MaybeElement
 class CBuiltinLeafInfo
          Encapsulates the default handling for leaf classes (which are bound to text in XML.) In particular this class knows how to convert the lexical value into the Java class according to this default rule.
 class CClassInfo
          Mutable ClassInfo represenatation.
 class CEnumLeafInfo
          Transducer that converts a string into an "enumeration class." The structure of the generated class needs to precisely follow the JAXB spec.
 

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

Subinterfaces of MaybeElement in com.sun.xml.bind.v2.model.core
 interface BuiltinLeafInfo<T,C>
          JAXB spec designates a few Java classes to be mapped to leaves in XML.
 interface ClassInfo<T,C>
          Information about JAXB-bound class.
 interface EnumLeafInfo<T,C>
          NonElement that represents an Enum class.
 interface LeafInfo<T,C>
          Either BuiltinLeafInfo or EnumLeafInfo.
 

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

Classes in com.sun.xml.bind.v2.model.impl that implement MaybeElement
 class BuiltinLeafInfoImpl<TypeT,ClassDeclT>
          JAXB spec designates a few Java classes to be mapped to XML types in a way that ignores restrictions placed on user-defined beans.
(package private)  class ClassInfoImpl<T,C,F,M>
          A part of the ClassInfo that doesn't depend on a particular reflection library.
(package private)  class EnumLeafInfoImpl<T,C,F,M>
          EnumLeafInfo implementation.
(package private)  class LeafInfoImpl<TypeT,ClassDeclT>
           
 class RuntimeBuiltinLeafInfoImpl<T>
          BuiltinLeafInfoImpl with a support for runtime.
(package private)  class RuntimeClassInfoImpl
           
(package private)  class RuntimeEnumLeafInfoImpl<T extends Enum<T>,B>
           
 

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

Subinterfaces of MaybeElement in com.sun.xml.bind.v2.model.runtime
 interface RuntimeBuiltinLeafInfo
           
 interface RuntimeClassInfo
           
 interface RuntimeEnumLeafInfo
           
 interface RuntimeLeafInfo