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