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

* The following features are supported: *

*

* * @see net.opengis.wfs20.Wfs20Package#getExtendedDescriptionType() * @model extendedMetaData="name='ExtendedDescriptionType' kind='elementOnly'" * @generated */ public interface ExtendedDescriptionType extends EObject { /** * Returns the value of the 'Element' containment reference list. * The list contents are of type {@link net.opengis.wfs20.ElementType}. * *

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

* * @return the value of the 'Element' containment reference list. * @see net.opengis.wfs20.Wfs20Package#getExtendedDescriptionType_Element() * @model containment="true" required="true" * extendedMetaData="kind='element' name='Element' namespace='##targetNamespace'" * @generated */ EList getElement(); } // ExtendedDescriptionType