Package com.sun.tools.xjc.outline
Class ElementOutline
java.lang.Object
com.sun.tools.xjc.outline.ElementOutline
- All Implemented Interfaces:
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
-
Field Summary
FieldsModifier and TypeFieldDescriptionfinal JDefinedClassThe implementation aspect of a bean.final CElementInfoThisElementOutlineholds information about thisCElementInfo. -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedElementOutline(CElementInfo target, JDefinedClass implClass) -
Method Summary
Modifier and TypeMethodDescription_package()PackageOutlinethat contains this class.Provides customization output.Provides bound information about customizable target.abstract Outlineparent()AOutlinethat encloses all the class outlines.
-
Field Details
-
target
ThisElementOutlineholds information about thisCElementInfo. -
implClass
The implementation aspect of a bean. The actual place where fields/methods should be generated into.
-
-
Constructor Details
-
ElementOutline
-
-
Method Details
-
parent
AOutlinethat encloses all the class outlines. -
_package
PackageOutlinethat contains this class. -
getTarget
Description copied from interface:CustomizableOutlineProvides bound information about customizable target.- Specified by:
getTargetin interfaceCustomizableOutline- Returns:
- customizable target
-
getImplClass
Description copied from interface:CustomizableOutlineProvides customization output.- Specified by:
getImplClassin interfaceCustomizableOutline- Returns:
- Implementation class
-