Interface PrimitiveTypeValue

    • Method Detail

      • getType

        PrimitiveType getType()
        Returns the primitive type

        Returns:
        the primitive type
      • isEmpty

        boolean isEmpty()
        Tell whether this value represents an empty value.

        Returns:
        true if and only if this value represents an empty value
      • render

        String render()
        Returns a string representing this value.

        Returns:
        a string representing this value
      • renderAsList

        scala.collection.immutable.Seq<String> renderAsList()
        Returns a list of strings representing this value.

        Returns:
        a list of strings representing this value