public static enum MetadataExchange.Format extends java.lang.Enum<MetadataExchange.Format>
Enum Constant and Description |
---|
CUMULUS_5_LOCAL_ENCODING
Deprecated format of previous Cumulus versions.
|
CUMULUS_5_UTF8
Deprecated format of previous Cumulus versions.
|
XML
XML format.
|
XMP
Special format to export the XMP data of a single record.
|
Modifier and Type | Method and Description |
---|---|
static MetadataExchange.Format |
find(int id) |
int |
getID() |
boolean |
supportsFieldFilter() |
static MetadataExchange.Format |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static MetadataExchange.Format[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final MetadataExchange.Format XML
public static final MetadataExchange.Format CUMULUS_5_LOCAL_ENCODING
public static final MetadataExchange.Format CUMULUS_5_UTF8
public static final MetadataExchange.Format XMP
public static MetadataExchange.Format[] values()
for (MetadataExchange.Format c : MetadataExchange.Format.values()) System.out.println(c);
public static MetadataExchange.Format valueOf(java.lang.String name)
name
- the name of the enum constant to be returned.java.lang.IllegalArgumentException
- if this enum type has no constant
with the specified namejava.lang.NullPointerException
- if the argument is nullpublic int getID()
public boolean supportsFieldFilter()
public static MetadataExchange.Format find(int id)
www.canto.com
Canto, the Canto logo, the Cumulus logo, and Cumulus are registered trademarks of Canto GmbH, registered in the U.S. and other countries.