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

* The following features are supported: *

*

* * @see net.opengis.fes20.Fes20Package#getBinaryTemporalOpType() * @model extendedMetaData="name='BinaryTemporalOpType' kind='elementOnly'" * @generated */ public interface BinaryTemporalOpType extends TemporalOpsType { /** * Returns the value of the 'Value Reference' attribute. * *

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

* * @return the value of the 'Value Reference' attribute. * @see #setValueReference(String) * @see net.opengis.fes20.Fes20Package#getBinaryTemporalOpType_ValueReference() * @model dataType="org.eclipse.emf.ecore.xml.type.String" required="true" * extendedMetaData="kind='element' name='ValueReference' namespace='##targetNamespace'" * @generated */ String getValueReference(); /** * Sets the value of the '{@link net.opengis.fes20.BinaryTemporalOpType#getValueReference Value Reference}' attribute. * * * @param value the new value of the 'Value Reference' attribute. * @see #getValueReference() * @generated */ void setValueReference(String value); /** * Returns the value of the 'Expression Group' attribute list. * The list contents are of type {@link org.eclipse.emf.ecore.util.FeatureMap.Entry}. * *

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

* * @return the value of the 'Expression Group' attribute list. * @see net.opengis.fes20.Fes20Package#getBinaryTemporalOpType_ExpressionGroup() * @model dataType="org.eclipse.emf.ecore.EFeatureMapEntry" many="false" * extendedMetaData="kind='group' name='expression:group' namespace='##targetNamespace'" * @generated */ FeatureMap getExpressionGroup(); /** * Returns the value of the 'Expression' containment reference. * *

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

* * @return the value of the 'Expression' containment reference. * @see net.opengis.fes20.Fes20Package#getBinaryTemporalOpType_Expression() * @model containment="true" transient="true" changeable="false" volatile="true" derived="true" * extendedMetaData="kind='element' name='expression' namespace='##targetNamespace' group='expression:group'" * @generated */ EObject getExpression(); /** * Returns the value of the 'Any' attribute list. * The list contents are of type {@link org.eclipse.emf.ecore.util.FeatureMap.Entry}. * *

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

* * @return the value of the 'Any' attribute list. * @see net.opengis.fes20.Fes20Package#getBinaryTemporalOpType_Any() * @model dataType="org.eclipse.emf.ecore.EFeatureMapEntry" many="false" * extendedMetaData="kind='elementWildcard' wildcards='##other' name=':3' processing='strict'" * @generated */ FeatureMap getAny(); } // BinaryTemporalOpType