/** * * * * $Id$ */ package net.opengis.ows10; import org.eclipse.emf.common.util.EList; import org.eclipse.emf.ecore.EObject; /** * * A representation of the model object 'Accept Versions Type'. * * * * Prioritized sequence of one or more specification versions accepted by client, with preferred versions listed first. See Version negotiation subclause for more information. * * *

* The following features are supported: *

*

* * @see net.opengis.ows10.Ows10Package#getAcceptVersionsType() * @model extendedMetaData="name='AcceptVersionsType' kind='elementOnly'" * @generated */ public interface AcceptVersionsType extends EObject { /** * Returns the value of the 'Version' attribute list. * The list contents are of type {@link java.lang.String}. * *

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

* * @return the value of the 'Version' attribute list. * @see net.opengis.ows10.Ows10Package#getAcceptVersionsType_Version() * @model dataType="net.opengis.ows10.MimeType" * @generated */ EList getVersion(); } // AcceptVersionsType