org.gcube.data.harmonization.occurrence.impl.readers.formats
Enum OccurrencePointFields

java.lang.Object
  extended by java.lang.Enum<OccurrencePointFields>
      extended by org.gcube.data.harmonization.occurrence.impl.readers.formats.OccurrencePointFields
All Implemented Interfaces:
Serializable, Comparable<OccurrencePointFields>

public enum OccurrencePointFields
extends Enum<OccurrencePointFields>


Enum Constant Summary
BASIS_OF_RECORD
           
CATALOGUE_NUMBER
           
CITATION
           
COLLECTION_CODE
           
COORDINATE_UNCERTAINTY_IN_METERS
           
COUNTRY
           
DATA_PROVIDER_ID
           
DATA_PROVIDER_NAME
           
DATA_SET_CITATION
           
DATA_SET_ID
           
DATA_SET_NAME
           
DECIMAL_LATITUDE
           
DECIMAL_LONGITUDE
           
EVENT_DATE
           
FAMILY
           
ID
           
INSTITUTION_CODE
           
KINGDOM
           
LOCALITY
           
MAX_DEPTH
           
MIN_DEPTH
           
MODIFIED
           
PROVIDER
           
RECORDED_BY
           
SCIENTIFIC_NAME
           
 
Method Summary
static OccurrencePointFields valueOf(String name)
          Returns the enum constant of this type with the specified name.
static OccurrencePointFields[] values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 
Methods inherited from class java.lang.Enum
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
 

Enum Constant Detail

ID

public static final OccurrencePointFields ID

PROVIDER

public static final OccurrencePointFields PROVIDER

INSTITUTION_CODE

public static final OccurrencePointFields INSTITUTION_CODE

COLLECTION_CODE

public static final OccurrencePointFields COLLECTION_CODE

CATALOGUE_NUMBER

public static final OccurrencePointFields CATALOGUE_NUMBER

RECORDED_BY

public static final OccurrencePointFields RECORDED_BY

EVENT_DATE

public static final OccurrencePointFields EVENT_DATE

MODIFIED

public static final OccurrencePointFields MODIFIED

SCIENTIFIC_NAME

public static final OccurrencePointFields SCIENTIFIC_NAME

KINGDOM

public static final OccurrencePointFields KINGDOM

FAMILY

public static final OccurrencePointFields FAMILY

LOCALITY

public static final OccurrencePointFields LOCALITY

COUNTRY

public static final OccurrencePointFields COUNTRY

CITATION

public static final OccurrencePointFields CITATION

DECIMAL_LATITUDE

public static final OccurrencePointFields DECIMAL_LATITUDE

DECIMAL_LONGITUDE

public static final OccurrencePointFields DECIMAL_LONGITUDE

COORDINATE_UNCERTAINTY_IN_METERS

public static final OccurrencePointFields COORDINATE_UNCERTAINTY_IN_METERS

MAX_DEPTH

public static final OccurrencePointFields MAX_DEPTH

MIN_DEPTH

public static final OccurrencePointFields MIN_DEPTH

BASIS_OF_RECORD

public static final OccurrencePointFields BASIS_OF_RECORD

DATA_SET_ID

public static final OccurrencePointFields DATA_SET_ID

DATA_SET_CITATION

public static final OccurrencePointFields DATA_SET_CITATION

DATA_SET_NAME

public static final OccurrencePointFields DATA_SET_NAME

DATA_PROVIDER_NAME

public static final OccurrencePointFields DATA_PROVIDER_NAME

DATA_PROVIDER_ID

public static final OccurrencePointFields DATA_PROVIDER_ID
Method Detail

values

public static OccurrencePointFields[] values()
Returns an array containing the constants of this enum type, in the order they are declared. This method may be used to iterate over the constants as follows:
for (OccurrencePointFields c : OccurrencePointFields.values())
    System.out.println(c);

Returns:
an array containing the constants of this enum type, in the order they are declared

valueOf

public static OccurrencePointFields valueOf(String name)
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)

Parameters:
name - the name of the enum constant to be returned.
Returns:
the enum constant with the specified name
Throws:
IllegalArgumentException - if this enum type has no constant with the specified name
NullPointerException - if the argument is null


Copyright © 2013. All Rights Reserved.