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 Summary

    Modifier and Type
    Method
    Description
    int
    Convert this enum to an Object value
  • Method Details

    • fromEnum

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