/** * * * * $Id$ */ package net.opengis.wfs; import org.eclipse.emf.common.util.EList; import org.eclipse.emf.ecore.EObject; import org.eclipse.emf.ecore.util.FeatureMap; /** * * A representation of the model object 'Output Format List Type'. * * *

* The following features are supported: *

*

* * @see net.opengis.wfs.WfsPackage#getOutputFormatListType() * @model extendedMetaData="name='OutputFormatListType' kind='elementOnly'" * @generated */ public interface OutputFormatListType extends EObject { /** * Returns the value of the 'Group' attribute list. * The list contents are of type {@link org.eclipse.emf.ecore.util.FeatureMap.Entry}. * *

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

* * @return the value of the 'Group' attribute list. * @see net.opengis.wfs.WfsPackage#getOutputFormatListType_Group() * @model unique="false" dataType="org.eclipse.emf.ecore.EFeatureMapEntry" many="true" * extendedMetaData="kind='group' name='group:0'" * @generated */ FeatureMap getGroup(); /** * Returns the value of the 'Format' attribute list. * The list contents are of type {@link java.lang.String}. * *

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

* * @return the value of the 'Format' attribute list. * @see net.opengis.wfs.WfsPackage#getOutputFormatListType_Format() * @model unique="false" dataType="org.eclipse.emf.ecore.xml.type.String" required="true" transient="true" volatile="true" derived="true" many="true" * extendedMetaData="kind='element' name='Format' namespace='##targetNamespace' group='#group:0'" * @generated */ EList getFormat(); } // OutputFormatListType