Interface HasName

All Known Implementing Classes:
AnnotationInfo, AnnotationParameterValue, ArrayClassInfo, ClassInfo, ClassMemberInfo, FieldInfo, MethodInfo, ModuleInfo, PackageInfo

public interface HasName
A named object.
  • Method Summary

    Modifier and Type
    Method
    Description
    Get the name.
  • Method Details

    • getName

      String getName()
      Get the name.
      Returns:
      The name.