deegree-core-3.0-pre-nightly (2010/03/05 00:01) - official

org.deegree.record.persistence.genericrecordstore
Enum ISO_DC_Mappings.databaseTables

java.lang.Object
  extended by java.lang.Enum<ISO_DC_Mappings.databaseTables>
      extended by org.deegree.record.persistence.genericrecordstore.ISO_DC_Mappings.databaseTables
All Implemented Interfaces:
Serializable, Comparable<ISO_DC_Mappings.databaseTables>
Enclosing class:
ISO_DC_Mappings

public static enum ISO_DC_Mappings.databaseTables
extends Enum<ISO_DC_Mappings.databaseTables>

Enumeration of the databasetables.

Version:
$Revision: $, $Date: $
Author:
Steffen Thomas, last edited by: $Author: thomas $

Enum Constant Summary
datasets
          main databasetable, all of the other tables derive from this table
isoqp_abstract
          the abstract of the record
isoqp_alternatetitle
          alternate title of the record
isoqp_boundingbox
          the bounding box that encapsulates the record by spatial boundaries
isoqp_couplingtype
          couplingtype of the service record
isoqp_creationdate
          creation date of the record
isoqp_crs
          the coordinate reference system of the bounding box(es)
isoqp_format
          the physical or digital manifestation of the record
isoqp_geographicdescriptioncode
          the geographicdescriptioncode of the record
isoqp_keyword
          the topic or content of the record
isoqp_operatesondata
          tightly coupled dataset relation
isoqp_operation
          name of the service operation
isoqp_organisationname
          organisationname which is responsible of the content
isoqp_publicationdate
          publication date of the record
isoqp_resourceIdentifier
          identifier of the resource that can be coupled with a service record
isoqp_resourcelanguage
          language of the record
isoqp_revisiondate
          revision date of the record
isoqp_servicetype
          name of the service type, e.g.
isoqp_servicetypeversion
          the version of the service type
isoqp_spatialresolution
          spatial resolution of the record
isoqp_temporalextent
          temporal extent of the record
isoqp_title
          the title of the record
isoqp_topiccategory
          main theme(s) of the record
isoqp_type
          the nature of the record, one of dataset, datasetcollection, service, application
qp_identifier
          record identifier
 
Method Summary
static ISO_DC_Mappings.databaseTables valueOf(String name)
          Returns the enum constant of this type with the specified name.
static ISO_DC_Mappings.databaseTables[] 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

datasets

public static final ISO_DC_Mappings.databaseTables datasets
main databasetable, all of the other tables derive from this table


qp_identifier

public static final ISO_DC_Mappings.databaseTables qp_identifier
record identifier


isoqp_organisationname

public static final ISO_DC_Mappings.databaseTables isoqp_organisationname
organisationname which is responsible of the content


isoqp_temporalextent

public static final ISO_DC_Mappings.databaseTables isoqp_temporalextent
temporal extent of the record


isoqp_spatialresolution

public static final ISO_DC_Mappings.databaseTables isoqp_spatialresolution
spatial resolution of the record


isoqp_couplingtype

public static final ISO_DC_Mappings.databaseTables isoqp_couplingtype
couplingtype of the service record


isoqp_operatesondata

public static final ISO_DC_Mappings.databaseTables isoqp_operatesondata
tightly coupled dataset relation


isoqp_operation

public static final ISO_DC_Mappings.databaseTables isoqp_operation
name of the service operation


isoqp_geographicdescriptioncode

public static final ISO_DC_Mappings.databaseTables isoqp_geographicdescriptioncode
the geographicdescriptioncode of the record


isoqp_servicetypeversion

public static final ISO_DC_Mappings.databaseTables isoqp_servicetypeversion
the version of the service type


isoqp_servicetype

public static final ISO_DC_Mappings.databaseTables isoqp_servicetype
name of the service type, e.g. WFS


isoqp_resourcelanguage

public static final ISO_DC_Mappings.databaseTables isoqp_resourcelanguage
language of the record


isoqp_revisiondate

public static final ISO_DC_Mappings.databaseTables isoqp_revisiondate
revision date of the record


isoqp_creationdate

public static final ISO_DC_Mappings.databaseTables isoqp_creationdate
creation date of the record


isoqp_publicationdate

public static final ISO_DC_Mappings.databaseTables isoqp_publicationdate
publication date of the record


isoqp_resourceIdentifier

public static final ISO_DC_Mappings.databaseTables isoqp_resourceIdentifier
identifier of the resource that can be coupled with a service record


isoqp_alternatetitle

public static final ISO_DC_Mappings.databaseTables isoqp_alternatetitle
alternate title of the record


isoqp_title

public static final ISO_DC_Mappings.databaseTables isoqp_title
the title of the record


isoqp_type

public static final ISO_DC_Mappings.databaseTables isoqp_type
the nature of the record, one of dataset, datasetcollection, service, application


isoqp_keyword

public static final ISO_DC_Mappings.databaseTables isoqp_keyword
the topic or content of the record


isoqp_topiccategory

public static final ISO_DC_Mappings.databaseTables isoqp_topiccategory
main theme(s) of the record


isoqp_format

public static final ISO_DC_Mappings.databaseTables isoqp_format
the physical or digital manifestation of the record


isoqp_abstract

public static final ISO_DC_Mappings.databaseTables isoqp_abstract
the abstract of the record


isoqp_boundingbox

public static final ISO_DC_Mappings.databaseTables isoqp_boundingbox
the bounding box that encapsulates the record by spatial boundaries


isoqp_crs

public static final ISO_DC_Mappings.databaseTables isoqp_crs
the coordinate reference system of the bounding box(es)

Method Detail

values

public static ISO_DC_Mappings.databaseTables[] 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 (ISO_DC_Mappings.databaseTables c : ISO_DC_Mappings.databaseTables.values())
    System.out.println(c);

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

valueOf

public static ISO_DC_Mappings.databaseTables 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

deegree-core-3.0-pre-nightly (2010/03/05 00:01) - official

an open source project founded by lat/lon, Bonn, Germany.
For more information visit: http://www.deegree.org

]]>