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