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