Uses of Interface
org.jvnet.basicjaxb.xml.bind.model.MElementInfo
Packages that use MElementInfo
-
Uses of MElementInfo in org.jvnet.basicjaxb.xml.bind.model
Methods in org.jvnet.basicjaxb.xml.bind.model that return MElementInfoModifier and TypeMethodDescriptionMClassInfo.createElementInfo(MClassInfo<T, C> scope, QName substitutionHead) MEnumLeafInfo.createElementInfo(MClassInfo<T, C> scope, QName substitutionHead) MModelInfo.getGlobalElementInfo(QName elementName) Methods in org.jvnet.basicjaxb.xml.bind.model that return types with arguments of type MElementInfoMethods in org.jvnet.basicjaxb.xml.bind.model with parameters of type MElementInfoModifier and TypeMethodDescriptionvoidMModelInfo.addElementInfo(MElementInfo<T, C> elementInfo) voidMModelInfo.removeElementInfo(MElementInfo<T, C> elementInfo) -
Uses of MElementInfo in org.jvnet.basicjaxb.xml.bind.model.concrete
Classes in org.jvnet.basicjaxb.xml.bind.model.concrete that implement MElementInfoMethods in org.jvnet.basicjaxb.xml.bind.model.concrete that return MElementInfoModifier and TypeMethodDescriptionCMClassInfo.createElementInfo(MClassInfo<T, C> scope, QName substitutionHead) CMEnumLeafInfo.createElementInfo(MClassInfo<T, C> scope, QName substitutionHead) protected MElementInfo<T, C> CMInfoFactory.createElementInfo(EI element) protected MElementInfo<T, C> CMInfoFactory.getElementInfo(EI info) CMModel.getGlobalElementInfo(QName elementName) Methods in org.jvnet.basicjaxb.xml.bind.model.concrete that return types with arguments of type MElementInfoModifier and TypeMethodDescriptionCMModel.getElementInfos()Map<QName, MElementInfo<T, C>> CMModel.getElementInfosMap()Methods in org.jvnet.basicjaxb.xml.bind.model.concrete with parameters of type MElementInfoModifier and TypeMethodDescriptionvoidCMModel.addElementInfo(MElementInfo<T, C> elementInfo) voidCMModel.removeElementInfo(MElementInfo<T, C> elementInfo)