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

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

Uses of MElementInfo in org.jvnet.jaxb2_commons.xjc.generator
 

Methods in org.jvnet.jaxb2_commons.xjc.generator with parameters of type MElementInfo
 MElementOutline MElementOutlineGenerator.generate(MPackageOutline parent, MModelInfo<com.sun.tools.xjc.model.nav.NType,com.sun.tools.xjc.model.nav.NClass> modelInfo, MElementInfo<com.sun.tools.xjc.model.nav.NType,com.sun.tools.xjc.model.nav.NClass> elementInfo)
           
 

Uses of MElementInfo in org.jvnet.jaxb2_commons.xjc.generator.concrete
 

Methods in org.jvnet.jaxb2_commons.xjc.generator.concrete with parameters of type MElementInfo
 MElementOutline CMElementOutlineGenerator.generate(MPackageOutline parent, MModelInfo<com.sun.tools.xjc.model.nav.NType,com.sun.tools.xjc.model.nav.NClass> modelInfo, MElementInfo<com.sun.tools.xjc.model.nav.NType,com.sun.tools.xjc.model.nav.NClass> elementInfo)
           
 

Uses of MElementInfo in org.jvnet.jaxb2_commons.xjc.outline
 

Methods in org.jvnet.jaxb2_commons.xjc.outline with parameters of type MElementInfo
 MElementOutline MModelOutline.getElementOutline(MElementInfo<com.sun.tools.xjc.model.nav.NType,com.sun.tools.xjc.model.nav.NClass> target)
           
 

Uses of MElementInfo in org.jvnet.jaxb2_commons.xjc.outline.concrete
 

Methods in org.jvnet.jaxb2_commons.xjc.outline.concrete that return MElementInfo
 MElementInfo<com.sun.tools.xjc.model.nav.NType,com.sun.tools.xjc.model.nav.NClass> CMElementOutline.getTarget()
           
 

Methods in org.jvnet.jaxb2_commons.xjc.outline.concrete with parameters of type MElementInfo
 MElementOutline CMModelOutline.getElementOutline(MElementInfo<com.sun.tools.xjc.model.nav.NType,com.sun.tools.xjc.model.nav.NClass> target)
           
 

Constructors in org.jvnet.jaxb2_commons.xjc.outline.concrete with parameters of type MElementInfo
CMElementOutline(MModelOutline parent, MPackageOutline packageOutline, MElementInfo<com.sun.tools.xjc.model.nav.NType,com.sun.tools.xjc.model.nav.NClass> target, com.sun.codemodel.JDefinedClass code)
           
 

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> MClassInfo.createElementInfo(MTypeInfo<T,C> scope, QName substitutionHead)
           
 MElementInfo<T,C> MEnumLeafInfo.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-2012. All Rights Reserved.