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