Interface StringEnum<E extends Enum<E>>

All Known Implementing Classes:
Comparator, Operator

public interface StringEnum<E extends Enum<E>>
Author:
HamaWhite
  • Method Summary

    Modifier and Type
    Method
    Description
    Retrieves the string representation of the enum value.
  • Method Details

    • value

      String value()
      Retrieves the string representation of the enum value.
      Returns:
      the string representation