public enum MetadataType extends Enum<MetadataType>
Modifier and Type | Method and Description |
---|---|
static MetadataType |
fromString(String metadataType) |
static MetadataType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static MetadataType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final MetadataType EML
public static final MetadataType DC
public static MetadataType[] values()
for (MetadataType c : MetadataType.values()) System.out.println(c);
public static MetadataType 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 static MetadataType fromString(String metadataType)
Copyright © 2024 Global Biodiversity Information Facility (GBIF). All rights reserved.