- All Superinterfaces:
- AnnotatedConstruct,- Element
- All Known Subinterfaces:
- ModuleElement,- PackageElement,- TypeElement
A mixin interface for an element that has a qualified name.
- Since:
- 1.7
- 
Method SummaryModifier and TypeMethodDescriptionReturns the fully qualified name of an element.Methods declared in interface javax.lang.model.element.Elementaccept, asType, equals, getAnnotation, getAnnotationMirrors, getAnnotationsByType, getEnclosedElements, getEnclosingElement, getKind, getModifiers, getSimpleName, hashCode
- 
Method Details- 
getQualifiedNameName getQualifiedName()Returns the fully qualified name of an element.- Returns:
- the fully qualified name of an element
 
 
-