Enum Class FileResourceHandling.ResourceHandlingOptions

java.lang.Object
java.lang.Enum<FileResourceHandling.ResourceHandlingOptions>
org.splevo.jamopp.extraction.FileResourceHandling.ResourceHandlingOptions
All Implemented Interfaces:
Serializable, Comparable<FileResourceHandling.ResourceHandlingOptions>, Constable
Enclosing class:
FileResourceHandling

public static enum FileResourceHandling.ResourceHandlingOptions extends Enum<FileResourceHandling.ResourceHandlingOptions>
Options for the resource handling. These options can be used as part of the load options of a resource set in SPLevoResourceSet.
  • Enum Constant Details

  • Method Details

    • 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

      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
    • getDefault

      public Object getDefault()
      Returns:
      The default value of the option.
    • setDefault

      public void setDefault(Object defaultValue)
      Sets the new default value for the option.
      Parameters:
      defaultValue - The new default value.