Class CMPropertyOutlineGenerator

java.lang.Object
org.jvnet.jaxb2_commons.xjc.generator.concrete.CMPropertyOutlineGenerator
All Implemented Interfaces:
MPropertyOutlineGenerator

public class CMPropertyOutlineGenerator extends Object implements MPropertyOutlineGenerator
  • Constructor Summary

    Constructors
    Constructor
    Description
    CMPropertyOutlineGenerator(com.sun.tools.xjc.outline.Outline outline, com.sun.tools.xjc.model.CPropertyInfo propertyInfo)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    generate(MClassOutline classOutline, org.jvnet.jaxb2_commons.xml.bind.model.MModelInfo<com.sun.tools.xjc.model.nav.NType,com.sun.tools.xjc.model.nav.NClass> modelInfo, org.jvnet.jaxb2_commons.xml.bind.model.MPropertyInfo<com.sun.tools.xjc.model.nav.NType,com.sun.tools.xjc.model.nav.NClass> propertyInfo)
     

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • CMPropertyOutlineGenerator

      public CMPropertyOutlineGenerator(com.sun.tools.xjc.outline.Outline outline, com.sun.tools.xjc.model.CPropertyInfo propertyInfo)
  • Method Details

    • generate

      public MPropertyOutline generate(MClassOutline classOutline, org.jvnet.jaxb2_commons.xml.bind.model.MModelInfo<com.sun.tools.xjc.model.nav.NType,com.sun.tools.xjc.model.nav.NClass> modelInfo, org.jvnet.jaxb2_commons.xml.bind.model.MPropertyInfo<com.sun.tools.xjc.model.nav.NType,com.sun.tools.xjc.model.nav.NClass> propertyInfo)
      Specified by:
      generate in interface MPropertyOutlineGenerator