Interface PrimitiveValue

    • Method Detail

      • toString

        String toString()
        Gets this value as a string.
        Overrides:
        toString in class Object
        Returns:
        string value
      • toInt

        int toInt()
        Gets this value as an integer.
        Returns:
        integer value, 0 if a non-integer
      • toFloat

        float toFloat()
        Gets this value as a float.
        Returns:
        float value, 0 if a non-number.