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