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