public interface UserVariable extends Variable
Modifier and Type | Method and Description |
---|---|
boolean |
isHidden()
Checks if the variable is "hidden".
|
boolean |
isPrivate() |
boolean |
isStorable()
Storable variables can be saved by the Room Persistence API
|
void |
setHidden(boolean flag)
Set the variable as "hidden".
|
void |
setNull()
This is used by the system to mark removed variables.
|
void |
setPrivate(boolean flag) |
void |
setStorable(boolean value)
Flags this variable as storable (default = true).
|
getBoolValue, getDoubleValue, getIntValue, getName, getSFSArrayValue, getSFSObjectValue, getStringValue, getType, getValue, isNull, toSFSArray
void setHidden(boolean flag)
flag
- boolean isHidden()
setHidden(boolean)
boolean isPrivate()
void setPrivate(boolean flag)
void setNull()
boolean isStorable()
void setStorable(boolean value)