Class BasicEnumConstantLink
java.lang.Object
org.tudalgo.algoutils.tutor.general.reflections.BasicLink
org.tudalgo.algoutils.tutor.general.reflections.BasicEnumConstantLink
- All Implemented Interfaces:
Identifiable,Stringifiable,EnumConstantLink,Link,WithName
-
Nested Class Summary
-
Method Summary
Modifier and TypeMethodDescriptionname()Returns the name of this link.static BasicEnumConstantLinkEnum<?>Methods inherited from class java.lang.Object
clone, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.tudalgo.algoutils.tutor.general.reflections.EnumConstantLink
constant, kindMethods inherited from interface org.tudalgo.algoutils.tutor.general.match.Identifiable
stringMethods inherited from interface org.tudalgo.algoutils.tutor.general.reflections.WithName
identifier
-
Method Details
-
of
-
name
Description copied from interface:WithNameReturns the name of this link.
-
reflection
- Specified by:
reflectionin interfaceEnumConstantLink- Specified by:
reflectionin interfaceLink
-