Properties
Static Methods
getProperties
<span class="minversion" style="display: block; margin-bottom: -1em; margin-left: 36em; float:left; opacity:0.5;">25.0</span>
Properties
Return Property Owner Object
Parameters
Instance Methods
createClearValueAction
<span class="minversion" style="display: block; margin-bottom: -1em; margin-left: 36em; float:left; opacity:0.5;">25.0</span>
Action
Create an action to clear the value with the given name. This method can fail if e.g. the underlying properties object does not support action based setting of properties.
Parameters
createSetValueAction
<span class="minversion" style="display: block; margin-bottom: -1em; margin-left: 36em; float:left; opacity:0.5;">25.0</span>
Action
Create an action to set a named value through scripting. The parameters are <name, value (number, boolean or string), persistence flag>. This method can fail if e.g. the underlying properties object does not support action based setting of properties.
Parameters
getValue
<span class="minversion" style="display: block; margin-bottom: -1em; margin-left: 36em; float:left; opacity:0.5;">25.0</span>
string
Get named value in native string form
Parameters
getValueAsBool
<span class="minversion" style="display: block; margin-bottom: -1em; margin-left: 36em; float:left; opacity:0.5;">25.0</span>
boolean
Get named value as boolean
Parameters
getValueAsFloat
<span class="minversion" style="display: block; margin-bottom: -1em; margin-left: 36em; float:left; opacity:0.5;">25.0</span>
number
Get named value as float number
Parameters
getValueAsInt
<span class="minversion" style="display: block; margin-bottom: -1em; margin-left: 36em; float:left; opacity:0.5;">25.0</span>
number
Get named value as integer number
Parameters
hasValue
<span class="minversion" style="display: block; margin-bottom: -1em; margin-left: 36em; float:left; opacity:0.5;">25.0</span>
boolean
Check if a named value exists under this name.