Interface ValuedEnum


public interface ValuedEnum
The interface for the valued enum.
  • Method Summary

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

    • getValue

      @Nonnull String getValue()
      Gets the string representation of the enum value.
      Returns:
      the string representation of the enum value.