Interface PrimitiveType

    • Method Detail

      • getTypeName

        String getTypeName()
        Returns the name of this type.

        Returns:
        the name of this type
      • isList

        boolean isList()
        Tells whether this type is a list.

        Returns:
        true if and only if this type is a list
      • parse

        PrimitiveTypeValue parse​(String str)
        Returns a value based on the given string.

        Parameters:
        str - string
        Returns:
        a value based on the given string