Interface IEnumerationElement


@Ser public interface IEnumerationElement
An enumerated value, defined by an enum.
  • Method Summary

    Modifier and Type
    Method
    Description
    Get the name of this value.
    int
    Get the integer value.
  • Method Details

    • getName

      String getName()
      Get the name of this value.
      Returns:
    • getValue

      int getValue()
      Get the integer value.
      Returns: