com.sun.tools.xjc.model
Interface CClassInfoParent

All Known Implementing Classes:
CClassInfo, CClassInfoParent.Package, CElementInfo

public interface CClassInfoParent

Parent of a CClassInfo/CElementInfo. TODO: rename Either CClassInfo or CClassInfoParent.Package.


Nested Class Summary
static class CClassInfoParent.Package
          JPackage as a CClassInfoParent.
static interface CClassInfoParent.Visitor<T>
          Visitor of CClassInfoParent
 
Method Summary
<T> T
accept(CClassInfoParent.Visitor<T> visitor)
           
 java.lang.String fullName()
          Returns the fully-qualified name.
 com.sun.codemodel.JPackage getOwnerPackage()
          Gets the nearest JPackage.
 

Method Detail

fullName

java.lang.String fullName()
Returns the fully-qualified name.


accept

<T> T accept(CClassInfoParent.Visitor<T> visitor)

getOwnerPackage

com.sun.codemodel.JPackage getOwnerPackage()
Gets the nearest JPackage.