Uses of Interface
org.jvnet.jaxb2_commons.xjc.outline.MPropertyOutline

Packages that use MPropertyOutline
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   
org.jvnet.jaxb2_commons.xjc.outline.artificial   
org.jvnet.jaxb2_commons.xjc.outline.concrete   
 

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

Methods in org.jvnet.jaxb2_commons.xjc.generator that return MPropertyOutline
 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 MPropertyOutline in org.jvnet.jaxb2_commons.xjc.generator.artificial
 

Methods in org.jvnet.jaxb2_commons.xjc.generator.artificial that return MPropertyOutline
 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 MPropertyOutline in org.jvnet.jaxb2_commons.xjc.generator.concrete
 

Methods in org.jvnet.jaxb2_commons.xjc.generator.concrete that return MPropertyOutline
 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 MPropertyOutline in org.jvnet.jaxb2_commons.xjc.outline
 

Methods in org.jvnet.jaxb2_commons.xjc.outline that return types with arguments of type MPropertyOutline
 List<MPropertyOutline> MClassOutline.getDeclaredPropertyOutlines()
           
 List<MPropertyOutline> MClassOutline.getPropertyOutlines()
           
 

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

Classes in org.jvnet.jaxb2_commons.xjc.outline.artificial that implement MPropertyOutline
 class AbstractPropertyOutline
           
 class AbstractSinglePropertyOutline
           
 class AnyAttributePropertyOutline
           
 class ConstantPropertyOutline
           
 class SinglePropertyOutline
           
 

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

Classes in org.jvnet.jaxb2_commons.xjc.outline.concrete that implement MPropertyOutline
 class CMPropertyOutline
           
 

Methods in org.jvnet.jaxb2_commons.xjc.outline.concrete that return types with arguments of type MPropertyOutline
 List<MPropertyOutline> CMClassOutline.getDeclaredPropertyOutlines()
           
 List<MPropertyOutline> CMClassOutline.getPropertyOutlines()
           
 

Methods in org.jvnet.jaxb2_commons.xjc.outline.concrete with parameters of type MPropertyOutline
 void CMClassOutline.addDeclaredPropertyOutline(MPropertyOutline propertyOutline)
           
 



Copyright © 2005-2012. All Rights Reserved.