javax.lang.model.element
Interface QualifiedNameable

All Superinterfaces:
Element
All Known Subinterfaces:
PackageElement, SuperpackageElement, TypeElement

public interface QualifiedNameable
extends Element

A mixin interface for an element that has a qualified name.

Since:
1.7
Version:
1.1 07/04/23
Author:
Joseph D. Darcy

Method Summary
 Name getQualifiedName()
          Returns the fully qualified name of an element.
 
Methods inherited from interface javax.lang.model.element.Element
accept, asType, equals, getAnnotation, getAnnotationMirrors, getEnclosedElements, getEnclosingElement, getKind, getModifiers, getSimpleName, hashCode
 

Method Detail

getQualifiedName

Name getQualifiedName()
Returns the fully qualified name of an element.

Returns:
the fully qualified name of an element