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