Uses of Interface
org.jvnet.jaxb.xml.bind.model.MElementInfo
-
Packages that use MElementInfo Package Description org.jvnet.jaxb.xml.bind.model org.jvnet.jaxb.xml.bind.model.concrete -
-
Uses of MElementInfo in org.jvnet.jaxb.xml.bind.model
Methods in org.jvnet.jaxb.xml.bind.model that return MElementInfo Modifier and Type Method Description MElementInfo<T,C>MClassInfo. createElementInfo(MClassInfo<T,C> scope, QName substitutionHead)MElementInfo<T,C>MEnumLeafInfo. createElementInfo(MClassInfo<T,C> scope, QName substitutionHead)MElementInfo<T,C>MModelInfo. getGlobalElementInfo(QName elementName)Methods in org.jvnet.jaxb.xml.bind.model that return types with arguments of type MElementInfo Modifier and Type Method Description Collection<MElementInfo<T,C>>MModelInfo. getElementInfos()Methods in org.jvnet.jaxb.xml.bind.model with parameters of type MElementInfo Modifier and Type Method Description voidMModelInfo. addElementInfo(MElementInfo<T,C> elementInfo)voidMModelInfo. removeElementInfo(MElementInfo<T,C> elementInfo) -
Uses of MElementInfo in org.jvnet.jaxb.xml.bind.model.concrete
Classes in org.jvnet.jaxb.xml.bind.model.concrete that implement MElementInfo Modifier and Type Class Description classCMElementInfo<T,C extends T>Methods in org.jvnet.jaxb.xml.bind.model.concrete that return MElementInfo Modifier and Type Method Description MElementInfo<T,C>CMClassInfo. createElementInfo(MClassInfo<T,C> scope, QName substitutionHead)MElementInfo<T,C>CMEnumLeafInfo. createElementInfo(MClassInfo<T,C> scope, QName substitutionHead)protected MElementInfo<T,C>CMInfoFactory. createElementInfo(EI element)protected MElementInfo<T,C>CMInfoFactory. getElementInfo(EI info)MElementInfo<T,C>CMModel. getGlobalElementInfo(QName elementName)Methods in org.jvnet.jaxb.xml.bind.model.concrete that return types with arguments of type MElementInfo Modifier and Type Method Description Collection<MElementInfo<T,C>>CMModel. getElementInfos()Map<QName,MElementInfo<T,C>>CMModel. getElementInfosMap()Methods in org.jvnet.jaxb.xml.bind.model.concrete with parameters of type MElementInfo Modifier and Type Method Description voidCMModel. addElementInfo(MElementInfo<T,C> elementInfo)voidCMModel. removeElementInfo(MElementInfo<T,C> elementInfo)
-