Add from_str and as_decimal
[1.3.0] - 2022-12-01
Added
- Add a property for
PublicationStatus:as_decimalto get a int value in decimal. - Add a property for
ChoiceEnum:as_decimalto get a int value in decimal. - Add a classmethod for
PublicationStatus:from_strto get a element of Enum corresponding to a string. - Add a classmethod for
ChoiceEnum:from_strto get a element of Enum corresponding to a string.