|
|||||||||
| Home >> All >> javax >> ide >> model >> java >> [ declaration overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
javax.ide.model.java.declaration
Interface PackageD

- 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.
|
|||||||||
| Home >> All >> javax >> ide >> model >> java >> [ declaration overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
JAVADOC