|
deegree-core-3.0-pre-nightly (2010/03/05 00:01) - official | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||||
java.lang.Objectjava.lang.Enum<ISO_DC_Mappings.databaseTables>
org.deegree.record.persistence.genericrecordstore.ISO_DC_Mappings.databaseTables
public static enum ISO_DC_Mappings.databaseTables
Enumeration of the databasetables.
| 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 |
|---|
public static final ISO_DC_Mappings.databaseTables datasets
public static final ISO_DC_Mappings.databaseTables qp_identifier
public static final ISO_DC_Mappings.databaseTables isoqp_organisationname
public static final ISO_DC_Mappings.databaseTables isoqp_temporalextent
public static final ISO_DC_Mappings.databaseTables isoqp_spatialresolution
public static final ISO_DC_Mappings.databaseTables isoqp_couplingtype
public static final ISO_DC_Mappings.databaseTables isoqp_operatesondata
public static final ISO_DC_Mappings.databaseTables isoqp_operation
public static final ISO_DC_Mappings.databaseTables isoqp_geographicdescriptioncode
public static final ISO_DC_Mappings.databaseTables isoqp_servicetypeversion
public static final ISO_DC_Mappings.databaseTables isoqp_servicetype
public static final ISO_DC_Mappings.databaseTables isoqp_resourcelanguage
public static final ISO_DC_Mappings.databaseTables isoqp_revisiondate
public static final ISO_DC_Mappings.databaseTables isoqp_creationdate
public static final ISO_DC_Mappings.databaseTables isoqp_publicationdate
public static final ISO_DC_Mappings.databaseTables isoqp_resourceIdentifier
public static final ISO_DC_Mappings.databaseTables isoqp_alternatetitle
public static final ISO_DC_Mappings.databaseTables isoqp_title
public static final ISO_DC_Mappings.databaseTables isoqp_type
public static final ISO_DC_Mappings.databaseTables isoqp_keyword
public static final ISO_DC_Mappings.databaseTables isoqp_topiccategory
public static final ISO_DC_Mappings.databaseTables isoqp_format
public static final ISO_DC_Mappings.databaseTables isoqp_abstract
public static final ISO_DC_Mappings.databaseTables isoqp_boundingbox
public static final ISO_DC_Mappings.databaseTables isoqp_crs
| Method Detail |
|---|
public static ISO_DC_Mappings.databaseTables[] values()
for (ISO_DC_Mappings.databaseTables c : ISO_DC_Mappings.databaseTables.values()) System.out.println(c);
public static ISO_DC_Mappings.databaseTables valueOf(String name)
name - the name of the enum constant to be returned.
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 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||||