GenericObjectValue (object)¶
The GenericObjectValue is a typed implementation of the GenericValue using a Object.
Methods¶
GenericObjectValue ( in GenericObjectValue other ) | |
GenericObjectValue () | |
GenericObjectValue | clone ? () |
Boolean | equals ? ( in Ref<GenericValue> other ) |
Object | get ? () |
Type | getValueType ? () |
UInt32 | hash_ ? () |
Boolean | isArray ? () |
set ! ( in Object value ) |
Methods in detail¶
GenericObjectValue ( in GenericObjectValue other )
copy constructor
default constructor
GenericObjectValue GenericObjectValue.clone? ()
clone method
Boolean GenericObjectValue.equals? ( in Ref<GenericValue> other )
return true if this value matches another one
Object GenericObjectValue.get? ()
returns the contained value
Type GenericObjectValue.getValueType? ()
returns the type of the value
UInt32 GenericObjectValue.hash_? ()
returns a hash value for this
Boolean GenericObjectValue.isArray? ()
returns true if this value contains an array
GenericObjectValue.set! ( in Object value )
sets the contained value