Interface EnumConstantLink

All Superinterfaces:
Identifiable, Link, Stringifiable, WithName
All Known Implementing Classes:
BasicEnumConstantLink

public interface EnumConstantLink extends Link, WithName
  • Nested Class Summary

    Link.Kind
  • Method Summary

    Modifier and Type
    Method
    Description
    default Enum<?>
     
    default Link.Kind
     
    Enum<?>
     

    Methods inherited from interface org.tudalgo.algoutils.tutor.general.match.Identifiable

    string

    Methods inherited from interface org.tudalgo.algoutils.tutor.general.reflections.WithName

    identifier, name
  • Method Details