Uses of Interface
org.glassfish.jaxb.core.v2.model.core.EnumLeafInfo
-
Packages that use EnumLeafInfo Package Description org.glassfish.jaxb.core.v2.model.core The in-memory model of the JAXB-bound beans. -
-
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.
-