Represents a string.
Summary
Constructor detail
ac.StringDataType(string)
Constructs a new, immutable ac.StringDataType with the given string.
Parameters
* string (text) the string this ac.StringDataType represents.
Method detail
compareTo(other)
Compares this ac.StringDataType to other.
Parameters
* other (ac.StringDataType) the other ac.StringDataType to compare to this one.
Returns
* integer value
equals(other)
Checks whether this ac.StringDataType is equal to another.
Parameters
* other (ac.StringDataType) the other ac.StringDataType to compare to this one.
Returns
* boolean value
fromDouble(value)
PARAMETERS
Returns
* ac.StringDataType
getValue()
toString()
Returns the wrapped string.
Returns
* the wrapped value as a String.