Uses of Interface
org.jvnet.jaxb2_commons.xml.bind.model.MElementInfo

Packages that use MElementInfo
org.jvnet.jaxb2_commons.xml.bind.model   
org.jvnet.jaxb2_commons.xml.bind.model.concrete   
 

Uses of MElementInfo in org.jvnet.jaxb2_commons.xml.bind.model
 

Methods in org.jvnet.jaxb2_commons.xml.bind.model that return MElementInfo
 MElementInfo<T,C> MEnumLeafInfo.createElementInfo(MTypeInfo<T,C> scope, QName substitutionHead)
           
 MElementInfo<T,C> MClassInfo.createElementInfo(MTypeInfo<T,C> scope, QName substitutionHead)
           
 

Methods in org.jvnet.jaxb2_commons.xml.bind.model that return types with arguments of type MElementInfo
 Collection<MElementInfo<T,C>> MModelInfo.getElementInfos()
           
 

Methods in org.jvnet.jaxb2_commons.xml.bind.model with parameters of type MElementInfo
 void MModelInfo.addElementInfo(MElementInfo<T,C> elementInfo)
           
 void MModelInfo.removeElementInfo(MElementInfo<T,C> elementInfo)
           
 

Uses of MElementInfo in org.jvnet.jaxb2_commons.xml.bind.model.concrete
 

Classes in org.jvnet.jaxb2_commons.xml.bind.model.concrete that implement MElementInfo
 class CMElementInfo<T,C>
           
 

Methods in org.jvnet.jaxb2_commons.xml.bind.model.concrete that return MElementInfo
protected  MElementInfo<T,C> CMInfoFactory.createElementInfo(EI element)
           
 MElementInfo<T,C> CMEnumLeafInfo.createElementInfo(MTypeInfo<T,C> scope, QName substitutionHead)
           
 MElementInfo<T,C> CMClassInfo.createElementInfo(MTypeInfo<T,C> scope, QName substitutionHead)
           
 

Methods in org.jvnet.jaxb2_commons.xml.bind.model.concrete that return types with arguments of type MElementInfo
 Collection<MElementInfo<T,C>> CMModel.getElementInfos()
           
 Map<QName,MElementInfo<T,C>> CMModel.getElementInfosMap()
           
 

Methods in org.jvnet.jaxb2_commons.xml.bind.model.concrete with parameters of type MElementInfo
 void CMModel.addElementInfo(MElementInfo<T,C> elementInfo)
           
 void CMModel.removeElementInfo(MElementInfo<T,C> elementInfo)
           
 



Copyright © 2005-2011. All Rights Reserved.