Enum Class ExcelReader.FileMode

java.lang.Object
java.lang.Enum<ExcelReader.FileMode>
ch.ethz.sis.openbis.generic.excel.v3.from.ExcelReader.FileMode
All Implemented Interfaces:
Serializable, Comparable<ExcelReader.FileMode>, Constable
Enclosing class:
ExcelReader

public static enum ExcelReader.FileMode extends Enum<ExcelReader.FileMode>
This specifies whether files are written using their actual contents or some dummy bytes. RO-Crate conversion uses dummy files because they are needed for the API, the manifest is reused for the actual data. For debug purposes, FULL is available.
  • Enum Constant Details

  • Method Details

    • values

      public static ExcelReader.FileMode[] 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 ExcelReader.FileMode 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