GenericUInt32Value (object)

The GenericUInt32Value is a typed implementation of the GenericValue using a UInt32.

GenericUInt32Value GenericUInt32Value GenericUInt32Value GenericValue GenericValue GenericUInt32Value->GenericValue

Methods

  GenericUInt32Value ( in GenericUInt32Value other )
  GenericUInt32Value ( in UInt32 value )
  GenericUInt32Value ()
GenericUInt32Value clone ? ()
Boolean equals ? ( in Ref<GenericValue> other )
UInt32 get ? ()
Type getValueType ? ()
UInt32 hash_ ? ()
Boolean isArray ? ()
  set ! ( in UInt32 value )

Methods in detail

GenericUInt32Value ( in GenericUInt32Value other )

copy constructor


GenericUInt32Value ( in UInt32 value )


GenericUInt32Value ()

default constructor


GenericUInt32Value GenericUInt32Value.clone? ()

clone method


Boolean GenericUInt32Value.equals? ( in Ref<GenericValue> other )

return true if this value matches another one


UInt32 GenericUInt32Value.get? ()

returns the contained value


Type GenericUInt32Value.getValueType? ()

returns the type of the value


UInt32 GenericUInt32Value.hash_? ()

returns a hash value for this


Boolean GenericUInt32Value.isArray? ()

returns true if this value contains an array


GenericUInt32Value.set! ( in UInt32 value )

sets the contained value