/** * * * * $Id$ */ package net.opengis.fes20; import org.eclipse.emf.common.util.EList; import org.eclipse.emf.ecore.EObject; /** * * A representation of the model object 'Additional Operators Type'. * * *

* The following features are supported: *

*

* * @see net.opengis.fes20.Fes20Package#getAdditionalOperatorsType() * @model extendedMetaData="name='AdditionalOperatorsType' kind='elementOnly'" * @generated */ public interface AdditionalOperatorsType extends EObject { /** * Returns the value of the 'Operator' containment reference list. * The list contents are of type {@link net.opengis.fes20.ExtensionOperatorType}. * *

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

* * @return the value of the 'Operator' containment reference list. * @see net.opengis.fes20.Fes20Package#getAdditionalOperatorsType_Operator() * @model containment="true" * extendedMetaData="kind='element' name='Operator' namespace='##targetNamespace'" * @generated */ EList getOperator(); } // AdditionalOperatorsType