Interface QualifiedNameable

All Superinterfaces:
AnnotatedConstruct, Element
All Known Subinterfaces:
ModuleElement, PackageElement, TypeElement

public interface QualifiedNameable extends Element
A mixin interface for an element that has a qualified name.
See Java Language Specification:
6.5.3.2 Qualified Package Names
6.5.5.2 Qualified Type Names
6.7 Fully Qualified Names and Canonical Names
Since:
1.7
  • Method Details

    • getQualifiedName

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