EnumEntry#
- class itala.itala.IEnumEntry(*args, **kwargs)#
Bases:
IValue
Interface of single enum value
Maps of Enum Values to symbolic values
- property thisown#
The membership flag
- is_self_clearing()#
Indicates if the corresponding EnumEntry is self clearing
- property symbolic: str#
Get symbolic enum value
- property numeric_value: double#
Get double number associated with the entry
- get_value(verify=False, ignore_cache=False)#
- set_value(value, verify=True)#
- property value#