Name | |
---|---|
String | toString(short fieldState) |
void | setState(short state) |
short | getState() |
Name | |
---|---|
final short | NOT_INITIALISED |
final short | NOT_MODIFIED |
final short | MODIFIED |
class com::wombat::mamda::MamdaFieldState;
An enumeration representing field state. MODIFIED (0) value indicates the field was updated in last tick NOT MODIFIED (1) value indicate that there was no change in the last tick NOT_INITIALISED (2) value indicates that the field has never been updated
static inline String toString(
short fieldState
)
Parameters:
Convert a MamdaFieldState to an appropriate, displayable string.
inline void setState(
short state
)
inline short getState()
static final short NOT_INITIALISED = 0;
static final short NOT_MODIFIED = 1;
static final short MODIFIED = 2;
Updated on 2023-03-31 at 15:30:32 +0100