01: /**
02: * <copyright>
03: * </copyright>
04: *
05: * $Id: NoSRSType.java 6226 2007-02-27 22:03:44Z jdeolive $
06: */package net.opengis.wfs;
07:
08: import org.eclipse.emf.ecore.EObject;
09:
10: /**
11: * <!-- begin-user-doc -->
12: * A representation of the model object '<em><b>No SRS Type</b></em>'.
13: * <!-- end-user-doc -->
14: *
15: *
16: * @see net.opengis.wfs.WfsPackage#getNoSRSType()
17: * @model extendedMetaData="name='NoSRS_._type' kind='empty'"
18: * @generated
19: */
20: public interface NoSRSType extends EObject {
21: } // NoSRSType
|