Uses of Interface
org.jvnet.jaxb.xml.bind.model.origin.MEnumConstantInfoOrigin
-
Packages that use MEnumConstantInfoOrigin Package Description org.jvnet.jaxb.xml.bind.model.concrete org.jvnet.jaxb.xml.bind.model.concrete.origin -
-
Uses of MEnumConstantInfoOrigin in org.jvnet.jaxb.xml.bind.model.concrete
Methods in org.jvnet.jaxb.xml.bind.model.concrete that return MEnumConstantInfoOrigin Modifier and Type Method Description protected MEnumConstantInfoOriginCMInfoFactory. createEnumConstantInfoOrigin(EC info)MEnumConstantInfoOriginCMEnumConstantInfo. getOrigin()Constructors in org.jvnet.jaxb.xml.bind.model.concrete with parameters of type MEnumConstantInfoOrigin Constructor Description CMEnumConstantInfo(MEnumConstantInfoOrigin origin, MEnumLeafInfo<T,C> enumLeafInfo, String lexicalValue) -
Uses of MEnumConstantInfoOrigin in org.jvnet.jaxb.xml.bind.model.concrete.origin
Classes in org.jvnet.jaxb.xml.bind.model.concrete.origin that implement MEnumConstantInfoOrigin Modifier and Type Class Description classCMEnumConstantInfoOrigin<T,C,ECI extends org.glassfish.jaxb.core.v2.model.core.EnumConstant<T,C>>
-