net.opengis.ows11
Interface DescriptionType

All Superinterfaces:
org.eclipse.emf.ecore.EObject, org.eclipse.emf.common.notify.Notifier
All Known Subinterfaces:
AxisType, BasicIdentificationType, CoverageDescriptionType, CoverageSummaryType, DatasetDescriptionSummaryBaseType, FieldType, IdentificationType, ManifestType, ReferenceGroupType, ServiceIdentificationType
All Known Implementing Classes:
AxisTypeImpl, BasicIdentificationTypeImpl, CoverageDescriptionTypeImpl, CoverageSummaryTypeImpl, DatasetDescriptionSummaryBaseTypeImpl, DescriptionTypeImpl, FieldTypeImpl, IdentificationTypeImpl, ManifestTypeImpl, ReferenceGroupTypeImpl, ServiceIdentificationTypeImpl

public interface DescriptionType
extends org.eclipse.emf.ecore.EObject

A representation of the model object 'Description Type'. Human-readable descriptive information for the object it is included within. This type shall be extended if needed for specific OWS use to include additional metadata for each type of information. This type shall not be restricted for a specific OWS to change the multiplicity (or optionality) of some elements. If the xml:lang attribute is not included in a Title, Abstract or Keyword element, then no language is specified for that element unless specified by another means. All Title, Abstract and Keyword elements in the same Description that share the same xml:lang attribute value represent the description of the parent object in that language. Multiple Title or Abstract elements shall not exist in the same Description with the same xml:lang attribute value unless otherwise specified.

The following features are supported:

See Also:
Ows11Package.getDescriptionType()

Method Summary
 org.eclipse.emf.common.util.EList getAbstract()
          Returns the value of the 'Abstract' containment reference list.
 org.eclipse.emf.common.util.EList getKeywords()
          Returns the value of the 'Keywords' containment reference list.
 org.eclipse.emf.common.util.EList getTitle()
          Returns the value of the 'Title' containment reference list.
 
Methods inherited from interface org.eclipse.emf.ecore.EObject
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnset
 
Methods inherited from interface org.eclipse.emf.common.notify.Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
 

Method Detail

getTitle

org.eclipse.emf.common.util.EList getTitle()
Returns the value of the 'Title' containment reference list. The list contents are of type LanguageStringType. Title of this resource, normally used for display to a human.

Returns:
the value of the 'Title' containment reference list.
See Also:
Ows11Package.getDescriptionType_Title()

getAbstract

org.eclipse.emf.common.util.EList getAbstract()
Returns the value of the 'Abstract' containment reference list. The list contents are of type LanguageStringType. Brief narrative description of this resource, normally used for display to a human.

Returns:
the value of the 'Abstract' containment reference list.
See Also:
Ows11Package.getDescriptionType_Abstract()

getKeywords

org.eclipse.emf.common.util.EList getKeywords()
Returns the value of the 'Keywords' containment reference list. The list contents are of type KeywordsType.

If the meaning of the 'Keywords' containment reference list isn't clear, there really should be more of a description here...

Returns:
the value of the 'Keywords' containment reference list.
See Also:
Ows11Package.getDescriptionType_Keywords()


Copyright © 1996-2010 Geotools. All Rights Reserved.