Uses of Interface
org.glassfish.jaxb.core.v2.model.core.EnumLeafInfo
Packages that use EnumLeafInfo
Package
Description
Implementation of the
org.glassfish.jaxb.core.v2.model.core package for XJC.The in-memory model of the JAXB-bound beans.
Implementation of the org.glassfish.jaxb.j2s.model package.
The specialization of
org.glassfish.jaxb.core.v2.model.core for the runtime.Schema generator.
-
Uses of EnumLeafInfo in com.sun.tools.xjc.model
Classes in com.sun.tools.xjc.model that implement EnumLeafInfoModifier and TypeClassDescriptionfinal classTransducer that converts a string into an "enumeration class." -
Uses of EnumLeafInfo in org.glassfish.jaxb.core.v2.model.core
Methods in org.glassfish.jaxb.core.v2.model.core that return EnumLeafInfoModifier and TypeMethodDescriptionEnumConstant.getEnclosingClass()Gets theEnumLeafInfoto which this constant belongs to.Methods in org.glassfish.jaxb.core.v2.model.core that return types with arguments of type EnumLeafInfoModifier and TypeMethodDescriptionMap<C,? extends EnumLeafInfo<T, C>> TypeInfoSet.enums()Returns all theEnumLeafInfos known to this set. -
Uses of EnumLeafInfo in org.glassfish.jaxb.runtime.v2.model.impl
Methods in org.glassfish.jaxb.runtime.v2.model.impl that return EnumLeafInfoModifier and TypeMethodDescriptionprotected EnumLeafInfo<T,C> ModelBuilder.createEnumLeafInfo(C clazz, Locatable upstream) protected EnumLeafInfo<Type,Class> RuntimeModelBuilder.createEnumLeafInfo(Class clazz, Locatable upstream) -
Uses of EnumLeafInfo in org.glassfish.jaxb.runtime.v2.model.runtime
Subinterfaces of EnumLeafInfo in org.glassfish.jaxb.runtime.v2.model.runtime -
Uses of EnumLeafInfo in org.glassfish.jaxb.runtime.v2.schemagen
Methods in org.glassfish.jaxb.runtime.v2.schemagen with parameters of type EnumLeafInfo