/** * * * * $Id$ */ package net.opengis.ows11; import org.eclipse.emf.common.util.EList; import org.eclipse.emf.ecore.util.FeatureMap; /** * * A representation of the model object 'Reference Group Type'. * * * * Logical group of one or more references to remote and/or local resources, allowing including metadata about that group. A Group can be used instead of a Manifest that can only contain one group. * * *

* The following features are supported: *

*

* * @see net.opengis.ows11.Ows11Package#getReferenceGroupType() * @model extendedMetaData="name='ReferenceGroupType' kind='elementOnly'" * @generated */ public interface ReferenceGroupType extends BasicIdentificationType { /** * Returns the value of the 'Abstract Reference Base Group' attribute list. * The list contents are of type {@link org.eclipse.emf.ecore.util.FeatureMap.Entry}. * *

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

* * @return the value of the 'Abstract Reference Base Group' attribute list. * @see net.opengis.ows11.Ows11Package#getReferenceGroupType_AbstractReferenceBaseGroup() * @model unique="false" dataType="org.eclipse.emf.ecore.EFeatureMapEntry" required="true" many="true" * extendedMetaData="kind='group' name='AbstractReferenceBase:group' namespace='##targetNamespace'" * @generated */ FeatureMap getAbstractReferenceBaseGroup(); /** * Returns the value of the 'Abstract Reference Base' containment reference list. * The list contents are of type {@link net.opengis.ows11.AbstractReferenceBaseType}. * *

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

* * @return the value of the 'Abstract Reference Base' containment reference list. * @see net.opengis.ows11.Ows11Package#getReferenceGroupType_AbstractReferenceBase() * @model type="net.opengis.ows11.AbstractReferenceBaseType" containment="true" required="true" transient="true" changeable="false" volatile="true" derived="true" * extendedMetaData="kind='element' name='AbstractReferenceBase' namespace='##targetNamespace' group='AbstractReferenceBase:group'" * @generated */ EList getAbstractReferenceBase(); } // ReferenceGroupType