Class

ac.StringDataType

Represents a string.

Summary

Constructors
ac.StringDataType(string)
Methods
compareTo(other)
equals(other)
fromDouble(value)
getValue()
toString()

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()

RETURN VALUE

toString()

Returns the wrapped string.

Returns

* the wrapped value as a String.