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

* The following features are supported: *

*

* * @see net.opengis.wfs.WfsPackage#getOperationsType() * @model extendedMetaData="name='OperationsType' kind='elementOnly'" * @generated */ public interface OperationsType extends EObject { /** * Returns the value of the 'Operation' attribute list. * The list contents are of type {@link net.opengis.wfs.OperationType}. * The literals are from the enumeration {@link net.opengis.wfs.OperationType}. * *

* If the meaning of the 'Operation' attribute list isn't clear, * there really should be more of a description here... *

* * @return the value of the 'Operation' attribute list. * @see net.opengis.wfs.OperationType * @see net.opengis.wfs.WfsPackage#getOperationsType_Operation() * @model default="Insert" unique="false" dataType="net.opengis.wfs.OperationType" required="true" * extendedMetaData="kind='element' name='Operation' namespace='##targetNamespace'" * @generated */ EList getOperation(); } // OperationsType