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

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

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

Subinterfaces of MContainer in org.jvnet.jaxb2_commons.xml.bind.model
 interface MClassInfo<T,C>
           
 interface MClassRef<T,C>
           
 interface MClassTypeInfo<T,C>
           
 interface MElementInfo<T,C>
           
 interface MPackageInfo
           
 

Methods in org.jvnet.jaxb2_commons.xml.bind.model that return MContainer
 MContainer MContained.getContainer()
           
 

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

Classes in org.jvnet.jaxb2_commons.xml.bind.model.concrete that implement MContainer
 class CMClassInfo<T,C extends T>
           
 class CMClassRef<T,C extends T>
           
 class CMElementInfo<T,C>
           
 class CMPackageInfo
           
 

Methods in org.jvnet.jaxb2_commons.xml.bind.model.concrete that return MContainer
 MContainer CMEnumLeafInfo.getContainer()
           
 MContainer CMElementInfo.getContainer()
           
 MContainer CMClassRef.getContainer()
           
 MContainer CMClassInfo.getContainer()
           
protected abstract  MContainer CMInfoFactory.getContainer(CI info)
           
protected abstract  MContainer CMInfoFactory.getContainer(EI info)
           
protected abstract  MContainer CMInfoFactory.getContainer(ELI info)
           
 MContainer CMClassInfo.getScope()
           
 

Constructors in org.jvnet.jaxb2_commons.xml.bind.model.concrete with parameters of type MContainer
CMClassInfo(MClassInfoOrigin origin, C targetClass, MPackageInfo _package, MContainer container, String localName, MClassTypeInfo<T,C> baseTypeInfo, QName elementName)
           
CMClassRef(C targetClass, MPackageInfo _package, MContainer container, String localName)
           
CMElementInfo(MElementInfoOrigin origin, MPackageInfo _package, MContainer container, String localName, QName elementName, MTypeInfo<T,C> scope, MTypeInfo<T,C> typeInfo, QName substitutionHead)
           
CMEnumLeafInfo(MEnumLeafInfoOrigin origin, C targetClass, MPackageInfo _package, MContainer container, String localName, MTypeInfo<T,C> baseTypeInfo, QName elementName)
           
 



Copyright © 2005-2015. All Rights Reserved.