/** * * * * $Id$ */ package net.opengis.ows11; import org.eclipse.emf.common.util.EList; /** * * A representation of the model object 'Manifest Type'. * * * * Unordered list of one or more groups of references to remote and/or local resources. * * *

* The following features are supported: *

*

* * @see net.opengis.ows11.Ows11Package#getManifestType() * @model extendedMetaData="name='ManifestType' kind='elementOnly'" * @generated */ public interface ManifestType extends BasicIdentificationType { /** * Returns the value of the 'Reference Group' containment reference list. * The list contents are of type {@link net.opengis.ows11.ReferenceGroupType}. * *

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

* * @return the value of the 'Reference Group' containment reference list. * @see net.opengis.ows11.Ows11Package#getManifestType_ReferenceGroup() * @model type="net.opengis.ows11.ReferenceGroupType" containment="true" required="true" * extendedMetaData="kind='element' name='ReferenceGroup' namespace='##targetNamespace'" * @generated */ EList getReferenceGroup(); } // ManifestType