Class $k.ValueString

An attribute value string that has not been parsed.

Class Summary
Constructor Attributes Constructor Name and Description
 
$k.ValueString(valueString)
Returns an object that can be used in API calls that expect an attribute value

Method Summary

Class Detail

$k.ValueString(valueString)
Returns an object that can be used in API calls that expect an attribute value
Parameters:
{string} valueString
A value string

Method Detail

  • {boolean} equals(value)
    Returns true if the values are equal
    Parameters:
    value
    Returns:
    {boolean}
  • setValueString(string)
    Sets the string representation
    Parameters:
    {string} string
    The string represantation of a value
  • {string} valueString()
    Returns the string representation
    Returns:
    {string}