/** * * * * $Id$ */ package net.opengis.wfs20; import org.eclipse.emf.ecore.EObject; /** * * A representation of the model object 'Abstract Transaction Action Type'. * * *

* The following features are supported: *

*

* * @see net.opengis.wfs20.Wfs20Package#getAbstractTransactionActionType() * @model abstract="true" * extendedMetaData="name='AbstractTransactionActionType' kind='empty'" * @generated */ public interface AbstractTransactionActionType extends EObject { /** * Returns the value of the 'Handle' attribute. * *

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

* * @return the value of the 'Handle' attribute. * @see #setHandle(String) * @see net.opengis.wfs20.Wfs20Package#getAbstractTransactionActionType_Handle() * @model dataType="org.eclipse.emf.ecore.xml.type.String" * extendedMetaData="kind='attribute' name='handle'" * @generated */ String getHandle(); /** * Sets the value of the '{@link net.opengis.wfs20.AbstractTransactionActionType#getHandle Handle}' attribute. * * * @param value the new value of the 'Handle' attribute. * @see #getHandle() * @generated */ void setHandle(String value); } // AbstractTransactionActionType