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

* The following features are supported: *

*

* * @see net.opengis.fes20.Fes20Package#getDistanceBufferType() * @model extendedMetaData="name='DistanceBufferType' kind='elementOnly'" * @generated */ public interface DistanceBufferType extends SpatialOpsType { /** * 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#getDistanceBufferType_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#getDistanceBufferType_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#getDistanceBufferType_Any() * @model dataType="org.eclipse.emf.ecore.EFeatureMapEntry" required="true" many="false" * extendedMetaData="kind='elementWildcard' wildcards='##other' name=':2' processing='strict'" * @generated */ FeatureMap getAny(); /** * Returns the value of the 'Distance' containment reference. * *

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

* * @return the value of the 'Distance' containment reference. * @see #setDistance(MeasureType) * @see net.opengis.fes20.Fes20Package#getDistanceBufferType_Distance() * @model containment="true" required="true" * extendedMetaData="kind='element' name='Distance' namespace='##targetNamespace'" * @generated */ MeasureType getDistance(); /** * Sets the value of the '{@link net.opengis.fes20.DistanceBufferType#getDistance Distance}' containment reference. * * * @param value the new value of the 'Distance' containment reference. * @see #getDistance() * @generated */ void setDistance(MeasureType value); } // DistanceBufferType