Interface CodedEnum


  • public interface CodedEnum
    Enumeration which is coded.
    • Method Detail

      • 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.