Class CMElementOutlineGenerator

java.lang.Object
org.jvnet.jaxb2_commons.xjc.generator.concrete.CMElementOutlineGenerator
All Implemented Interfaces:
MElementOutlineGenerator

public class CMElementOutlineGenerator extends Object implements MElementOutlineGenerator
  • Constructor Summary

    Constructors
    Constructor
    Description
    CMElementOutlineGenerator(com.sun.tools.xjc.outline.Outline outline, com.sun.tools.xjc.model.CElementInfo elementInfo)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    generate(MPackageOutline parent, 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.MElementInfo<com.sun.tools.xjc.model.nav.NType,com.sun.tools.xjc.model.nav.NClass> elementInfo)
     

    Methods inherited from class java.lang.Object

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

    • CMElementOutlineGenerator

      public CMElementOutlineGenerator(com.sun.tools.xjc.outline.Outline outline, com.sun.tools.xjc.model.CElementInfo elementInfo)
  • Method Details

    • generate

      public MElementOutline generate(MPackageOutline parent, 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.MElementInfo<com.sun.tools.xjc.model.nav.NType,com.sun.tools.xjc.model.nav.NClass> elementInfo)
      Specified by:
      generate in interface MElementOutlineGenerator