Interface Identifiable
- All Superinterfaces:
Stringifiable
- All Known Subinterfaces:
EnumConstantLink,FieldLink,MethodLink,PackageLink,TypeLink,WithName
- All Known Implementing Classes:
BasicEnumConstantLink,BasicFieldLink,BasicMethodLink,BasicPackageLink,BasicTypeLink
A type that can be identified by an identifier.
-
Method Details
-
identifier
String identifier()Returns the identifier of this identifiable object.
- Returns:
- the identifier
-
string
Description copied from interface:StringifiableReturns a human-readable string representation of this object.- Specified by:
stringin interfaceStringifiable- Returns:
-