com.sun.tools.xjc.outline
public abstract class ElementOutline extends Object
Field Summary | |
---|---|
JDefinedClass | implClass
The implementation aspect of a bean.
|
CElementInfo | target
This ElementOutline holds information about this CElementInfo. |
Constructor Summary | |
---|---|
protected | ElementOutline(CElementInfo target, JDefinedClass implClass) |
Method Summary | |
---|---|
abstract Outline | parent()
A Outline that encloses all the class outlines. |
PackageOutline | _package()
PackageOutline that contains this class. |