Package se.conciliate.extensions.fop
Enum Class FOPOutputFormat
- All Implemented Interfaces:
Serializable
,Comparable<FOPOutputFormat>
,Constable
org.apache.xmlgraphics.util.MimeConstants
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>>
-
Enum Constant Summary
Enum ConstantsEnum ConstantDescription -
Method Summary
Modifier and TypeMethodDescriptionstatic FOPOutputFormat
Returns the enum constant of this class with the specified name.static FOPOutputFormat[]
values()
Returns an array containing the constants of this enum class, in the order they are declared.
-
Enum Constant Details
-
MIME_PDF
-
MIME_POSTSCRIPT
-
MIME_EPS
-
MIME_PCL
-
MIME_PCL_ALT
-
MIME_AFP
-
MIME_AFP_ALT
-
MIME_AFP_IOCA_FS10
-
MIME_AFP_IOCA_FS11
-
MIME_AFP_IOCA_FS45
-
MIME_AFP_GOCA
-
MIME_PLAIN_TEXT
-
MIME_RTF
-
MIME_RTF_ALT1
-
MIME_RTF_ALT2
-
MIME_MIF
-
MIME_SVG
-
MIME_GIF
-
MIME_PNG
-
MIME_JPEG
-
MIME_TIFF
-
MIME_XSL_FO
-
MIME_EMF
-
-
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 nameNullPointerException
- if the argument is null
-
getMimeType
-