/** * * * * $Id$ */ package net.opengis.wps; import org.eclipse.emf.common.util.EList; import org.eclipse.emf.ecore.EObject; /** * * A representation of the model object 'CR Ss Type'. * * * * Identifies a Coordinate Reference System (CRS) supported for this input or output. * * *

* The following features are supported: *

*

* * @see net.opengis.wps.WpsPackage#getCRSsType() * @model extendedMetaData="name='CRSsType' kind='elementOnly'" * @generated */ public interface CRSsType extends EObject { /** * Returns the value of the 'CRS' attribute. * * * * Reference to a CRS supported for this Input/Output. * * @return the value of the 'CRS' attribute. * @see #setCRS(String) * @see net.opengis.wps.WpsPackage#getCRSsType_CRS() * @model unique="false" dataType="org.eclipse.emf.ecore.xml.type.AnyURI" required="true" * extendedMetaData="kind='element' name='CRS'" * @generated */ String getCRS(); /** * Sets the value of the '{@link net.opengis.wps.CRSsType#getCRS CRS}' attribute. * * * @param value the new value of the 'CRS' attribute. * @see #getCRS() * @generated */ void setCRS(String value); } // CRSsType