|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |
java.lang.Objectjava.lang.Enum<PostGISMappingsISODC.DatabaseTables>
org.deegree.metadata.persistence.iso.PostGISMappingsISODC.DatabaseTables
public static enum PostGISMappingsISODC.DatabaseTables
The names of the databasetables that are used in the backend.
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 |
---|
public static final PostGISMappingsISODC.DatabaseTables datasets
public static final PostGISMappingsISODC.DatabaseTables qp_identifier
public static final PostGISMappingsISODC.DatabaseTables isoqp_organisationname
public static final PostGISMappingsISODC.DatabaseTables isoqp_temporalextent
public static final PostGISMappingsISODC.DatabaseTables isoqp_spatialresolution
public static final PostGISMappingsISODC.DatabaseTables isoqp_couplingtype
public static final PostGISMappingsISODC.DatabaseTables isoqp_operatesondata
public static final PostGISMappingsISODC.DatabaseTables isoqp_operation
public static final PostGISMappingsISODC.DatabaseTables isoqp_geographicdescriptioncode
public static final PostGISMappingsISODC.DatabaseTables isoqp_servicetypeversion
public static final PostGISMappingsISODC.DatabaseTables isoqp_servicetype
public static final PostGISMappingsISODC.DatabaseTables isoqp_resourcelanguage
public static final PostGISMappingsISODC.DatabaseTables isoqp_revisiondate
public static final PostGISMappingsISODC.DatabaseTables isoqp_creationdate
public static final PostGISMappingsISODC.DatabaseTables isoqp_publicationdate
public static final PostGISMappingsISODC.DatabaseTables isoqp_resourceidentifier
public static final PostGISMappingsISODC.DatabaseTables isoqp_alternatetitle
public static final PostGISMappingsISODC.DatabaseTables isoqp_association
public static final PostGISMappingsISODC.DatabaseTables isoqp_title
public static final PostGISMappingsISODC.DatabaseTables isoqp_type
public static final PostGISMappingsISODC.DatabaseTables isoqp_keyword
public static final PostGISMappingsISODC.DatabaseTables isoqp_topiccategory
public static final PostGISMappingsISODC.DatabaseTables isoqp_format
public static final PostGISMappingsISODC.DatabaseTables isoqp_abstract
public static final PostGISMappingsISODC.DatabaseTables isoqp_BoundingBox
public static final PostGISMappingsISODC.DatabaseTables isoqp_crs
public static final PostGISMappingsISODC.DatabaseTables addqp_degree
public static final PostGISMappingsISODC.DatabaseTables addqp_specification
public static final PostGISMappingsISODC.DatabaseTables addqp_limitation
public static final PostGISMappingsISODC.DatabaseTables addqp_accessconstraint
public static final PostGISMappingsISODC.DatabaseTables addqp_otherconstraint
public static final PostGISMappingsISODC.DatabaseTables addqp_classification
public static final PostGISMappingsISODC.DatabaseTables addqp_lineage
Method Detail |
---|
public static PostGISMappingsISODC.DatabaseTables[] values()
for (PostGISMappingsISODC.DatabaseTables c : PostGISMappingsISODC.DatabaseTables.values()) System.out.println(c);
public static PostGISMappingsISODC.DatabaseTables valueOf(java.lang.String name)
name
- the name of the enum constant to be returned.
java.lang.IllegalArgumentException
- if this enum type has no constant
with the specified name
java.lang.NullPointerException
- if the argument is null
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |