Interface WithName
- All Superinterfaces:
Identifiable,Link,Stringifiable
- All Known Subinterfaces:
EnumConstantLink,FieldLink,MethodLink,PackageLink,TypeLink
- All Known Implementing Classes:
BasicEnumConstantLink,BasicFieldLink,BasicMethodLink,BasicPackageLink,BasicTypeLink
An interface for links to types with a name.
-
Nested Class Summary
-
Method Summary
Methods inherited from interface org.tudalgo.algoutils.tutor.general.match.Identifiable
stringMethods inherited from interface org.tudalgo.algoutils.tutor.general.reflections.Link
kind, reflection
-
Method Details
-
name
String name()Returns the name of this link.
- Returns:
- the name
-
identifier
Description copied from interface:IdentifiableReturns the identifier of this identifiable object.
- Specified by:
identifierin interfaceIdentifiable- Returns:
- the identifier
-