Enum Class ExportType

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

public enum ExportType extends Enum<ExportType>
  • Enum Constant Details

    • PDF

      public static final ExportType PDF
    • PDF_SHOW_PRINT_DIALOG_ON_OPEN

      public static final ExportType PDF_SHOW_PRINT_DIALOG_ON_OPEN
    • PDF_REDACT

      public static final ExportType PDF_REDACT
    • PDF_A

      public static final ExportType PDF_A
    • POSTSCRIPT

      public static final ExportType POSTSCRIPT
    • TIFF

      public static final ExportType TIFF
    • ORIGINAL

      public static final ExportType ORIGINAL
  • 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()