Uranium
Application Framework
|
Inherits IntEnum.
Static Public Attributes | |
int | Default = 1 |
int | Calculated = 2 |
Default state, no value has been set. More... | |
int | User = 3 |
Value is the result of calculations in a SettingFunction object. More... | |
The state of the instance This enum describes which state the instance is in. The state describes how the instance got its value.
|
static |
Default state, no value has been set.
|
static |
Value is the result of calculations in a SettingFunction object.