public enum ExportManifestationType extends Enum<ExportManifestationType>
Enum Constant and Description |
---|
DOCX
DOCX
|
FIMES
FiMES FAO Schema
|
HTML
HTML
|
PDF
PDF
|
XML
XML
|
Modifier and Type | Method and Description |
---|---|
static ExportManifestationType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ExportManifestationType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ExportManifestationType DOCX
public static final ExportManifestationType PDF
public static final ExportManifestationType XML
public static final ExportManifestationType HTML
public static final ExportManifestationType FIMES
public static ExportManifestationType[] values()
for (ExportManifestationType c : ExportManifestationType.values()) System.out.println(c);
public static ExportManifestationType 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 nullCopyright © 2014. All Rights Reserved.