Package org.bonitasoft.engine.commons
Interface EnumToObjectConvertible
-
- All Known Implementing Classes:
STaskPriority
public interface EnumToObjectConvertibleRepresent 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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description intfromEnum()Convert this enum to an Object value
-