/** * * * * $Id$ */ package net.opengis.fes20; import org.eclipse.emf.common.util.EList; import org.eclipse.emf.ecore.EObject; /** * * A representation of the model object 'Sort By Type'. * * *

* The following features are supported: *

*

* * @see net.opengis.fes20.Fes20Package#getSortByType() * @model extendedMetaData="name='SortByType' kind='elementOnly'" * @generated */ public interface SortByType extends EObject { /** * Returns the value of the 'Sort Property' containment reference list. * The list contents are of type {@link net.opengis.fes20.SortPropertyType}. * *

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

* * @return the value of the 'Sort Property' containment reference list. * @see net.opengis.fes20.Fes20Package#getSortByType_SortProperty() * @model containment="true" required="true" * extendedMetaData="kind='element' name='SortProperty' namespace='##targetNamespace'" * @generated */ EList getSortProperty(); } // SortByType