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

* The following features are supported: *

*

* * @see net.opengis.wcs11.Wcs111Package#getDescribeCoverageType() * @model extendedMetaData="name='DescribeCoverage_._type' kind='elementOnly'" * @generated */ public interface DescribeCoverageType extends RequestBaseType { /** * Returns the value of the 'Identifier' attribute list. * The list contents are of type {@link java.lang.String}. * * * * Unordered list of identifiers of desired coverages. A client can obtain identifiers by a prior GetCapabilities request, or from a third-party source. * * @return the value of the 'Identifier' attribute list. * @see net.opengis.wcs11.Wcs111Package#getDescribeCoverageType_Identifier() * @model unique="false" dataType="net.opengis.wcs11.IdentifierType" required="true" * extendedMetaData="kind='element' name='Identifier' namespace='##targetNamespace'" * @generated */ EList getIdentifier(); } // DescribeCoverageType