org.deegree.metadata.persistence.iso
Enum PostGISMappingsISODC.DatabaseTables

java.lang.Object
  extended by java.lang.Enum<PostGISMappingsISODC.DatabaseTables>
      extended by org.deegree.metadata.persistence.iso.PostGISMappingsISODC.DatabaseTables
All Implemented Interfaces:
java.io.Serializable, java.lang.Comparable<PostGISMappingsISODC.DatabaseTables>
Enclosing class:
PostGISMappingsISODC

public static enum PostGISMappingsISODC.DatabaseTables
extends java.lang.Enum<PostGISMappingsISODC.DatabaseTables>

The names of the databasetables that are used in the backend.

Version:
$Revision: 27994 $, $Date: 2010-11-10 20:01:08 +0100 (Mi, 10. Nov 2010) $
Author:
Steffen Thomas, last edited by: $Author: sthomas $

Enum Constant Summary
addqp_accessconstraint
          assures the protection of privacy or intellectual property.
addqp_classification
          name of the handling restrictions on the resource.
addqp_degree
          Boolean value - indication of conformance result
addqp_limitation
          restrictions on the access and use of a resource or metadata
addqp_lineage
          general explanation of the data producer's knowledge about the lineage of a dataset.
addqp_otherconstraint
          legal prerequisites for accessing and using the resource or metadata
addqp_specification
          citation of the product specification or user requirement against which data is being evaluated
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_association
          the relation 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 PostGISMappingsISODC.DatabaseTables valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static PostGISMappingsISODC.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 PostGISMappingsISODC.DatabaseTables datasets
main databasetable, all of the other tables derive from this table


qp_identifier

public static final PostGISMappingsISODC.DatabaseTables qp_identifier
record identifier


isoqp_organisationname

public static final PostGISMappingsISODC.DatabaseTables isoqp_organisationname
organisationname which is responsible of the content


isoqp_temporalextent

public static final PostGISMappingsISODC.DatabaseTables isoqp_temporalextent
temporal extent of the record


isoqp_spatialresolution

public static final PostGISMappingsISODC.DatabaseTables isoqp_spatialresolution
spatial resolution of the record


isoqp_couplingtype

public static final PostGISMappingsISODC.DatabaseTables isoqp_couplingtype
couplingtype of the service record


isoqp_operatesondata

public static final PostGISMappingsISODC.DatabaseTables isoqp_operatesondata
tightly coupled dataset relation


isoqp_operation

public static final PostGISMappingsISODC.DatabaseTables isoqp_operation
name of the service operation


isoqp_geographicdescriptioncode

public static final PostGISMappingsISODC.DatabaseTables isoqp_geographicdescriptioncode
the geographicdescriptioncode of the record


isoqp_servicetypeversion

public static final PostGISMappingsISODC.DatabaseTables isoqp_servicetypeversion
the version of the service type


isoqp_servicetype

public static final PostGISMappingsISODC.DatabaseTables isoqp_servicetype
name of the service type, e.g. WFS


isoqp_resourcelanguage

public static final PostGISMappingsISODC.DatabaseTables isoqp_resourcelanguage
language of the record


isoqp_revisiondate

public static final PostGISMappingsISODC.DatabaseTables isoqp_revisiondate
revision date of the record


isoqp_creationdate

public static final PostGISMappingsISODC.DatabaseTables isoqp_creationdate
creation date of the record


isoqp_publicationdate

public static final PostGISMappingsISODC.DatabaseTables isoqp_publicationdate
publication date of the record


isoqp_resourceidentifier

public static final PostGISMappingsISODC.DatabaseTables isoqp_resourceidentifier
identifier of the resource that can be coupled with a service record


isoqp_alternatetitle

public static final PostGISMappingsISODC.DatabaseTables isoqp_alternatetitle
alternate title of the record


isoqp_association

public static final PostGISMappingsISODC.DatabaseTables isoqp_association
the relation of the record


isoqp_title

public static final PostGISMappingsISODC.DatabaseTables isoqp_title
the title of the record


isoqp_type

public static final PostGISMappingsISODC.DatabaseTables isoqp_type
the nature of the record, one of dataset, datasetcollection, service, application


isoqp_keyword

public static final PostGISMappingsISODC.DatabaseTables isoqp_keyword
the topic or content of the record


isoqp_topiccategory

public static final PostGISMappingsISODC.DatabaseTables isoqp_topiccategory
main theme(s) of the record


isoqp_format

public static final PostGISMappingsISODC.DatabaseTables isoqp_format
the physical or digital manifestation of the record


isoqp_abstract

public static final PostGISMappingsISODC.DatabaseTables isoqp_abstract
the abstract of the record


isoqp_BoundingBox

public static final PostGISMappingsISODC.DatabaseTables isoqp_BoundingBox
the bounding box that encapsulates the record by spatial boundaries


isoqp_crs

public static final PostGISMappingsISODC.DatabaseTables isoqp_crs
the coordinate reference system of the bounding box(es)


addqp_degree

public static final PostGISMappingsISODC.DatabaseTables addqp_degree
Boolean value - indication of conformance result


addqp_specification

public static final PostGISMappingsISODC.DatabaseTables addqp_specification
citation of the product specification or user requirement against which data is being evaluated


addqp_limitation

public static final PostGISMappingsISODC.DatabaseTables addqp_limitation
restrictions on the access and use of a resource or metadata


addqp_accessconstraint

public static final PostGISMappingsISODC.DatabaseTables addqp_accessconstraint
assures the protection of privacy or intellectual property. Regarding special restrictions or limitations on obtaining the resource.


addqp_otherconstraint

public static final PostGISMappingsISODC.DatabaseTables addqp_otherconstraint
legal prerequisites for accessing and using the resource or metadata


addqp_classification

public static final PostGISMappingsISODC.DatabaseTables addqp_classification
name of the handling restrictions on the resource.


addqp_lineage

public static final PostGISMappingsISODC.DatabaseTables addqp_lineage
general explanation of the data producer's knowledge about the lineage of a dataset.

Method Detail

values

public static PostGISMappingsISODC.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 (PostGISMappingsISODC.DatabaseTables c : PostGISMappingsISODC.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 PostGISMappingsISODC.DatabaseTables valueOf(java.lang.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:
java.lang.IllegalArgumentException - if this enum type has no constant with the specified name
java.lang.NullPointerException - if the argument is null


Copyright © 2011. All Rights Reserved.