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

* The following features are supported: *

*

* * @see net.opengis.wcs11.Wcs111Package#getAvailableKeysType() * @model extendedMetaData="name='AvailableKeys_._type' kind='elementOnly'" * @generated */ public interface AvailableKeysType extends EObject { /** * Returns the value of the 'Key' attribute list. * The list contents are of type {@link java.lang.String}. * * * * Valid key value for this axis. There will normally be more than one key value for an axis, but one is allowed for special circumstances. * * @return the value of the 'Key' attribute list. * @see net.opengis.wcs11.Wcs111Package#getAvailableKeysType_Key() * @model unique="false" dataType="net.opengis.wcs11.IdentifierType" required="true" * extendedMetaData="kind='element' name='Key' namespace='##targetNamespace'" * @generated */ EList getKey(); } // AvailableKeysType