/** * * * * $Id$ */ package net.opengis.fes20; import javax.xml.namespace.QName; import org.eclipse.emf.ecore.EObject; /** * * A representation of the model object 'Geometry Operand Type'. * * *

* The following features are supported: *

*

* * @see net.opengis.fes20.Fes20Package#getGeometryOperandType() * @model extendedMetaData="name='GeometryOperand_._type' kind='empty'" * @generated */ public interface GeometryOperandType extends EObject { /** * Returns the value of the 'Name' attribute. * *

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

* * @return the value of the 'Name' attribute. * @see #setName(QName) * @see net.opengis.fes20.Fes20Package#getGeometryOperandType_Name() * @model dataType="org.eclipse.emf.ecore.xml.type.QName" required="true" * extendedMetaData="kind='attribute' name='name'" * @generated */ QName getName(); /** * Sets the value of the '{@link net.opengis.fes20.GeometryOperandType#getName Name}' attribute. * * * @param value the new value of the 'Name' attribute. * @see #getName() * @generated */ void setName(QName value); } // GeometryOperandType