|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.sun.tools.xjc.model.CClassInfoParent.Package
public static final class CClassInfoParent.Package
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 | |
---|---|
com.sun.codemodel.JPackage |
pkg
|
Constructor Summary | |
---|---|
CClassInfoParent.Package(com.sun.codemodel.JPackage pkg)
|
Method Summary | ||
---|---|---|
|
accept(CClassInfoParent.Visitor<T> visitor)
|
|
java.lang.String |
fullName()
Returns the fully-qualified name. |
|
com.sun.codemodel.JPackage |
getOwnerPackage()
Gets the nearest JPackage . |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public final com.sun.codemodel.JPackage pkg
Constructor Detail |
---|
public CClassInfoParent.Package(com.sun.codemodel.JPackage pkg)
Method Detail |
---|
public java.lang.String fullName()
CClassInfoParent
fullName
in interface CClassInfoParent
public <T> T accept(CClassInfoParent.Visitor<T> visitor)
accept
in interface CClassInfoParent
public com.sun.codemodel.JPackage getOwnerPackage()
CClassInfoParent
JPackage
.
getOwnerPackage
in interface CClassInfoParent
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |