Package com.sun.tools.xjc.generator.bean
Class ClassOutlineImpl
java.lang.Object
com.sun.tools.xjc.outline.ClassOutline
com.sun.tools.xjc.generator.bean.ClassOutlineImpl
- All Implemented Interfaces:
CustomizableOutline
ClassOutline enhanced with schema2java specific
information.- Author:
- Kohsuke Kawaguchi (kohsuke.kawaguchi@sun.com)
-
Field Summary
Fields inherited from class com.sun.tools.xjc.outline.ClassOutline
implClass, implRef, ref, target -
Method Summary
Modifier and TypeMethodDescription_package()Gets_package()asPackageOutlineImpl, since it's guaranteed to be of that type.parent()AOutlinethat encloses all the class outlines.Methods inherited from class com.sun.tools.xjc.outline.ClassOutline
getDeclaredFields, getImplClass, getSuperClass, getTarget
-
Method Details
-
createMethodWriter
-
_package
Gets_package()asPackageOutlineImpl, since it's guaranteed to be of that type.- Overrides:
_packagein classClassOutline
-
parent
Description copied from class:ClassOutlineAOutlinethat encloses all the class outlines.- Specified by:
parentin classClassOutline
-