An abstraction of things that have a value which be got,
and possibley set.
no type hierarchy
no supertypes hierarchy
| Methods | |
get | Source Codeshared formal Get get()Reads the current value for this value binding. Note that in the case of getter values, this can throw if the getter throws. Throws
|
set | Source Codeshared formal void set(Set newValue)Changes this variable's value to the given new value. Note that in the case of setter attributes, this can throw if the setter throws. Throws
|
setIfAssignable | Source Codeshared formal void setIfAssignable(Anything newValue)Non type-safe equivalent to Throws
|
| Inherited Methods |
Methods inherited from: Object |