javax.lang.model.element
public interface PackageElement extends Element
Elements.getPackageOf(javax.lang.model.element.Element)
Modifier and Type | Method and Description |
---|---|
Name |
getQualifiedName()
Returns the fully qualified name of this package.
|
boolean |
isUnnamed()
Returns
true is this is an unnamed package and false otherwise. |
accept, asType, equals, getAnnotation, getAnnotationMirrors, getEnclosedElements, getEnclosingElement, getKind, getModifiers, getSimpleName, hashCode
Name getQualifiedName()
boolean isUnnamed()
true
is this is an unnamed package and false
otherwise.true
is this is an unnamed package and false
otherwise Submit a bug or feature Copyright © 1993, 2017, Oracle and/or its affiliates. All rights reserved.
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.