Enum Class Types.FileFormat

java.lang.Object
java.lang.Enum<Types.FileFormat>
org.apache.sysds.common.Types.FileFormat
All Implemented Interfaces:
Serializable, Comparable<Types.FileFormat>, Constable
Enclosing interface:
Types

public static enum Types.FileFormat extends Enum<Types.FileFormat>
File formats supported
  • Enum Constant Details

  • Method Details

    • values

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

      public static Types.FileFormat valueOf(String name)
      Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (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 class has no constant with the specified name
      NullPointerException - if the argument is null
    • isIJV

      public boolean isIJV()
    • isTextFormat

      public boolean isTextFormat()
    • isTextFormat

      public static boolean isTextFormat(String fmt)
    • isDelimitedFormat

      public boolean isDelimitedFormat()
    • isDelimitedFormat

      public static boolean isDelimitedFormat(String fmt)
    • toString

      public String toString()
      Overrides:
      toString in class Enum<Types.FileFormat>
    • defaultFormat

      public static Types.FileFormat defaultFormat()
    • defaultFormatString

      public static String defaultFormatString()
    • safeValueOf

      public static Types.FileFormat safeValueOf(String fmt)