Interface CharacterSet

    • Method Detail

      • getSeparator

        char getSeparator​(int type)
                   throws java.lang.Exception
        Method to return a separator char for a given DataModelPart type.
        Parameters:
        type - which referes to one of the DataModelPart static types
        Returns:
        the separator char
        Throws:
        java.lang.Exception - of the type isn't supported
      • getSeparators

        char[] getSeparators()
        Method to return an array containing all the separators used by this character set. Should not include the escape character.
        Returns:
        char array of separators
      • getEscapeCharacter

        char getEscapeCharacter()
        Method to return the Escape character for this character set
        Returns:
        the escape char
      • defaultHashCode

        default int defaultHashCode()
      • defaultEquals

        default boolean defaultEquals​(java.lang.Object other)