Package org.bonitasoft.engine.commons
Interface EnumToObjectConvertible
-
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
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description intfromEnum()Convert this enum to an Object value
-