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

* The following features are supported: *

*

* * @see net.opengis.wcs11.Wcs111Package#getAxisSubsetType() * @model extendedMetaData="name='AxisSubset_._type' kind='elementOnly'" * @generated */ public interface AxisSubsetType extends EObject { /** * Returns the value of the 'Identifier' attribute. * * * * Identifier of this Axis. This identifier must be unique for this Field. * * @return the value of the 'Identifier' attribute. * @see #setIdentifier(String) * @see net.opengis.wcs11.Wcs111Package#getAxisSubsetType_Identifier() * @model dataType="net.opengis.wcs11.IdentifierType" required="true" * extendedMetaData="kind='element' name='Identifier' namespace='##targetNamespace'" * @generated */ String getIdentifier(); /** * Sets the value of the '{@link net.opengis.wcs11.AxisSubsetType#getIdentifier Identifier}' attribute. * * * @param value the new value of the 'Identifier' attribute. * @see #getIdentifier() * @generated */ void setIdentifier(String value); /** * Returns the value of the 'Key' attribute list. * The list contents are of type {@link java.lang.String}. * * * * Unordered list of (at least one) Key, to be used for selecting values in a range vector field. The Keys within this list shall be unique. TBD. * * @return the value of the 'Key' attribute list. * @see net.opengis.wcs11.Wcs111Package#getAxisSubsetType_Key() * @model unique="false" dataType="net.opengis.wcs11.IdentifierType" required="true" * extendedMetaData="kind='element' name='Key' namespace='##targetNamespace'" * @generated */ EList getKey(); } // AxisSubsetType