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

Packages that use MPropertyInfo
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 MPropertyInfo in org.jvnet.jaxb2_commons.xml.bind.model
 

Subinterfaces of MPropertyInfo in org.jvnet.jaxb2_commons.xml.bind.model
 interface MAnyAttributePropertyInfo<T,C>
           
 interface MAnyElementPropertyInfo<T,C>
           
 interface MAttributePropertyInfo<T,C>
           
 interface MElementPropertyInfo<T,C>
           
 interface MElementRefPropertyInfo<T,C>
           
 interface MElementRefsPropertyInfo<T,C>
           
 interface MElementsPropertyInfo<T,C>
           
 interface MSingleTypePropertyInfo<T,C>
           
 interface MValuePropertyInfo<T,C>
           
 

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

Methods in org.jvnet.jaxb2_commons.xml.bind.model with parameters of type MPropertyInfo
 void MClassInfo.addProperty(MPropertyInfo<T,C> propertyInfo)
           
 void MClassInfo.removeProperty(MPropertyInfo<T,C> propertyInfo)
           
 

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

Classes in org.jvnet.jaxb2_commons.xml.bind.model.concrete that implement MPropertyInfo
 class CMAnyAttributePropertyInfo<T,C>
           
 class CMAnyElementPropertyInfo<T,C>
           
 class CMAttributePropertyInfo<T,C>
           
 class CMElementPropertyInfo<T,C>
           
 class CMElementRefPropertyInfo<T,C>
           
 class CMElementRefsPropertyInfo<T,C>
           
 class CMElementsPropertyInfo<T,C>
           
 class CMPropertyInfo<T,C>
           
 class CMSingleTypePropertyInfo<T,C>
           
 class CMValuePropertyInfo<T,C>
           
 

Methods in org.jvnet.jaxb2_commons.xml.bind.model.concrete that return MPropertyInfo
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)
           
 

Methods in org.jvnet.jaxb2_commons.xml.bind.model.concrete that return types with arguments of type MPropertyInfo
 List<MPropertyInfo<T,C>> CMClassInfo.getProperties()
           
 

Methods in org.jvnet.jaxb2_commons.xml.bind.model.concrete with parameters of type MPropertyInfo
 void CMClassInfo.addProperty(MPropertyInfo<T,C> propertyInfo)
           
 void CMClassInfo.removeProperty(MPropertyInfo<T,C> propertyInfo)
           
 

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

Methods in org.jvnet.jaxb2_commons.xml.bind.model.util with parameters of type MPropertyInfo
 V DefaultPropertyInfoVisitor.visitPropertyInfo(MPropertyInfo<T,C> info)
           
 



Copyright © 2005-2015. All Rights Reserved.