Uses of Interface
com.sun.tools.xjc.outline.PackageOutline

Packages that use PackageOutline
com.sun.tools.xjc.generator.bean   
com.sun.tools.xjc.outline Provides the outline of the generated Java source code so that additional processings (such as adding more annotations) can be done on the generated code. 
 

Uses of PackageOutline in com.sun.tools.xjc.generator.bean
 

Classes in com.sun.tools.xjc.generator.bean that implement PackageOutline
(package private)  class PackageOutlineImpl
          PackageOutline enhanced with schema2java specific information.
 

Methods in com.sun.tools.xjc.generator.bean that return types with arguments of type PackageOutline
 Iterable<? extends PackageOutline> BeanGenerator.getAllPackageContexts()
           
 

Uses of PackageOutline in com.sun.tools.xjc.outline
 

Methods in com.sun.tools.xjc.outline that return PackageOutline
 PackageOutline ClassOutline._package()
          PackageOutline that contains this class.
 PackageOutline ElementOutline._package()
          PackageOutline that contains this class.
 PackageOutline EnumOutline._package()
          PackageOutline that contains this class.
 PackageOutline Outline.getPackageContext(com.sun.codemodel.JPackage _Package)
          Gets per-package context information.
 

Methods in com.sun.tools.xjc.outline that return types with arguments of type PackageOutline
 Iterable<? extends PackageOutline> Outline.getAllPackageContexts()
          Gets all package-wise contexts at once.