Uses of Interface
org.jvnet.jaxb.xml.bind.model.MEnumLeafInfo
-
Packages that use MEnumLeafInfo Package Description org.jvnet.jaxb.xml.bind.model org.jvnet.jaxb.xml.bind.model.concrete org.jvnet.jaxb.xml.bind.model.util -
-
Uses of MEnumLeafInfo in org.jvnet.jaxb.xml.bind.model
Methods in org.jvnet.jaxb.xml.bind.model that return types with arguments of type MEnumLeafInfo Modifier and Type Method Description Collection<MEnumLeafInfo<T,C>>MModelInfo. getEnumLeafInfos()Methods in org.jvnet.jaxb.xml.bind.model with parameters of type MEnumLeafInfo Modifier and Type Method Description voidMModelInfo. addEnumLeafInfo(MEnumLeafInfo<T,C> enumLeafInfo)voidMModelInfo. removeEnumLeafInfo(MEnumLeafInfo<T,C> enumLeafInfo)VMPackagedTypeInfoVisitor. visitEnumLeafInfo(MEnumLeafInfo<T,C> info)VMTypeInfoVisitor. visitEnumLeafInfo(MEnumLeafInfo<T,C> info) -
Uses of MEnumLeafInfo in org.jvnet.jaxb.xml.bind.model.concrete
Classes in org.jvnet.jaxb.xml.bind.model.concrete that implement MEnumLeafInfo Modifier and Type Class Description classCMEnumLeafInfo<T,C extends T>Methods in org.jvnet.jaxb.xml.bind.model.concrete that return MEnumLeafInfo Modifier and Type Method Description protected MEnumLeafInfo<T,C>CMInfoFactory. createEnumLeafInfo(ELI info)MEnumLeafInfo<T,C>CMEnumConstantInfo. getEnumLeafInfo()Methods in org.jvnet.jaxb.xml.bind.model.concrete that return types with arguments of type MEnumLeafInfo Modifier and Type Method Description Collection<MEnumLeafInfo<T,C>>CMModel. getEnumLeafInfos()Methods in org.jvnet.jaxb.xml.bind.model.concrete with parameters of type MEnumLeafInfo Modifier and Type Method Description voidCMModel. addEnumLeafInfo(MEnumLeafInfo<T,C> enumLeafInfo)protected CMEnumConstantInfo<T,C>CMInfoFactory. createEnumContantInfo(MEnumLeafInfo<T,C> enumLeafInfo, EC enumConstant)voidCMModel. removeEnumLeafInfo(MEnumLeafInfo<T,C> enumLeafInfo)Constructors in org.jvnet.jaxb.xml.bind.model.concrete with parameters of type MEnumLeafInfo Constructor Description CMEnumConstantInfo(MEnumConstantInfoOrigin origin, MEnumLeafInfo<T,C> enumLeafInfo, String lexicalValue) -
Uses of MEnumLeafInfo in org.jvnet.jaxb.xml.bind.model.util
Methods in org.jvnet.jaxb.xml.bind.model.util with parameters of type MEnumLeafInfo Modifier and Type Method Description VDefaultTypeInfoVisitor. visitEnumLeafInfo(MEnumLeafInfo<T,C> info)
-