Class ElementOutline

java.lang.Object
com.sun.tools.xjc.outline.ElementOutline
All Implemented Interfaces:
CustomizableOutline

public abstract class ElementOutline extends Object implements CustomizableOutline
Outline object that provides per-CElementInfo information for filling in methods/fields for a bean. This interface is accessible from Outline. This object is not created for all CElementInfos. It is only for those CElementInfo that has a class. (IOW, CElementInfo.hasClass()
Author:
Kohsuke Kawaguchi