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

Packages that use MPropertyInfo
org.jvnet.jaxb2_commons.plugin.elementwrapper   
org.jvnet.jaxb2_commons.xjc.generator   
org.jvnet.jaxb2_commons.xjc.generator.artificial   
org.jvnet.jaxb2_commons.xjc.generator.concrete   
org.jvnet.jaxb2_commons.xjc.outline.artificial   
org.jvnet.jaxb2_commons.xjc.outline.concrete   
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.plugin.elementwrapper
 

Methods in org.jvnet.jaxb2_commons.plugin.elementwrapper with parameters of type MPropertyInfo
protected  void ElementWrapperPlugin.processWrappedPropertyInfo(MModelInfo<com.sun.tools.xjc.model.nav.NType,com.sun.tools.xjc.model.nav.NClass> mmodel, MClassInfo<com.sun.tools.xjc.model.nav.NType,com.sun.tools.xjc.model.nav.NClass> rootClassInfo, MElementPropertyInfo<com.sun.tools.xjc.model.nav.NType,com.sun.tools.xjc.model.nav.NClass> wrapperPropertyInfo, MClassInfo<com.sun.tools.xjc.model.nav.NType,com.sun.tools.xjc.model.nav.NClass> wrapperClassInfo, MPropertyInfo<com.sun.tools.xjc.model.nav.NType,com.sun.tools.xjc.model.nav.NClass> wrappedPropertyInfo)
           
 

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

Methods in org.jvnet.jaxb2_commons.xjc.generator with parameters of type MPropertyInfo
 MPropertyOutline MPropertyOutlineGenerator.generate(MClassOutline classOutline, MModelInfo<com.sun.tools.xjc.model.nav.NType,com.sun.tools.xjc.model.nav.NClass> modelInfo, MPropertyInfo<com.sun.tools.xjc.model.nav.NType,com.sun.tools.xjc.model.nav.NClass> propertyInfo)
           
 

Uses of MPropertyInfo in org.jvnet.jaxb2_commons.xjc.generator.artificial
 

Methods in org.jvnet.jaxb2_commons.xjc.generator.artificial with parameters of type MPropertyInfo
 MPropertyOutline WrapperPropertyOutlineGenerator.generate(MClassOutline classOutline, MModelInfo<com.sun.tools.xjc.model.nav.NType,com.sun.tools.xjc.model.nav.NClass> modelInfo, MPropertyInfo<com.sun.tools.xjc.model.nav.NType,com.sun.tools.xjc.model.nav.NClass> propertyInfo)
           
 

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

Methods in org.jvnet.jaxb2_commons.xjc.generator.concrete with parameters of type MPropertyInfo
 MPropertyOutline CMPropertyOutlineGenerator.generate(MClassOutline classOutline, MModelInfo<com.sun.tools.xjc.model.nav.NType,com.sun.tools.xjc.model.nav.NClass> modelInfo, MPropertyInfo<com.sun.tools.xjc.model.nav.NType,com.sun.tools.xjc.model.nav.NClass> propertyInfo)
           
 

Uses of MPropertyInfo in org.jvnet.jaxb2_commons.xjc.outline.artificial
 

Fields in org.jvnet.jaxb2_commons.xjc.outline.artificial declared as MPropertyInfo
protected  MPropertyInfo<com.sun.tools.xjc.model.nav.NType,com.sun.tools.xjc.model.nav.NClass> AbstractPropertyOutline.propertyInfo
           
 

Methods in org.jvnet.jaxb2_commons.xjc.outline.artificial that return MPropertyInfo
 MPropertyInfo<com.sun.tools.xjc.model.nav.NType,com.sun.tools.xjc.model.nav.NClass> AbstractPropertyOutline.getTarget()
           
 

Constructors in org.jvnet.jaxb2_commons.xjc.outline.artificial with parameters of type MPropertyInfo
AbstractPropertyOutline(com.sun.tools.xjc.outline.Outline outline, MClassOutline classOutline, MPropertyInfo<com.sun.tools.xjc.model.nav.NType,com.sun.tools.xjc.model.nav.NClass> target)
           
AbstractSinglePropertyOutline(com.sun.tools.xjc.outline.Outline outline, MClassOutline classOutline, MPropertyInfo<com.sun.tools.xjc.model.nav.NType,com.sun.tools.xjc.model.nav.NClass> target)
           
ConstantPropertyOutline(com.sun.tools.xjc.outline.Outline outline, MClassOutline classOutline, MPropertyInfo<com.sun.tools.xjc.model.nav.NType,com.sun.tools.xjc.model.nav.NClass> target, com.sun.codemodel.JExpression value)
           
SinglePropertyOutline(com.sun.tools.xjc.outline.Outline outline, MClassOutline classOutline, MPropertyInfo<com.sun.tools.xjc.model.nav.NType,com.sun.tools.xjc.model.nav.NClass> target)
           
 

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

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

Constructors in org.jvnet.jaxb2_commons.xjc.outline.concrete with parameters of type MPropertyInfo
CMPropertyOutline(MClassOutline classOutline, MPropertyInfo<com.sun.tools.xjc.model.nav.NType,com.sun.tools.xjc.model.nav.NClass> target, MPropertyAccessorFactory propertyAccessorFactory)
           
 

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-2012. All Rights Reserved.