Defines a variable interface.
Description
The IVariable interface allows you to define a variable.
Instance methods
getName
Gets the variable name.
publicString getName()
- returns: String - the variable name.
setName
Sets the variable name.
publicvoid setName(String value)
- value: String - the variable name.
getValue
Gets the variable value.
publicvoid setValue(Variant value)
- returns: Variant - the variable value.
setValue
Sets the variable value.
publicVariant getValue()
- value: Variant - the variable name.