public interface PackageElement extends Element, QualifiedNameable
Elements.getPackageOf(javax.lang.model.element.Element)| Modifier and Type | Method | Description | 
|---|---|---|
| List<? extends Element> | getEnclosedElements() | Returns the top-level
 classes and interfaces within this package. | 
| Element | getEnclosingElement() | Returns  nullsince a package is not enclosed by another
 element. | 
| Name | getQualifiedName() | Returns the fully qualified name of this package. | 
| Name | getSimpleName() | Returns the simple name of this package. | 
| boolean | isUnnamed() | Returns  trueis this is an unnamed package andfalseotherwise. | 
accept, asType, equals, getAnnotation, getAnnotationMirrors, getKind, getModifiers, hashCodegetAnnotationsByTypeName getQualifiedName()
getQualifiedName in interface QualifiedNameableName getSimpleName()
getSimpleName in interface ElementgetSimpleName(), 
ExecutableElement.getSimpleName(), 
TypeElement.getSimpleName(), 
VariableElement.getSimpleName()List<? extends Element> getEnclosedElements()
getEnclosedElements in interface ElementgetEnclosedElements(), 
TypeElement.getEnclosedElements(), 
Elements.getAllMembers(javax.lang.model.element.TypeElement)boolean isUnnamed()
true is this is an unnamed package and false otherwise.true is this is an unnamed package and false otherwiseElement getEnclosingElement()
null since a package is not enclosed by another
 element.getEnclosingElement in interface ElementnullElements.getPackageOf(javax.lang.model.element.Element) Submit a bug or feature 
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
 Copyright © 1993, 2025, Oracle and/or its affiliates.  All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.