Interface ValuedEnum


public interface ValuedEnum
Implemented by Enum classes which have an explicit integer value.
  • Method Details

    • value

      long value()
      Returns the integer value of this Enum item.
      Returns:
      the value.