com.sun.tools.xjc.generator.bean
Class ElementOutlineImpl

java.lang.Object
  extended by com.sun.tools.xjc.outline.ElementOutline
      extended by com.sun.tools.xjc.generator.bean.ElementOutlineImpl

final class ElementOutlineImpl
extends ElementOutline

ElementOutline implementation.


Field Summary
 
Fields inherited from class com.sun.tools.xjc.outline.ElementOutline
implClass, target
 
Constructor Summary
ElementOutlineImpl(BeanGenerator parent, CElementInfo ei)
           
 
Method Summary
 BeanGenerator parent()
          A Outline that encloses all the class outlines.
 
Methods inherited from class com.sun.tools.xjc.outline.ElementOutline
_package
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ElementOutlineImpl

ElementOutlineImpl(BeanGenerator parent,
                   CElementInfo ei)
Method Detail

parent

public BeanGenerator parent()
Description copied from class: ElementOutline
A Outline that encloses all the class outlines.

Specified by:
parent in class ElementOutline