public enum FopOutputType extends Enum<FopOutputType>
Enum Constant and Description |
---|
jpeg |
mif |
pcl |
pdf |
png |
ps |
rtf |
svg |
txt |
xml |
Modifier and Type | Method and Description |
---|---|
static FopOutputType |
asFooOutputType(String outputFormatExtended) |
String |
getFormatExtended() |
static FopOutputType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static FopOutputType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final FopOutputType pdf
public static final FopOutputType ps
public static final FopOutputType pcl
public static final FopOutputType png
public static final FopOutputType jpeg
public static final FopOutputType svg
public static final FopOutputType xml
public static final FopOutputType mif
public static final FopOutputType rtf
public static final FopOutputType txt
public static FopOutputType[] values()
for (FopOutputType c : FopOutputType.values()) System.out.println(c);
public static FopOutputType valueOf(String name)
name
- the name of the enum constant to be returned.IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is nullpublic String getFormatExtended()
public static FopOutputType asFooOutputType(String outputFormatExtended)
Apache Camel