|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.sun.tools.xjc.outline.ElementOutline
public abstract class ElementOutline
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()
| Field Summary | |
|---|---|
com.sun.codemodel.JDefinedClass |
implClass
The implementation aspect of a bean. |
CElementInfo |
target
This ElementOutline holds information about this CElementInfo. |
| Method Summary | |
|---|---|
PackageOutline |
_package()
PackageOutline that contains this class. |
abstract Outline |
parent()
A Outline that encloses all the class outlines. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public final CElementInfo target
ElementOutline holds information about this CElementInfo.
public final com.sun.codemodel.JDefinedClass implClass
| Method Detail |
|---|
public abstract Outline parent()
Outline that encloses all the class outlines.
public PackageOutline _package()
PackageOutline that contains this class.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||