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

Packages that use MClassInfo
org.jvnet.jaxb2_commons.xml.bind.model   
org.jvnet.jaxb2_commons.xml.bind.model.concrete   
org.jvnet.jaxb2_commons.xml.bind.model.util   
 

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

Methods in org.jvnet.jaxb2_commons.xml.bind.model that return MClassInfo
 MClassInfo<T,C> MPropertyInfo.getClassInfo()
           
 

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

Methods in org.jvnet.jaxb2_commons.xml.bind.model with parameters of type MClassInfo
 void MModelInfo.addClassInfo(MClassInfo<T,C> classInfo)
           
 void MModelInfo.removeClassInfo(MClassInfo<T,C> classInfo)
           
 V MPackagedTypeInfoVisitor.visitClassInfo(MClassInfo<T,C> info)
           
 V MClassTypeInfoVisitor.visitClassInfo(MClassInfo<T,C> info)
           
 

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

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

Methods in org.jvnet.jaxb2_commons.xml.bind.model.concrete that return MClassInfo
protected  MClassInfo<T,C> CMInfoFactory.createClassInfo(CI info)
           
 MClassInfo<T,C> CMPropertyInfo.getClassInfo()
           
protected abstract  MClassInfo<T,C> CMInfoFactory.getScope(CI info)
           
protected  MClassInfo<T,C> CMInfoFactory.getTypeInfo(CI info)
           
 

Methods in org.jvnet.jaxb2_commons.xml.bind.model.concrete that return types with arguments of type MClassInfo
 Collection<MClassInfo<T,C>> CMModel.getClassInfos()
           
 

Methods in org.jvnet.jaxb2_commons.xml.bind.model.concrete with parameters of type MClassInfo
 void CMModel.addClassInfo(MClassInfo<T,C> classInfo)
           
protected  CMAnyAttributePropertyInfo<T,C> CMInfoFactory.createAnyAttributePropertyInfo(MClassInfo<T,C> classInfo)
           
protected  MPropertyInfo<T,C> CMInfoFactory.createAnyElementPropertyInfo(MClassInfo<T,C> classInfo, RPI rp)
           
protected  MPropertyInfo<T,C> CMInfoFactory.createAttributePropertyInfo(MClassInfo<T,C> classInfo, API propertyInfo)
           
protected  MPropertyInfo<T,C> CMInfoFactory.createElementPropertyInfo(MClassInfo<T,C> classInfo, EPI ep)
           
protected  MPropertyInfo<T,C> CMInfoFactory.createElementRefPropertyInfo(MClassInfo<T,C> classInfo, RPI rp)
           
protected  MPropertyInfo<T,C> CMInfoFactory.createElementRefsPropertyInfo(MClassInfo<T,C> classInfo, RPI rp)
           
protected  MPropertyInfo<T,C> CMInfoFactory.createElementsPropertyInfo(MClassInfo<T,C> classInfo, EPI ep)
           
protected  MPropertyInfo<T,C> CMInfoFactory.createValuePropertyInfo(MClassInfo<T,C> classInfo, VPI propertyInfo)
           
 void CMModel.removeClassInfo(MClassInfo<T,C> classInfo)
           
 

Constructors in org.jvnet.jaxb2_commons.xml.bind.model.concrete with parameters of type MClassInfo
CMAnyAttributePropertyInfo(MPropertyInfoOrigin origin, MClassInfo<T,C> classInfo, String privateName)
           
CMAnyElementPropertyInfo(MPropertyInfoOrigin origin, MClassInfo<T,C> classInfo, String privateName, boolean collection, boolean mixed, boolean domAllowed, boolean typedObjectAllowed)
           
CMAttributePropertyInfo(MPropertyInfoOrigin origin, MClassInfo<T,C> classInfo, String privateName, MTypeInfo<T,C> typeInfo, QName attributeName)
           
CMElementPropertyInfo(MPropertyInfoOrigin origin, MClassInfo<T,C> classInfo, String privateName, boolean collection, MTypeInfo<T,C> typeInfo, QName elementName, QName wrapperElementName)
           
CMElementRefPropertyInfo(MPropertyInfoOrigin origin, MClassInfo<T,C> classInfo, String privateName, boolean collection, MTypeInfo<T,C> typeInfo, QName elementName, QName wrapperElementName, boolean mixed, boolean domAllowed, boolean typedObjectAllowed)
           
CMElementRefsPropertyInfo(MPropertyInfoOrigin origin, MClassInfo<T,C> classInfo, String privateName, boolean collection, Collection<MElementTypeInfo<T,C>> elementTypeInfos, QName wrapperElementName, boolean mixed, boolean domAllowed, boolean typedObjectAllowed)
           
CMElementsPropertyInfo(MPropertyInfoOrigin origin, MClassInfo<T,C> classInfo, String privateName, boolean collection, Collection<MElementTypeInfo<T,C>> elementTypeInfos, QName wrapperElementName)
           
CMPropertyInfo(MPropertyInfoOrigin origin, MClassInfo<T,C> classInfo, String privateName, boolean collection)
           
CMSingleTypePropertyInfo(MPropertyInfoOrigin origin, MClassInfo<T,C> classInfo, String privateName, boolean collection, MTypeInfo<T,C> typeInfo)
           
CMValuePropertyInfo(MPropertyInfoOrigin origin, MClassInfo<T,C> classInfo, String privateName, MTypeInfo<T,C> typeInfo)
           
 

Uses of MClassInfo in org.jvnet.jaxb2_commons.xml.bind.model.util
 

Methods in org.jvnet.jaxb2_commons.xml.bind.model.util with parameters of type MClassInfo
 V DefaultTypeInfoVisitor.visitClassInfo(MClassInfo<T,C> info)
           
 



Copyright © 2005-2015. All Rights Reserved.