Uses of Interface
org.glassfish.jaxb.core.v2.model.core.EnumConstant
-
Packages that use EnumConstant 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. -
-
Uses of EnumConstant in com.sun.tools.xjc.model
Classes in com.sun.tools.xjc.model that implement EnumConstant Modifier and Type Class Description classCEnumConstantEnumeration constant. -
Uses of EnumConstant in org.glassfish.jaxb.core.v2.model.core
Methods in org.glassfish.jaxb.core.v2.model.core that return types with arguments of type EnumConstant Modifier and Type Method Description Iterable<? extends EnumConstant<?,?>>EnumLeafInfo. getConstants()Returns the read-only list of enumeration constants.
-