Interface CodedEnum


public interface CodedEnum
Enumeration which is coded.
  • Method Summary

    Modifier and Type Method Description
    int getCode()
    Retrieves the integer "code" for this enumeration.
  • Method Details

    • getCode

      int getCode()
      Retrieves the integer "code" for this enumeration. It is expected that the code be unique across the enumerated type.
      Returns:
      See above.