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