new ValueString(valueString)
Returns an object that can be used in API calls that expect an attribute value
Parameters:
Name | Type | Description |
---|---|---|
valueString | string | A value string An attribute value string that has not been parsed. |
Methods
equals(value) → {boolean}
Returns true if the values are equal
Parameters:
Name | Type | Description |
---|---|---|
value | Another attribute value |
Returns:
- Type:
- boolean
setValueString(string)
Sets the string representation
Parameters:
Name | Type | Description |
---|---|---|
string | string | The string represantation of a value |
valueString() → {string}
Returns the string representation
Returns:
- Type:
- string