Enum Class ObjectCompressionType

java.lang.Object
java.lang.Enum<ObjectCompressionType>
com.datalogics.PDFL.ObjectCompressionType
All Implemented Interfaces:
Serializable, Comparable<ObjectCompressionType>, Constable

public enum ObjectCompressionType extends Enum<ObjectCompressionType>
Enumerator to allow the selection of object compression type to Set the values for object compression type.
  • Enum Constant Details

    • NONE

      public static final ObjectCompressionType NONE
      No object compression is used.
    • STRUCTURE

      public static final ObjectCompressionType STRUCTURE
      Only logical structure information uses object compression.
    • LEAVE_UNCHANGED

      public static final ObjectCompressionType LEAVE_UNCHANGED
      The current object compression is unchanged.
    • ALL

      public static final ObjectCompressionType ALL
      Object compression is used wherever possible.
  • Method Details

    • values

      public static ObjectCompressionType[] 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 ObjectCompressionType 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