|
Java™ Platform Standard Ed. 6 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface PackageElement
Represents a package program element. Provides access to information about the package and its members.
Elements.getPackageOf(javax.lang.model.element.Element)
Method Summary | |
---|---|
Name |
getQualifiedName()
Returns the fully qualified name of this package. |
boolean |
isUnnamed()
Returns true is this is an unnamed package and false otherwise. |
Methods inherited from interface javax.lang.model.element.Element |
---|
accept, asType, equals, getAnnotation, getAnnotationMirrors, getEnclosedElements, getEnclosingElement, getKind, getModifiers, getSimpleName, hashCode |
Method Detail |
---|
Name getQualifiedName()
boolean isUnnamed()
true
is this is an unnamed package and false
otherwise.
true
is this is an unnamed package and false
otherwise
|
Java™ Platform Standard Ed. 6 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Copyright 2008 Sun Microsystems, Inc. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.