Interface EnumToObjectConvertible

  • All Known Implementing Classes:
    STaskPriority

    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
    Author:
    Emmanuel Duchastenier, Matthieu Chaffotte, Celine Souchet
    • Method Detail

      • fromEnum

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