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