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

* The following features are supported: *

*

* * @see net.opengis.fes20.Fes20Package#getConformanceType() * @model extendedMetaData="name='ConformanceType' kind='elementOnly'" * @generated */ public interface ConformanceType extends EObject { /** * Returns the value of the 'Constraint' containment reference list. * The list contents are of type {@link net.opengis.ows11.DomainType}. * *

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

* * @return the value of the 'Constraint' containment reference list. * @see net.opengis.fes20.Fes20Package#getConformanceType_Constraint() * @model containment="true" required="true" * extendedMetaData="kind='element' name='Constraint' namespace='##targetNamespace'" * @generated */ EList getConstraint(); } // ConformanceType