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