GenericSInt64Value (object)

The GenericSInt64Value is a typed implementation of the GenericValue using a SInt64.

GenericSInt64Value GenericSInt64Value GenericSInt64Value GenericValue GenericValue GenericSInt64Value->GenericValue

Methods

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

Methods in detail

GenericSInt64Value ( in GenericSInt64Value other )

copy constructor


GenericSInt64Value ( in SInt64 value )


GenericSInt64Value ()

default constructor


GenericSInt64Value GenericSInt64Value.clone? ()

clone method


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

return true if this value matches another one


SInt64 GenericSInt64Value.get? ()

returns the contained value


Type GenericSInt64Value.getValueType? ()

returns the type of the value


UInt32 GenericSInt64Value.hash_? ()

returns a hash value for this


Boolean GenericSInt64Value.isArray? ()

returns true if this value contains an array


GenericSInt64Value.set! ( in SInt64 value )

sets the contained value