Enum CSVFormat.Predefined

    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
      Default
      The DEFAULT predefined format.
      Excel
      The EXCEL predefined format.
      InformixUnload
      The INFORMIX_UNLOAD predefined format.
      InformixUnloadCsv
      The INFORMIX_UNLOAD_CSV predefined format.
      MongoDBCsv
      The MONGODB_CSV predefined format.
      MongoDBTsv
      The MONGODB_TSV predefined format.
      MySQL
      The MYSQL predefined format.
      Oracle
      The ORACLE predefined format.
      PostgreSQLCsv
      The POSTGRESQL_CSV predefined format.
      PostgreSQLText
      The POSTGRESQL_TEXT predefined format.
      RFC4180
      The RFC4180 predefined format.
      TDF
      The TDF predefined format.
    • Field Summary

      Fields 
      Modifier and Type Field Description
      private CSVFormat format  
    • Constructor Summary

      Constructors 
      Modifier Constructor Description
      private Predefined​(CSVFormat format)  
    • Method Summary

      All Methods Static Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      CSVFormat getFormat()
      Gets the format.
      static CSVFormat.Predefined valueOf​(java.lang.String name)
      Returns the enum constant of this type with the specified name.
      static CSVFormat.Predefined[] values()
      Returns an array containing the constants of this enum type, in the order they are declared.
      • Methods inherited from class java.lang.Enum

        clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf
      • Methods inherited from class java.lang.Object

        getClass, notify, notifyAll, wait, wait, wait