EnumEntry

class itala.itala.IEnumEntry(*args, **kwargs)

Bases: IValue

Interface of single enum value

Maps of Enum Values to symbolic values

get_value(verify=False, ignore_cache=False)
is_self_clearing() bool

Indicates if the corresponding EnumEntry is self clearing

property numeric_value: double

Get double number associated with the entry

set_value(value, verify=True)
property symbolic: str

Get symbolic enum value

property thisown

The membership flag

property value