Enum Class ExportType

java.lang.Object
java.lang.Enum<ExportType>
com.levigo.jadice.web.shared.export.ExportType
All Implemented Interfaces:
Serializable, Comparable<ExportType>, Constable

public enum ExportType extends Enum<ExportType>
The target format to be generated.
  • Enum Constant Details

    • PDF

      public static final ExportType PDF
      A "standard" PDF generated by jadice PDF generator.
    • PDF_SHOW_PRINT_DIALOG_ON_OPEN

      public static final ExportType PDF_SHOW_PRINT_DIALOG_ON_OPEN
      A PDF that has been tuned to be immediately printed by adding an OpenAction to the PDF.
    • PDF_REDACT

      public static final ExportType PDF_REDACT
      Rasterized PDF. Text content has been
    • PDF_A

      public static final ExportType PDF_A
      PDF/A2b file
    • POSTSCRIPT

      public static final ExportType POSTSCRIPT
      A "standard" Postscript generated by jadice.
    • TIFF

      public static final ExportType TIFF
      A "standard" TIFF generated by jadice PDF generator.
    • ORIGINAL

      public static final ExportType ORIGINAL
      The original document as it has been stored in the archive. No mime type possible here.
  • Method Details

    • values

      public static ExportType[] 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 ExportType 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
    • getExtension

      public String getExtension()
    • getMimeType

      public String getMimeType()