/** * * * * $Id$ */ package net.opengis.fes20; import org.eclipse.emf.ecore.EObject; /** * * A representation of the model object 'Temporal Operator Type'. * * *

* The following features are supported: *

*

* * @see net.opengis.fes20.Fes20Package#getTemporalOperatorType() * @model extendedMetaData="name='TemporalOperatorType' kind='elementOnly'" * @generated */ public interface TemporalOperatorType extends EObject { /** * Returns the value of the 'Temporal Operands' containment reference. * *

* If the meaning of the 'Temporal Operands' containment reference isn't clear, * there really should be more of a description here... *

* * @return the value of the 'Temporal Operands' containment reference. * @see #setTemporalOperands(TemporalOperandsType) * @see net.opengis.fes20.Fes20Package#getTemporalOperatorType_TemporalOperands() * @model containment="true" * extendedMetaData="kind='element' name='TemporalOperands' namespace='##targetNamespace'" * @generated */ TemporalOperandsType getTemporalOperands(); /** * Sets the value of the '{@link net.opengis.fes20.TemporalOperatorType#getTemporalOperands Temporal Operands}' containment reference. * * * @param value the new value of the 'Temporal Operands' containment reference. * @see #getTemporalOperands() * @generated */ void setTemporalOperands(TemporalOperandsType value); /** * 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(Object) * @see net.opengis.fes20.Fes20Package#getTemporalOperatorType_Name() * @model dataType="net.opengis.fes20.TemporalOperatorNameType" required="true" * extendedMetaData="kind='attribute' name='name'" * @generated */ Object getName(); /** * Sets the value of the '{@link net.opengis.fes20.TemporalOperatorType#getName Name}' attribute. * * * @param value the new value of the 'Name' attribute. * @see #getName() * @generated */ void setName(Object value); } // TemporalOperatorType