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

* The following features are supported: *

*

* * @see net.opengis.fes20.Fes20Package#getScalarCapabilitiesType() * @model extendedMetaData="name='Scalar_CapabilitiesType' kind='elementOnly'" * @generated */ public interface ScalarCapabilitiesType extends EObject { /** * Returns the value of the 'Logical Operators' containment reference. * *

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

* * @return the value of the 'Logical Operators' containment reference. * @see #setLogicalOperators(LogicalOperatorsType) * @see net.opengis.fes20.Fes20Package#getScalarCapabilitiesType_LogicalOperators() * @model containment="true" * extendedMetaData="kind='element' name='LogicalOperators' namespace='##targetNamespace'" * @generated */ LogicalOperatorsType getLogicalOperators(); /** * Sets the value of the '{@link net.opengis.fes20.ScalarCapabilitiesType#getLogicalOperators Logical Operators}' containment reference. * * * @param value the new value of the 'Logical Operators' containment reference. * @see #getLogicalOperators() * @generated */ void setLogicalOperators(LogicalOperatorsType value); /** * Returns the value of the 'Comparison Operators' containment reference. * *

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

* * @return the value of the 'Comparison Operators' containment reference. * @see #setComparisonOperators(ComparisonOperatorsType) * @see net.opengis.fes20.Fes20Package#getScalarCapabilitiesType_ComparisonOperators() * @model containment="true" * extendedMetaData="kind='element' name='ComparisonOperators' namespace='##targetNamespace'" * @generated */ ComparisonOperatorsType getComparisonOperators(); /** * Sets the value of the '{@link net.opengis.fes20.ScalarCapabilitiesType#getComparisonOperators Comparison Operators}' containment reference. * * * @param value the new value of the 'Comparison Operators' containment reference. * @see #getComparisonOperators() * @generated */ void setComparisonOperators(ComparisonOperatorsType value); } // ScalarCapabilitiesType