GenericSInt32Value (object)

The GenericSInt32Value is a typed implementation of the GenericValue using a SInt32.

GenericSInt32Value GenericSInt32Value GenericSInt32Value GenericValue GenericValue GenericSInt32Value->GenericValue

Methods

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

Methods in detail

GenericSInt32Value ( in GenericSInt32Value other )

copy constructor


GenericSInt32Value ( in SInt32 value )


GenericSInt32Value ()

default constructor


GenericSInt32Value GenericSInt32Value.clone? ()

clone method


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

return true if this value matches another one


SInt32 GenericSInt32Value.get? ()

returns the contained value


Type GenericSInt32Value.getValueType? ()

returns the type of the value


UInt32 GenericSInt32Value.hash_? ()

returns a hash value for this


Boolean GenericSInt32Value.isArray? ()

returns true if this value contains an array


GenericSInt32Value.set! ( in SInt32 value )

sets the contained value