Package io.github.classgraph
Interface HasName
-
- All Known Implementing Classes:
AnnotationInfo
,AnnotationParameterValue
,ArrayClassInfo
,ClassInfo
,FieldInfo
,MethodInfo
,ModuleInfo
,PackageInfo
public interface HasName
A named object.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description String
getName()
Get the name.
-
-
-
Method Detail
-
getName
String getName()
Get the name.- Returns:
- The name.
-
-