Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

javax.ide.model.java.declaration
Interface PackageD  view PackageD download PackageD.java

All Superinterfaces:
Declaration, HasAnnotationsD, HasNameD

public interface PackageD
extends Declaration, HasNameD, HasAnnotationsD

Mirrors a package.


Nested Class Summary
 
Nested classes inherited from class javax.ide.model.java.declaration.Declaration
Declaration.DeclarationKind
 
Method Summary
 PackageD getPackage(java.lang.String name)
          Gets the first matching package, null if none.
 java.util.Collection getPackages()
          Gets all known subpackages.
 java.lang.String getSourceName()
          Gets the fully qualified package name in "source format".
 
Methods inherited from interface javax.ide.model.java.declaration.Declaration
getDeclarationKind, getPosition, isSynthetic
 
Methods inherited from interface javax.ide.model.java.declaration.HasNameD
getName
 
Methods inherited from interface javax.ide.model.java.declaration.HasAnnotationsD
getAnnotations
 

Method Detail

getSourceName

public java.lang.String getSourceName()
Gets the fully qualified package name in "source format".


getPackages

public java.util.Collection getPackages()
Gets all known subpackages.


getPackage

public PackageD getPackage(java.lang.String name)
Gets the first matching package, null if none.