Interface EnumToObjectConvertible


  • public interface EnumToObjectConvertible
    Represent an enum which enum values can be convertible to other types. One method: fromEnum, returns an object value, result of the conversion of that enum
    • Method Detail

      • fromEnum

        int fromEnum()
        Convert this enum to an Object value
        Returns:
        The object corresponding to the Enum
        Since:
        6.0