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

* The following features are supported: *

*

* * @see net.opengis.wfs.WfsPackage#getGMLObjectTypeListType() * @model extendedMetaData="name='GMLObjectTypeListType' kind='elementOnly'" * @generated */ public interface GMLObjectTypeListType extends EObject { /** * Returns the value of the 'GML Object Type' containment reference list. * The list contents are of type {@link net.opengis.wfs.GMLObjectTypeType}. * * * * * Name of this GML object type, including any namespace prefix * * @return the value of the 'GML Object Type' containment reference list. * @see net.opengis.wfs.WfsPackage#getGMLObjectTypeListType_GMLObjectType() * @model type="net.opengis.wfs.GMLObjectTypeType" containment="true" required="true" * extendedMetaData="kind='element' name='GMLObjectType' namespace='##targetNamespace'" * @generated */ EList getGMLObjectType(); } // GMLObjectTypeListType