Uses of Interface
org.glassfish.jaxb.core.v2.model.core.EnumLeafInfo
-
Packages that use EnumLeafInfo Package Description com.sun.tools.xjc.model Implementation of theorg.glassfish.jaxb.core.v2.model.corepackage for XJC.org.glassfish.jaxb.core.v2.model.core The in-memory model of the JAXB-bound beans.org.glassfish.jaxb.runtime.v2.model.runtime The specialization oforg.glassfish.jaxb.core.v2.model.corefor the runtime.org.glassfish.jaxb.runtime.v2.schemagen Schema generator. -
-
Uses of EnumLeafInfo in com.sun.tools.xjc.model
Classes in com.sun.tools.xjc.model that implement EnumLeafInfo Modifier and Type Class Description classCEnumLeafInfoTransducer that converts a string into an "enumeration class." The structure of the generated class needs to precisely follow the JAXB spec. -
Uses of EnumLeafInfo in org.glassfish.jaxb.core.v2.model.core
Methods in org.glassfish.jaxb.core.v2.model.core that return EnumLeafInfo Modifier and Type Method Description EnumLeafInfo<T,C>EnumConstant. getEnclosingClass()Gets theEnumLeafInfoto which this constant belongs to.Methods in org.glassfish.jaxb.core.v2.model.core that return types with arguments of type EnumLeafInfo Modifier and Type Method Description Map<C,? extends EnumLeafInfo<T,C>>TypeInfoSet. enums()Returns all theEnumLeafInfos known to this set. -
Uses of EnumLeafInfo in org.glassfish.jaxb.runtime.v2.model.runtime
Subinterfaces of EnumLeafInfo in org.glassfish.jaxb.runtime.v2.model.runtime Modifier and Type Interface Description interfaceRuntimeEnumLeafInfo -
Uses of EnumLeafInfo in org.glassfish.jaxb.runtime.v2.schemagen
Methods in org.glassfish.jaxb.runtime.v2.schemagen with parameters of type EnumLeafInfo Modifier and Type Method Description voidXmlSchemaGenerator. add(EnumLeafInfo<T,C> envm)
-