Enum EncounteredSymbol

java.lang.Object
java.lang.Enum<EncounteredSymbol>
org.csveed.token.EncounteredSymbol
All Implemented Interfaces:
Serializable, Comparable<EncounteredSymbol>

public enum EncounteredSymbol extends Enum<EncounteredSymbol>
The Enum EncounteredSymbol.
  • Enum Constant Details

    • SPACE_SYMBOL

      public static final EncounteredSymbol SPACE_SYMBOL
      The space symbol.
    • SEPARATOR_SYMBOL

      public static final EncounteredSymbol SEPARATOR_SYMBOL
      The separator symbol.
    • QUOTE_SYMBOL

      public static final EncounteredSymbol QUOTE_SYMBOL
      The quote symbol.
    • ESCAPE_SYMBOL

      public static final EncounteredSymbol ESCAPE_SYMBOL
      The escape symbol.
    • EOL_SYMBOL

      public static final EncounteredSymbol EOL_SYMBOL
      The eol symbol.
    • EOL_SYMBOL_TRASH

      public static final EncounteredSymbol EOL_SYMBOL_TRASH
      The eol symbol trash.
    • OTHER_SYMBOL

      public static final EncounteredSymbol OTHER_SYMBOL
      The other symbol.
    • BOM_SYMBOL

      public static final EncounteredSymbol BOM_SYMBOL
      The bom symbol.
    • END_OF_FILE_SYMBOL

      public static final EncounteredSymbol END_OF_FILE_SYMBOL
      The end of file symbol.
    • COMMENT_SYMBOL

      public static final EncounteredSymbol COMMENT_SYMBOL
      The comment symbol.
  • Method Details

    • values

      public static EncounteredSymbol[] values()
      Returns an array containing the constants of this enum type, in the order they are declared.
      Returns:
      an array containing the constants of this enum type, in the order they are declared
    • valueOf

      public static EncounteredSymbol valueOf(String name)
      Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)
      Parameters:
      name - the name of the enum constant to be returned.
      Returns:
      the enum constant with the specified name
      Throws:
      IllegalArgumentException - if this enum type has no constant with the specified name
      NullPointerException - if the argument is null
    • isCheckForSimilarEscapeAndQuote

      public boolean isCheckForSimilarEscapeAndQuote()
      Checks if is check for similar escape and quote.
      Returns:
      true, if is check for similar escape and quote
    • isTrash

      public boolean isTrash()
      Checks if is trash.
      Returns:
      true, if is trash