/** * * * * $Id$ */ package net.opengis.wcs11; import org.eclipse.emf.common.util.EList; import org.eclipse.emf.ecore.EObject; /** * * A representation of the model object 'Coverage Descriptions Type'. * * *

* The following features are supported: *

*

* * @see net.opengis.wcs11.Wcs111Package#getCoverageDescriptionsType() * @model extendedMetaData="name='CoverageDescriptions_._type' kind='elementOnly'" * @generated */ public interface CoverageDescriptionsType extends EObject { /** * Returns the value of the 'Coverage Description' containment reference list. * The list contents are of type {@link net.opengis.wcs11.CoverageDescriptionType}. * *

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

* * @return the value of the 'Coverage Description' containment reference list. * @see net.opengis.wcs11.Wcs111Package#getCoverageDescriptionsType_CoverageDescription() * @model type="net.opengis.wcs11.CoverageDescriptionType" containment="true" required="true" * extendedMetaData="kind='element' name='CoverageDescription' namespace='##targetNamespace'" * @generated */ EList getCoverageDescription(); } // CoverageDescriptionsType