getSimpleName abstract method
Returns the simple name of the type without the package or library URI.
Example:
"BaseInterface"
Implementation
String getSimpleName();
Returns the simple name of the type without the package or library URI.
Example:
"BaseInterface"
String getSimpleName();