public interface PackageElement extends Element, QualifiedNameable
Elements.getPackageOf(javax.lang.model.element.Element)| Modifier and Type | Method and Description | 
|---|---|
| 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, getEnclosedElements, getKind, getModifiers, hashCodeName getQualifiedName()
getQualifiedName in interface QualifiedNameableName getSimpleName()
getSimpleName in interface Elementboolean 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, 2014, Oracle and/or its affiliates.  All rights reserved.