public enum ConverterTypeTo extends Enum<ConverterTypeTo>
| Modifier and Type | Method and Description |
|---|---|
String |
getExtension() |
String |
getMimeType() |
static ConverterTypeTo |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ConverterTypeTo[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ConverterTypeTo XHTML
public static final ConverterTypeTo FO
public static final ConverterTypeTo PDF
public static ConverterTypeTo[] values()
for (ConverterTypeTo c : ConverterTypeTo.values()) System.out.println(c);
public static ConverterTypeTo 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 getMimeType()
public String getExtension()
Copyright © 2015. All Rights Reserved.