Package com.sun.tools.xjc.model
Class CClassInfoParent.Package
java.lang.Object
com.sun.tools.xjc.model.CClassInfoParent.Package
- All Implemented Interfaces:
CClassInfoParent
- Enclosing interface:
- CClassInfoParent
JPackage as a CClassInfoParent.
Use Model.getPackage(com.sun.codemodel.JPackage) to obtain an instance.-
Nested Class Summary
Nested classes/interfaces inherited from interface com.sun.tools.xjc.model.CClassInfoParent
CClassInfoParent.Package, CClassInfoParent.Visitor<T> -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription<T> Taccept(CClassInfoParent.Visitor<T> visitor) fullName()Returns the fully-qualified name.Gets the nearestJPackage.
-
Field Details
-
pkg
-
-
Constructor Details
-
Package
-
-
Method Details
-
fullName
Description copied from interface:CClassInfoParentReturns the fully-qualified name.- Specified by:
fullNamein interfaceCClassInfoParent
-
accept
- Specified by:
acceptin interfaceCClassInfoParent
-
getOwnerPackage
Description copied from interface:CClassInfoParentGets the nearestJPackage.- Specified by:
getOwnerPackagein interfaceCClassInfoParent
-