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

* The following features are supported: *

*

* * @see net.opengis.wfs20.Wfs20Package#getEnvelopePropertyType() * @model extendedMetaData="name='EnvelopePropertyType' kind='elementOnly'" * @generated */ public interface EnvelopePropertyType extends EObject { /** * 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.wfs20.Wfs20Package#getEnvelopePropertyType_Any() * @model dataType="org.eclipse.emf.ecore.EFeatureMapEntry" required="true" many="false" * extendedMetaData="kind='elementWildcard' wildcards='##other' name=':0' processing='strict'" * @generated */ FeatureMap getAny(); } // EnvelopePropertyType