Source Code Cross Referenced for WfsPackage.java in  » GIS » GeoServer » net » opengis » wfs » Java Source Code / Java DocumentationJava Source Code and Java Documentation

Java Source Code / Java Documentation
1. 6.0 JDK Core
2. 6.0 JDK Modules
3. 6.0 JDK Modules com.sun
4. 6.0 JDK Modules com.sun.java
5. 6.0 JDK Modules sun
6. 6.0 JDK Platform
7. Ajax
8. Apache Harmony Java SE
9. Aspect oriented
10. Authentication Authorization
11. Blogger System
12. Build
13. Byte Code
14. Cache
15. Chart
16. Chat
17. Code Analyzer
18. Collaboration
19. Content Management System
20. Database Client
21. Database DBMS
22. Database JDBC Connection Pool
23. Database ORM
24. Development
25. EJB Server geronimo
26. EJB Server GlassFish
27. EJB Server JBoss 4.2.1
28. EJB Server resin 3.1.5
29. ERP CRM Financial
30. ESB
31. Forum
32. GIS
33. Graphic Library
34. Groupware
35. HTML Parser
36. IDE
37. IDE Eclipse
38. IDE Netbeans
39. Installer
40. Internationalization Localization
41. Inversion of Control
42. Issue Tracking
43. J2EE
44. JBoss
45. JMS
46. JMX
47. Library
48. Mail Clients
49. Net
50. Parser
51. PDF
52. Portal
53. Profiler
54. Project Management
55. Report
56. RSS RDF
57. Rule Engine
58. Science
59. Scripting
60. Search Engine
61. Security
62. Sevlet Container
63. Source Control
64. Swing Library
65. Template Engine
66. Test Coverage
67. Testing
68. UML
69. Web Crawler
70. Web Framework
71. Web Mail
72. Web Server
73. Web Services
74. Web Services apache cxf 2.0.1
75. Web Services AXIS2
76. Wiki Engine
77. Workflow Engines
78. XML
79. XML UI
Java
Java Tutorial
Java Open Source
Jar File Download
Java Articles
Java Products
Java by API
Photoshop Tutorials
Maya Tutorials
Flash Tutorials
3ds-Max Tutorials
Illustrator Tutorials
GIMP Tutorials
C# / C Sharp
C# / CSharp Tutorial
C# / CSharp Open Source
ASP.Net
ASP.NET Tutorial
JavaScript DHTML
JavaScript Tutorial
JavaScript Reference
HTML / CSS
HTML CSS Reference
C / ANSI-C
C Tutorial
C++
C++ Tutorial
Ruby
PHP
Python
Python Tutorial
Python Open Source
SQL Server / T-SQL
SQL Server / T-SQL Tutorial
Oracle PL / SQL
Oracle PL/SQL Tutorial
PostgreSQL
SQL / MySQL
MySQL Tutorial
VB.Net
VB.Net Tutorial
Flash / Flex / ActionScript
VBA / Excel / Access / Word
XML
XML Tutorial
Microsoft Office PowerPoint 2007 Tutorial
Microsoft Office Excel 2007 Tutorial
Microsoft Office Word 2007 Tutorial
Java Source Code / Java Documentation » GIS » GeoServer » net.opengis.wfs 
Source Cross Referenced  Class Diagram Java Document (Java Doc) 


0001:        /**
0002:         * <copyright>
0003:         * </copyright>
0004:         *
0005:         * $Id: WfsPackage.java 7522 2007-09-12 22:00:10Z saul.farber $
0006:         */package net.opengis.wfs;
0007:
0008:        import net.opengis.ows.OwsPackage;
0009:
0010:        import org.eclipse.emf.ecore.EAttribute;
0011:        import org.eclipse.emf.ecore.EClass;
0012:        import org.eclipse.emf.ecore.EDataType;
0013:        import org.eclipse.emf.ecore.EEnum;
0014:        import org.eclipse.emf.ecore.EPackage;
0015:        import org.eclipse.emf.ecore.EReference;
0016:
0017:        /**
0018:         * <!-- begin-user-doc -->
0019:         * The <b>Package</b> for the model.
0020:         * It contains accessors for the meta objects to represent
0021:         * <ul>
0022:         *   <li>each class,</li>
0023:         *   <li>each feature of each class,</li>
0024:         *   <li>each enum,</li>
0025:         *   <li>and each data type</li>
0026:         * </ul>
0027:         * <!-- end-user-doc -->
0028:         * @see net.opengis.wfs.WfsFactory
0029:         * @model kind="package"
0030:         * @generated
0031:         */
0032:        public interface WfsPackage extends EPackage {
0033:            /**
0034:             * The package name.
0035:             * <!-- begin-user-doc -->
0036:             * <!-- end-user-doc -->
0037:             * @generated
0038:             */
0039:            String eNAME = "wfs";
0040:
0041:            /**
0042:             * The package namespace URI.
0043:             * <!-- begin-user-doc -->
0044:             * <!-- end-user-doc -->
0045:             * @generated
0046:             */
0047:            String eNS_URI = "http:///net/opengis/wfs.ecore";
0048:
0049:            /**
0050:             * The package namespace name.
0051:             * <!-- begin-user-doc -->
0052:             * <!-- end-user-doc -->
0053:             * @generated
0054:             */
0055:            String eNS_PREFIX = "net.opengis.wfs";
0056:
0057:            /**
0058:             * The singleton instance of the package.
0059:             * <!-- begin-user-doc -->
0060:             * <!-- end-user-doc -->
0061:             * @generated
0062:             */
0063:            WfsPackage eINSTANCE = net.opengis.wfs.impl.WfsPackageImpl.init();
0064:
0065:            /**
0066:             * The meta object id for the '{@link net.opengis.wfs.impl.ActionTypeImpl <em>Action Type</em>}' class.
0067:             * <!-- begin-user-doc -->
0068:             * <!-- end-user-doc -->
0069:             * @see net.opengis.wfs.impl.ActionTypeImpl
0070:             * @see net.opengis.wfs.impl.WfsPackageImpl#getActionType()
0071:             * @generated
0072:             */
0073:            int ACTION_TYPE = 0;
0074:
0075:            /**
0076:             * The feature id for the '<em><b>Message</b></em>' attribute.
0077:             * <!-- begin-user-doc -->
0078:             * <!-- end-user-doc -->
0079:             * @generated
0080:             * @ordered
0081:             */
0082:            int ACTION_TYPE__MESSAGE = 0;
0083:
0084:            /**
0085:             * The feature id for the '<em><b>Code</b></em>' attribute.
0086:             * <!-- begin-user-doc -->
0087:             * <!-- end-user-doc -->
0088:             * @generated
0089:             * @ordered
0090:             */
0091:            int ACTION_TYPE__CODE = 1;
0092:
0093:            /**
0094:             * The feature id for the '<em><b>Locator</b></em>' attribute.
0095:             * <!-- begin-user-doc -->
0096:             * <!-- end-user-doc -->
0097:             * @generated
0098:             * @ordered
0099:             */
0100:            int ACTION_TYPE__LOCATOR = 2;
0101:
0102:            /**
0103:             * The number of structural features of the '<em>Action Type</em>' class.
0104:             * <!-- begin-user-doc -->
0105:             * <!-- end-user-doc -->
0106:             * @generated
0107:             * @ordered
0108:             */
0109:            int ACTION_TYPE_FEATURE_COUNT = 3;
0110:
0111:            /**
0112:             * The meta object id for the '{@link net.opengis.wfs.impl.BaseRequestTypeImpl <em>Base Request Type</em>}' class.
0113:             * <!-- begin-user-doc -->
0114:             * <!-- end-user-doc -->
0115:             * @see net.opengis.wfs.impl.BaseRequestTypeImpl
0116:             * @see net.opengis.wfs.impl.WfsPackageImpl#getBaseRequestType()
0117:             * @generated
0118:             */
0119:            int BASE_REQUEST_TYPE = 1;
0120:
0121:            /**
0122:             * The feature id for the '<em><b>Handle</b></em>' attribute.
0123:             * <!-- begin-user-doc -->
0124:             * <!-- end-user-doc -->
0125:             * @generated
0126:             * @ordered
0127:             */
0128:            int BASE_REQUEST_TYPE__HANDLE = 0;
0129:
0130:            /**
0131:             * The feature id for the '<em><b>Service</b></em>' attribute.
0132:             * <!-- begin-user-doc -->
0133:             * <!-- end-user-doc -->
0134:             * @generated
0135:             * @ordered
0136:             */
0137:            int BASE_REQUEST_TYPE__SERVICE = 1;
0138:
0139:            /**
0140:             * The feature id for the '<em><b>Version</b></em>' attribute.
0141:             * <!-- begin-user-doc -->
0142:             * <!-- end-user-doc -->
0143:             * @generated
0144:             * @ordered
0145:             */
0146:            int BASE_REQUEST_TYPE__VERSION = 2;
0147:
0148:            /**
0149:             * The feature id for the '<em><b>Base Url</b></em>' attribute.
0150:             * <!-- begin-user-doc -->
0151:             * <!-- end-user-doc -->
0152:             * @generated
0153:             * @ordered
0154:             */
0155:            int BASE_REQUEST_TYPE__BASE_URL = 3;
0156:
0157:            /**
0158:             * The number of structural features of the '<em>Base Request Type</em>' class.
0159:             * <!-- begin-user-doc -->
0160:             * <!-- end-user-doc -->
0161:             * @generated
0162:             * @ordered
0163:             */
0164:            int BASE_REQUEST_TYPE_FEATURE_COUNT = 4;
0165:
0166:            /**
0167:             * The meta object id for the '{@link net.opengis.wfs.impl.DeleteElementTypeImpl <em>Delete Element Type</em>}' class.
0168:             * <!-- begin-user-doc -->
0169:             * <!-- end-user-doc -->
0170:             * @see net.opengis.wfs.impl.DeleteElementTypeImpl
0171:             * @see net.opengis.wfs.impl.WfsPackageImpl#getDeleteElementType()
0172:             * @generated
0173:             */
0174:            int DELETE_ELEMENT_TYPE = 2;
0175:
0176:            /**
0177:             * The feature id for the '<em><b>Filter</b></em>' attribute.
0178:             * <!-- begin-user-doc -->
0179:             * <!-- end-user-doc -->
0180:             * @generated
0181:             * @ordered
0182:             */
0183:            int DELETE_ELEMENT_TYPE__FILTER = 0;
0184:
0185:            /**
0186:             * The feature id for the '<em><b>Handle</b></em>' attribute.
0187:             * <!-- begin-user-doc -->
0188:             * <!-- end-user-doc -->
0189:             * @generated
0190:             * @ordered
0191:             */
0192:            int DELETE_ELEMENT_TYPE__HANDLE = 1;
0193:
0194:            /**
0195:             * The feature id for the '<em><b>Type Name</b></em>' attribute.
0196:             * <!-- begin-user-doc -->
0197:             * <!-- end-user-doc -->
0198:             * @generated
0199:             * @ordered
0200:             */
0201:            int DELETE_ELEMENT_TYPE__TYPE_NAME = 2;
0202:
0203:            /**
0204:             * The number of structural features of the '<em>Delete Element Type</em>' class.
0205:             * <!-- begin-user-doc -->
0206:             * <!-- end-user-doc -->
0207:             * @generated
0208:             * @ordered
0209:             */
0210:            int DELETE_ELEMENT_TYPE_FEATURE_COUNT = 3;
0211:
0212:            /**
0213:             * The meta object id for the '{@link net.opengis.wfs.impl.DescribeFeatureTypeTypeImpl <em>Describe Feature Type Type</em>}' class.
0214:             * <!-- begin-user-doc -->
0215:             * <!-- end-user-doc -->
0216:             * @see net.opengis.wfs.impl.DescribeFeatureTypeTypeImpl
0217:             * @see net.opengis.wfs.impl.WfsPackageImpl#getDescribeFeatureTypeType()
0218:             * @generated
0219:             */
0220:            int DESCRIBE_FEATURE_TYPE_TYPE = 3;
0221:
0222:            /**
0223:             * The feature id for the '<em><b>Handle</b></em>' attribute.
0224:             * <!-- begin-user-doc -->
0225:             * <!-- end-user-doc -->
0226:             * @generated
0227:             * @ordered
0228:             */
0229:            int DESCRIBE_FEATURE_TYPE_TYPE__HANDLE = BASE_REQUEST_TYPE__HANDLE;
0230:
0231:            /**
0232:             * The feature id for the '<em><b>Service</b></em>' attribute.
0233:             * <!-- begin-user-doc -->
0234:             * <!-- end-user-doc -->
0235:             * @generated
0236:             * @ordered
0237:             */
0238:            int DESCRIBE_FEATURE_TYPE_TYPE__SERVICE = BASE_REQUEST_TYPE__SERVICE;
0239:
0240:            /**
0241:             * The feature id for the '<em><b>Version</b></em>' attribute.
0242:             * <!-- begin-user-doc -->
0243:             * <!-- end-user-doc -->
0244:             * @generated
0245:             * @ordered
0246:             */
0247:            int DESCRIBE_FEATURE_TYPE_TYPE__VERSION = BASE_REQUEST_TYPE__VERSION;
0248:
0249:            /**
0250:             * The feature id for the '<em><b>Base Url</b></em>' attribute.
0251:             * <!-- begin-user-doc -->
0252:             * <!-- end-user-doc -->
0253:             * @generated
0254:             * @ordered
0255:             */
0256:            int DESCRIBE_FEATURE_TYPE_TYPE__BASE_URL = BASE_REQUEST_TYPE__BASE_URL;
0257:
0258:            /**
0259:             * The feature id for the '<em><b>Type Name</b></em>' attribute list.
0260:             * <!-- begin-user-doc -->
0261:             * <!-- end-user-doc -->
0262:             * @generated
0263:             * @ordered
0264:             */
0265:            int DESCRIBE_FEATURE_TYPE_TYPE__TYPE_NAME = BASE_REQUEST_TYPE_FEATURE_COUNT + 0;
0266:
0267:            /**
0268:             * The feature id for the '<em><b>Output Format</b></em>' attribute.
0269:             * <!-- begin-user-doc -->
0270:             * <!-- end-user-doc -->
0271:             * @generated
0272:             * @ordered
0273:             */
0274:            int DESCRIBE_FEATURE_TYPE_TYPE__OUTPUT_FORMAT = BASE_REQUEST_TYPE_FEATURE_COUNT + 1;
0275:
0276:            /**
0277:             * The number of structural features of the '<em>Describe Feature Type Type</em>' class.
0278:             * <!-- begin-user-doc -->
0279:             * <!-- end-user-doc -->
0280:             * @generated
0281:             * @ordered
0282:             */
0283:            int DESCRIBE_FEATURE_TYPE_TYPE_FEATURE_COUNT = BASE_REQUEST_TYPE_FEATURE_COUNT + 2;
0284:
0285:            /**
0286:             * The meta object id for the '{@link net.opengis.wfs.impl.DocumentRootImpl <em>Document Root</em>}' class.
0287:             * <!-- begin-user-doc -->
0288:             * <!-- end-user-doc -->
0289:             * @see net.opengis.wfs.impl.DocumentRootImpl
0290:             * @see net.opengis.wfs.impl.WfsPackageImpl#getDocumentRoot()
0291:             * @generated
0292:             */
0293:            int DOCUMENT_ROOT = 4;
0294:
0295:            /**
0296:             * The feature id for the '<em><b>Mixed</b></em>' attribute list.
0297:             * <!-- begin-user-doc -->
0298:             * <!-- end-user-doc -->
0299:             * @generated
0300:             * @ordered
0301:             */
0302:            int DOCUMENT_ROOT__MIXED = 0;
0303:
0304:            /**
0305:             * The feature id for the '<em><b>XMLNS Prefix Map</b></em>' map.
0306:             * <!-- begin-user-doc -->
0307:             * <!-- end-user-doc -->
0308:             * @generated
0309:             * @ordered
0310:             */
0311:            int DOCUMENT_ROOT__XMLNS_PREFIX_MAP = 1;
0312:
0313:            /**
0314:             * The feature id for the '<em><b>XSI Schema Location</b></em>' map.
0315:             * <!-- begin-user-doc -->
0316:             * <!-- end-user-doc -->
0317:             * @generated
0318:             * @ordered
0319:             */
0320:            int DOCUMENT_ROOT__XSI_SCHEMA_LOCATION = 2;
0321:
0322:            /**
0323:             * The feature id for the '<em><b>Delete</b></em>' containment reference.
0324:             * <!-- begin-user-doc -->
0325:             * <!-- end-user-doc -->
0326:             * @generated
0327:             * @ordered
0328:             */
0329:            int DOCUMENT_ROOT__DELETE = 3;
0330:
0331:            /**
0332:             * The feature id for the '<em><b>Describe Feature Type</b></em>' containment reference.
0333:             * <!-- begin-user-doc -->
0334:             * <!-- end-user-doc -->
0335:             * @generated
0336:             * @ordered
0337:             */
0338:            int DOCUMENT_ROOT__DESCRIBE_FEATURE_TYPE = 4;
0339:
0340:            /**
0341:             * The feature id for the '<em><b>Feature Collection</b></em>' containment reference.
0342:             * <!-- begin-user-doc -->
0343:             * <!-- end-user-doc -->
0344:             * @generated
0345:             * @ordered
0346:             */
0347:            int DOCUMENT_ROOT__FEATURE_COLLECTION = 5;
0348:
0349:            /**
0350:             * The feature id for the '<em><b>Feature Type List</b></em>' containment reference.
0351:             * <!-- begin-user-doc -->
0352:             * <!-- end-user-doc -->
0353:             * @generated
0354:             * @ordered
0355:             */
0356:            int DOCUMENT_ROOT__FEATURE_TYPE_LIST = 6;
0357:
0358:            /**
0359:             * The feature id for the '<em><b>Get Capabilities</b></em>' containment reference.
0360:             * <!-- begin-user-doc -->
0361:             * <!-- end-user-doc -->
0362:             * @generated
0363:             * @ordered
0364:             */
0365:            int DOCUMENT_ROOT__GET_CAPABILITIES = 7;
0366:
0367:            /**
0368:             * The feature id for the '<em><b>Get Feature</b></em>' containment reference.
0369:             * <!-- begin-user-doc -->
0370:             * <!-- end-user-doc -->
0371:             * @generated
0372:             * @ordered
0373:             */
0374:            int DOCUMENT_ROOT__GET_FEATURE = 8;
0375:
0376:            /**
0377:             * The feature id for the '<em><b>Get Feature With Lock</b></em>' containment reference.
0378:             * <!-- begin-user-doc -->
0379:             * <!-- end-user-doc -->
0380:             * @generated
0381:             * @ordered
0382:             */
0383:            int DOCUMENT_ROOT__GET_FEATURE_WITH_LOCK = 9;
0384:
0385:            /**
0386:             * The feature id for the '<em><b>Get Gml Object</b></em>' containment reference.
0387:             * <!-- begin-user-doc -->
0388:             * <!-- end-user-doc -->
0389:             * @generated
0390:             * @ordered
0391:             */
0392:            int DOCUMENT_ROOT__GET_GML_OBJECT = 10;
0393:
0394:            /**
0395:             * The feature id for the '<em><b>Insert</b></em>' containment reference.
0396:             * <!-- begin-user-doc -->
0397:             * <!-- end-user-doc -->
0398:             * @generated
0399:             * @ordered
0400:             */
0401:            int DOCUMENT_ROOT__INSERT = 11;
0402:
0403:            /**
0404:             * The feature id for the '<em><b>Lock Feature</b></em>' containment reference.
0405:             * <!-- begin-user-doc -->
0406:             * <!-- end-user-doc -->
0407:             * @generated
0408:             * @ordered
0409:             */
0410:            int DOCUMENT_ROOT__LOCK_FEATURE = 12;
0411:
0412:            /**
0413:             * The feature id for the '<em><b>Lock Feature Response</b></em>' containment reference.
0414:             * <!-- begin-user-doc -->
0415:             * <!-- end-user-doc -->
0416:             * @generated
0417:             * @ordered
0418:             */
0419:            int DOCUMENT_ROOT__LOCK_FEATURE_RESPONSE = 13;
0420:
0421:            /**
0422:             * The feature id for the '<em><b>Lock Id</b></em>' attribute.
0423:             * <!-- begin-user-doc -->
0424:             * <!-- end-user-doc -->
0425:             * @generated
0426:             * @ordered
0427:             */
0428:            int DOCUMENT_ROOT__LOCK_ID = 14;
0429:
0430:            /**
0431:             * The feature id for the '<em><b>Native</b></em>' containment reference.
0432:             * <!-- begin-user-doc -->
0433:             * <!-- end-user-doc -->
0434:             * @generated
0435:             * @ordered
0436:             */
0437:            int DOCUMENT_ROOT__NATIVE = 15;
0438:
0439:            /**
0440:             * The feature id for the '<em><b>Property</b></em>' containment reference.
0441:             * <!-- begin-user-doc -->
0442:             * <!-- end-user-doc -->
0443:             * @generated
0444:             * @ordered
0445:             */
0446:            int DOCUMENT_ROOT__PROPERTY = 16;
0447:
0448:            /**
0449:             * The feature id for the '<em><b>Property Name</b></em>' attribute.
0450:             * <!-- begin-user-doc -->
0451:             * <!-- end-user-doc -->
0452:             * @generated
0453:             * @ordered
0454:             */
0455:            int DOCUMENT_ROOT__PROPERTY_NAME = 17;
0456:
0457:            /**
0458:             * The feature id for the '<em><b>Query</b></em>' containment reference.
0459:             * <!-- begin-user-doc -->
0460:             * <!-- end-user-doc -->
0461:             * @generated
0462:             * @ordered
0463:             */
0464:            int DOCUMENT_ROOT__QUERY = 18;
0465:
0466:            /**
0467:             * The feature id for the '<em><b>Serves GML Object Type List</b></em>' containment reference.
0468:             * <!-- begin-user-doc -->
0469:             * <!-- end-user-doc -->
0470:             * @generated
0471:             * @ordered
0472:             */
0473:            int DOCUMENT_ROOT__SERVES_GML_OBJECT_TYPE_LIST = 19;
0474:
0475:            /**
0476:             * The feature id for the '<em><b>Supports GML Object Type List</b></em>' containment reference.
0477:             * <!-- begin-user-doc -->
0478:             * <!-- end-user-doc -->
0479:             * @generated
0480:             * @ordered
0481:             */
0482:            int DOCUMENT_ROOT__SUPPORTS_GML_OBJECT_TYPE_LIST = 20;
0483:
0484:            /**
0485:             * The feature id for the '<em><b>Transaction</b></em>' containment reference.
0486:             * <!-- begin-user-doc -->
0487:             * <!-- end-user-doc -->
0488:             * @generated
0489:             * @ordered
0490:             */
0491:            int DOCUMENT_ROOT__TRANSACTION = 21;
0492:
0493:            /**
0494:             * The feature id for the '<em><b>Transaction Response</b></em>' containment reference.
0495:             * <!-- begin-user-doc -->
0496:             * <!-- end-user-doc -->
0497:             * @generated
0498:             * @ordered
0499:             */
0500:            int DOCUMENT_ROOT__TRANSACTION_RESPONSE = 22;
0501:
0502:            /**
0503:             * The feature id for the '<em><b>Update</b></em>' containment reference.
0504:             * <!-- begin-user-doc -->
0505:             * <!-- end-user-doc -->
0506:             * @generated
0507:             * @ordered
0508:             */
0509:            int DOCUMENT_ROOT__UPDATE = 23;
0510:
0511:            /**
0512:             * The feature id for the '<em><b>Wfs Capabilities</b></em>' containment reference.
0513:             * <!-- begin-user-doc -->
0514:             * <!-- end-user-doc -->
0515:             * @generated
0516:             * @ordered
0517:             */
0518:            int DOCUMENT_ROOT__WFS_CAPABILITIES = 24;
0519:
0520:            /**
0521:             * The feature id for the '<em><b>Xlink Property Name</b></em>' containment reference.
0522:             * <!-- begin-user-doc -->
0523:             * <!-- end-user-doc -->
0524:             * @generated
0525:             * @ordered
0526:             */
0527:            int DOCUMENT_ROOT__XLINK_PROPERTY_NAME = 25;
0528:
0529:            /**
0530:             * The number of structural features of the '<em>Document Root</em>' class.
0531:             * <!-- begin-user-doc -->
0532:             * <!-- end-user-doc -->
0533:             * @generated
0534:             * @ordered
0535:             */
0536:            int DOCUMENT_ROOT_FEATURE_COUNT = 26;
0537:
0538:            /**
0539:             * The meta object id for the '{@link net.opengis.wfs.impl.FeatureCollectionTypeImpl <em>Feature Collection Type</em>}' class.
0540:             * <!-- begin-user-doc -->
0541:             * <!-- end-user-doc -->
0542:             * @see net.opengis.wfs.impl.FeatureCollectionTypeImpl
0543:             * @see net.opengis.wfs.impl.WfsPackageImpl#getFeatureCollectionType()
0544:             * @generated
0545:             */
0546:            int FEATURE_COLLECTION_TYPE = 5;
0547:
0548:            /**
0549:             * The feature id for the '<em><b>Lock Id</b></em>' attribute.
0550:             * <!-- begin-user-doc -->
0551:             * <!-- end-user-doc -->
0552:             * @generated
0553:             * @ordered
0554:             */
0555:            int FEATURE_COLLECTION_TYPE__LOCK_ID = 0;
0556:
0557:            /**
0558:             * The feature id for the '<em><b>Time Stamp</b></em>' attribute.
0559:             * <!-- begin-user-doc -->
0560:             * <!-- end-user-doc -->
0561:             * @generated
0562:             * @ordered
0563:             */
0564:            int FEATURE_COLLECTION_TYPE__TIME_STAMP = 1;
0565:
0566:            /**
0567:             * The feature id for the '<em><b>Number Of Features</b></em>' attribute.
0568:             * <!-- begin-user-doc -->
0569:             * <!-- end-user-doc -->
0570:             * @generated
0571:             * @ordered
0572:             */
0573:            int FEATURE_COLLECTION_TYPE__NUMBER_OF_FEATURES = 2;
0574:
0575:            /**
0576:             * The feature id for the '<em><b>Feature</b></em>' attribute list.
0577:             * <!-- begin-user-doc -->
0578:             * <!-- end-user-doc -->
0579:             * @generated
0580:             * @ordered
0581:             */
0582:            int FEATURE_COLLECTION_TYPE__FEATURE = 3;
0583:
0584:            /**
0585:             * The number of structural features of the '<em>Feature Collection Type</em>' class.
0586:             * <!-- begin-user-doc -->
0587:             * <!-- end-user-doc -->
0588:             * @generated
0589:             * @ordered
0590:             */
0591:            int FEATURE_COLLECTION_TYPE_FEATURE_COUNT = 4;
0592:
0593:            /**
0594:             * The meta object id for the '{@link net.opengis.wfs.impl.FeatureTypeListTypeImpl <em>Feature Type List Type</em>}' class.
0595:             * <!-- begin-user-doc -->
0596:             * <!-- end-user-doc -->
0597:             * @see net.opengis.wfs.impl.FeatureTypeListTypeImpl
0598:             * @see net.opengis.wfs.impl.WfsPackageImpl#getFeatureTypeListType()
0599:             * @generated
0600:             */
0601:            int FEATURE_TYPE_LIST_TYPE = 6;
0602:
0603:            /**
0604:             * The feature id for the '<em><b>Operations</b></em>' containment reference.
0605:             * <!-- begin-user-doc -->
0606:             * <!-- end-user-doc -->
0607:             * @generated
0608:             * @ordered
0609:             */
0610:            int FEATURE_TYPE_LIST_TYPE__OPERATIONS = 0;
0611:
0612:            /**
0613:             * The feature id for the '<em><b>Feature Type</b></em>' containment reference list.
0614:             * <!-- begin-user-doc -->
0615:             * <!-- end-user-doc -->
0616:             * @generated
0617:             * @ordered
0618:             */
0619:            int FEATURE_TYPE_LIST_TYPE__FEATURE_TYPE = 1;
0620:
0621:            /**
0622:             * The number of structural features of the '<em>Feature Type List Type</em>' class.
0623:             * <!-- begin-user-doc -->
0624:             * <!-- end-user-doc -->
0625:             * @generated
0626:             * @ordered
0627:             */
0628:            int FEATURE_TYPE_LIST_TYPE_FEATURE_COUNT = 2;
0629:
0630:            /**
0631:             * The meta object id for the '{@link net.opengis.wfs.impl.FeatureTypeTypeImpl <em>Feature Type Type</em>}' class.
0632:             * <!-- begin-user-doc -->
0633:             * <!-- end-user-doc -->
0634:             * @see net.opengis.wfs.impl.FeatureTypeTypeImpl
0635:             * @see net.opengis.wfs.impl.WfsPackageImpl#getFeatureTypeType()
0636:             * @generated
0637:             */
0638:            int FEATURE_TYPE_TYPE = 7;
0639:
0640:            /**
0641:             * The feature id for the '<em><b>Name</b></em>' attribute.
0642:             * <!-- begin-user-doc -->
0643:             * <!-- end-user-doc -->
0644:             * @generated
0645:             * @ordered
0646:             */
0647:            int FEATURE_TYPE_TYPE__NAME = 0;
0648:
0649:            /**
0650:             * The feature id for the '<em><b>Title</b></em>' attribute.
0651:             * <!-- begin-user-doc -->
0652:             * <!-- end-user-doc -->
0653:             * @generated
0654:             * @ordered
0655:             */
0656:            int FEATURE_TYPE_TYPE__TITLE = 1;
0657:
0658:            /**
0659:             * The feature id for the '<em><b>Abstract</b></em>' attribute.
0660:             * <!-- begin-user-doc -->
0661:             * <!-- end-user-doc -->
0662:             * @generated
0663:             * @ordered
0664:             */
0665:            int FEATURE_TYPE_TYPE__ABSTRACT = 2;
0666:
0667:            /**
0668:             * The feature id for the '<em><b>Keywords</b></em>' containment reference list.
0669:             * <!-- begin-user-doc -->
0670:             * <!-- end-user-doc -->
0671:             * @generated
0672:             * @ordered
0673:             */
0674:            int FEATURE_TYPE_TYPE__KEYWORDS = 3;
0675:
0676:            /**
0677:             * The feature id for the '<em><b>Default SRS</b></em>' attribute.
0678:             * <!-- begin-user-doc -->
0679:             * <!-- end-user-doc -->
0680:             * @generated
0681:             * @ordered
0682:             */
0683:            int FEATURE_TYPE_TYPE__DEFAULT_SRS = 4;
0684:
0685:            /**
0686:             * The feature id for the '<em><b>Other SRS</b></em>' attribute.
0687:             * <!-- begin-user-doc -->
0688:             * <!-- end-user-doc -->
0689:             * @generated
0690:             * @ordered
0691:             */
0692:            int FEATURE_TYPE_TYPE__OTHER_SRS = 5;
0693:
0694:            /**
0695:             * The feature id for the '<em><b>No SRS</b></em>' containment reference.
0696:             * <!-- begin-user-doc -->
0697:             * <!-- end-user-doc -->
0698:             * @generated
0699:             * @ordered
0700:             */
0701:            int FEATURE_TYPE_TYPE__NO_SRS = 6;
0702:
0703:            /**
0704:             * The feature id for the '<em><b>Operations</b></em>' containment reference.
0705:             * <!-- begin-user-doc -->
0706:             * <!-- end-user-doc -->
0707:             * @generated
0708:             * @ordered
0709:             */
0710:            int FEATURE_TYPE_TYPE__OPERATIONS = 7;
0711:
0712:            /**
0713:             * The feature id for the '<em><b>Output Formats</b></em>' containment reference.
0714:             * <!-- begin-user-doc -->
0715:             * <!-- end-user-doc -->
0716:             * @generated
0717:             * @ordered
0718:             */
0719:            int FEATURE_TYPE_TYPE__OUTPUT_FORMATS = 8;
0720:
0721:            /**
0722:             * The feature id for the '<em><b>WGS84 Bounding Box</b></em>' containment reference list.
0723:             * <!-- begin-user-doc -->
0724:             * <!-- end-user-doc -->
0725:             * @generated
0726:             * @ordered
0727:             */
0728:            int FEATURE_TYPE_TYPE__WGS84_BOUNDING_BOX = 9;
0729:
0730:            /**
0731:             * The feature id for the '<em><b>Metadata URL</b></em>' containment reference list.
0732:             * <!-- begin-user-doc -->
0733:             * <!-- end-user-doc -->
0734:             * @generated
0735:             * @ordered
0736:             */
0737:            int FEATURE_TYPE_TYPE__METADATA_URL = 10;
0738:
0739:            /**
0740:             * The number of structural features of the '<em>Feature Type Type</em>' class.
0741:             * <!-- begin-user-doc -->
0742:             * <!-- end-user-doc -->
0743:             * @generated
0744:             * @ordered
0745:             */
0746:            int FEATURE_TYPE_TYPE_FEATURE_COUNT = 11;
0747:
0748:            /**
0749:             * The meta object id for the '{@link net.opengis.wfs.impl.FeaturesLockedTypeImpl <em>Features Locked Type</em>}' class.
0750:             * <!-- begin-user-doc -->
0751:             * <!-- end-user-doc -->
0752:             * @see net.opengis.wfs.impl.FeaturesLockedTypeImpl
0753:             * @see net.opengis.wfs.impl.WfsPackageImpl#getFeaturesLockedType()
0754:             * @generated
0755:             */
0756:            int FEATURES_LOCKED_TYPE = 8;
0757:
0758:            /**
0759:             * The feature id for the '<em><b>Group</b></em>' attribute list.
0760:             * <!-- begin-user-doc -->
0761:             * <!-- end-user-doc -->
0762:             * @generated
0763:             * @ordered
0764:             */
0765:            int FEATURES_LOCKED_TYPE__GROUP = 0;
0766:
0767:            /**
0768:             * The feature id for the '<em><b>Feature Id</b></em>' attribute list.
0769:             * <!-- begin-user-doc -->
0770:             * <!-- end-user-doc -->
0771:             * @generated
0772:             * @ordered
0773:             */
0774:            int FEATURES_LOCKED_TYPE__FEATURE_ID = 1;
0775:
0776:            /**
0777:             * The number of structural features of the '<em>Features Locked Type</em>' class.
0778:             * <!-- begin-user-doc -->
0779:             * <!-- end-user-doc -->
0780:             * @generated
0781:             * @ordered
0782:             */
0783:            int FEATURES_LOCKED_TYPE_FEATURE_COUNT = 2;
0784:
0785:            /**
0786:             * The meta object id for the '{@link net.opengis.wfs.impl.FeaturesNotLockedTypeImpl <em>Features Not Locked Type</em>}' class.
0787:             * <!-- begin-user-doc -->
0788:             * <!-- end-user-doc -->
0789:             * @see net.opengis.wfs.impl.FeaturesNotLockedTypeImpl
0790:             * @see net.opengis.wfs.impl.WfsPackageImpl#getFeaturesNotLockedType()
0791:             * @generated
0792:             */
0793:            int FEATURES_NOT_LOCKED_TYPE = 9;
0794:
0795:            /**
0796:             * The feature id for the '<em><b>Group</b></em>' attribute list.
0797:             * <!-- begin-user-doc -->
0798:             * <!-- end-user-doc -->
0799:             * @generated
0800:             * @ordered
0801:             */
0802:            int FEATURES_NOT_LOCKED_TYPE__GROUP = 0;
0803:
0804:            /**
0805:             * The feature id for the '<em><b>Feature Id</b></em>' attribute list.
0806:             * <!-- begin-user-doc -->
0807:             * <!-- end-user-doc -->
0808:             * @generated
0809:             * @ordered
0810:             */
0811:            int FEATURES_NOT_LOCKED_TYPE__FEATURE_ID = 1;
0812:
0813:            /**
0814:             * The number of structural features of the '<em>Features Not Locked Type</em>' class.
0815:             * <!-- begin-user-doc -->
0816:             * <!-- end-user-doc -->
0817:             * @generated
0818:             * @ordered
0819:             */
0820:            int FEATURES_NOT_LOCKED_TYPE_FEATURE_COUNT = 2;
0821:
0822:            /**
0823:             * The meta object id for the '{@link net.opengis.wfs.impl.GMLObjectTypeListTypeImpl <em>GML Object Type List Type</em>}' class.
0824:             * <!-- begin-user-doc -->
0825:             * <!-- end-user-doc -->
0826:             * @see net.opengis.wfs.impl.GMLObjectTypeListTypeImpl
0827:             * @see net.opengis.wfs.impl.WfsPackageImpl#getGMLObjectTypeListType()
0828:             * @generated
0829:             */
0830:            int GML_OBJECT_TYPE_LIST_TYPE = 10;
0831:
0832:            /**
0833:             * The feature id for the '<em><b>GML Object Type</b></em>' containment reference list.
0834:             * <!-- begin-user-doc -->
0835:             * <!-- end-user-doc -->
0836:             * @generated
0837:             * @ordered
0838:             */
0839:            int GML_OBJECT_TYPE_LIST_TYPE__GML_OBJECT_TYPE = 0;
0840:
0841:            /**
0842:             * The number of structural features of the '<em>GML Object Type List Type</em>' class.
0843:             * <!-- begin-user-doc -->
0844:             * <!-- end-user-doc -->
0845:             * @generated
0846:             * @ordered
0847:             */
0848:            int GML_OBJECT_TYPE_LIST_TYPE_FEATURE_COUNT = 1;
0849:
0850:            /**
0851:             * The meta object id for the '{@link net.opengis.wfs.impl.GMLObjectTypeTypeImpl <em>GML Object Type Type</em>}' class.
0852:             * <!-- begin-user-doc -->
0853:             * <!-- end-user-doc -->
0854:             * @see net.opengis.wfs.impl.GMLObjectTypeTypeImpl
0855:             * @see net.opengis.wfs.impl.WfsPackageImpl#getGMLObjectTypeType()
0856:             * @generated
0857:             */
0858:            int GML_OBJECT_TYPE_TYPE = 11;
0859:
0860:            /**
0861:             * The feature id for the '<em><b>Name</b></em>' attribute.
0862:             * <!-- begin-user-doc -->
0863:             * <!-- end-user-doc -->
0864:             * @generated
0865:             * @ordered
0866:             */
0867:            int GML_OBJECT_TYPE_TYPE__NAME = 0;
0868:
0869:            /**
0870:             * The feature id for the '<em><b>Title</b></em>' attribute.
0871:             * <!-- begin-user-doc -->
0872:             * <!-- end-user-doc -->
0873:             * @generated
0874:             * @ordered
0875:             */
0876:            int GML_OBJECT_TYPE_TYPE__TITLE = 1;
0877:
0878:            /**
0879:             * The feature id for the '<em><b>Abstract</b></em>' attribute.
0880:             * <!-- begin-user-doc -->
0881:             * <!-- end-user-doc -->
0882:             * @generated
0883:             * @ordered
0884:             */
0885:            int GML_OBJECT_TYPE_TYPE__ABSTRACT = 2;
0886:
0887:            /**
0888:             * The feature id for the '<em><b>Keywords</b></em>' containment reference list.
0889:             * <!-- begin-user-doc -->
0890:             * <!-- end-user-doc -->
0891:             * @generated
0892:             * @ordered
0893:             */
0894:            int GML_OBJECT_TYPE_TYPE__KEYWORDS = 3;
0895:
0896:            /**
0897:             * The feature id for the '<em><b>Output Formats</b></em>' containment reference.
0898:             * <!-- begin-user-doc -->
0899:             * <!-- end-user-doc -->
0900:             * @generated
0901:             * @ordered
0902:             */
0903:            int GML_OBJECT_TYPE_TYPE__OUTPUT_FORMATS = 4;
0904:
0905:            /**
0906:             * The number of structural features of the '<em>GML Object Type Type</em>' class.
0907:             * <!-- begin-user-doc -->
0908:             * <!-- end-user-doc -->
0909:             * @generated
0910:             * @ordered
0911:             */
0912:            int GML_OBJECT_TYPE_TYPE_FEATURE_COUNT = 5;
0913:
0914:            /**
0915:             * The meta object id for the '{@link net.opengis.wfs.impl.GetCapabilitiesTypeImpl <em>Get Capabilities Type</em>}' class.
0916:             * <!-- begin-user-doc -->
0917:             * <!-- end-user-doc -->
0918:             * @see net.opengis.wfs.impl.GetCapabilitiesTypeImpl
0919:             * @see net.opengis.wfs.impl.WfsPackageImpl#getGetCapabilitiesType()
0920:             * @generated
0921:             */
0922:            int GET_CAPABILITIES_TYPE = 12;
0923:
0924:            /**
0925:             * The feature id for the '<em><b>Accept Versions</b></em>' containment reference.
0926:             * <!-- begin-user-doc -->
0927:             * <!-- end-user-doc -->
0928:             * @generated
0929:             * @ordered
0930:             */
0931:            int GET_CAPABILITIES_TYPE__ACCEPT_VERSIONS = OwsPackage.GET_CAPABILITIES_TYPE__ACCEPT_VERSIONS;
0932:
0933:            /**
0934:             * The feature id for the '<em><b>Sections</b></em>' containment reference.
0935:             * <!-- begin-user-doc -->
0936:             * <!-- end-user-doc -->
0937:             * @generated
0938:             * @ordered
0939:             */
0940:            int GET_CAPABILITIES_TYPE__SECTIONS = OwsPackage.GET_CAPABILITIES_TYPE__SECTIONS;
0941:
0942:            /**
0943:             * The feature id for the '<em><b>Accept Formats</b></em>' containment reference.
0944:             * <!-- begin-user-doc -->
0945:             * <!-- end-user-doc -->
0946:             * @generated
0947:             * @ordered
0948:             */
0949:            int GET_CAPABILITIES_TYPE__ACCEPT_FORMATS = OwsPackage.GET_CAPABILITIES_TYPE__ACCEPT_FORMATS;
0950:
0951:            /**
0952:             * The feature id for the '<em><b>Update Sequence</b></em>' attribute.
0953:             * <!-- begin-user-doc -->
0954:             * <!-- end-user-doc -->
0955:             * @generated
0956:             * @ordered
0957:             */
0958:            int GET_CAPABILITIES_TYPE__UPDATE_SEQUENCE = OwsPackage.GET_CAPABILITIES_TYPE__UPDATE_SEQUENCE;
0959:
0960:            /**
0961:             * The feature id for the '<em><b>Base Url</b></em>' attribute.
0962:             * <!-- begin-user-doc -->
0963:             * <!-- end-user-doc -->
0964:             * @generated
0965:             * @ordered
0966:             */
0967:            int GET_CAPABILITIES_TYPE__BASE_URL = OwsPackage.GET_CAPABILITIES_TYPE__BASE_URL;
0968:
0969:            /**
0970:             * The feature id for the '<em><b>Service</b></em>' attribute.
0971:             * <!-- begin-user-doc -->
0972:             * <!-- end-user-doc -->
0973:             * @generated
0974:             * @ordered
0975:             */
0976:            int GET_CAPABILITIES_TYPE__SERVICE = OwsPackage.GET_CAPABILITIES_TYPE_FEATURE_COUNT + 0;
0977:
0978:            /**
0979:             * The number of structural features of the '<em>Get Capabilities Type</em>' class.
0980:             * <!-- begin-user-doc -->
0981:             * <!-- end-user-doc -->
0982:             * @generated
0983:             * @ordered
0984:             */
0985:            int GET_CAPABILITIES_TYPE_FEATURE_COUNT = OwsPackage.GET_CAPABILITIES_TYPE_FEATURE_COUNT + 1;
0986:
0987:            /**
0988:             * The meta object id for the '{@link net.opengis.wfs.impl.GetFeatureTypeImpl <em>Get Feature Type</em>}' class.
0989:             * <!-- begin-user-doc -->
0990:             * <!-- end-user-doc -->
0991:             * @see net.opengis.wfs.impl.GetFeatureTypeImpl
0992:             * @see net.opengis.wfs.impl.WfsPackageImpl#getGetFeatureType()
0993:             * @generated
0994:             */
0995:            int GET_FEATURE_TYPE = 13;
0996:
0997:            /**
0998:             * The feature id for the '<em><b>Handle</b></em>' attribute.
0999:             * <!-- begin-user-doc -->
1000:             * <!-- end-user-doc -->
1001:             * @generated
1002:             * @ordered
1003:             */
1004:            int GET_FEATURE_TYPE__HANDLE = BASE_REQUEST_TYPE__HANDLE;
1005:
1006:            /**
1007:             * The feature id for the '<em><b>Service</b></em>' attribute.
1008:             * <!-- begin-user-doc -->
1009:             * <!-- end-user-doc -->
1010:             * @generated
1011:             * @ordered
1012:             */
1013:            int GET_FEATURE_TYPE__SERVICE = BASE_REQUEST_TYPE__SERVICE;
1014:
1015:            /**
1016:             * The feature id for the '<em><b>Version</b></em>' attribute.
1017:             * <!-- begin-user-doc -->
1018:             * <!-- end-user-doc -->
1019:             * @generated
1020:             * @ordered
1021:             */
1022:            int GET_FEATURE_TYPE__VERSION = BASE_REQUEST_TYPE__VERSION;
1023:
1024:            /**
1025:             * The feature id for the '<em><b>Base Url</b></em>' attribute.
1026:             * <!-- begin-user-doc -->
1027:             * <!-- end-user-doc -->
1028:             * @generated
1029:             * @ordered
1030:             */
1031:            int GET_FEATURE_TYPE__BASE_URL = BASE_REQUEST_TYPE__BASE_URL;
1032:
1033:            /**
1034:             * The feature id for the '<em><b>Query</b></em>' containment reference list.
1035:             * <!-- begin-user-doc -->
1036:             * <!-- end-user-doc -->
1037:             * @generated
1038:             * @ordered
1039:             */
1040:            int GET_FEATURE_TYPE__QUERY = BASE_REQUEST_TYPE_FEATURE_COUNT + 0;
1041:
1042:            /**
1043:             * The feature id for the '<em><b>Max Features</b></em>' attribute.
1044:             * <!-- begin-user-doc -->
1045:             * <!-- end-user-doc -->
1046:             * @generated
1047:             * @ordered
1048:             */
1049:            int GET_FEATURE_TYPE__MAX_FEATURES = BASE_REQUEST_TYPE_FEATURE_COUNT + 1;
1050:
1051:            /**
1052:             * The feature id for the '<em><b>Output Format</b></em>' attribute.
1053:             * <!-- begin-user-doc -->
1054:             * <!-- end-user-doc -->
1055:             * @generated
1056:             * @ordered
1057:             */
1058:            int GET_FEATURE_TYPE__OUTPUT_FORMAT = BASE_REQUEST_TYPE_FEATURE_COUNT + 2;
1059:
1060:            /**
1061:             * The feature id for the '<em><b>Result Type</b></em>' attribute.
1062:             * <!-- begin-user-doc -->
1063:             * <!-- end-user-doc -->
1064:             * @generated
1065:             * @ordered
1066:             */
1067:            int GET_FEATURE_TYPE__RESULT_TYPE = BASE_REQUEST_TYPE_FEATURE_COUNT + 3;
1068:
1069:            /**
1070:             * The feature id for the '<em><b>Traverse Xlink Depth</b></em>' attribute.
1071:             * <!-- begin-user-doc -->
1072:             * <!-- end-user-doc -->
1073:             * @generated
1074:             * @ordered
1075:             */
1076:            int GET_FEATURE_TYPE__TRAVERSE_XLINK_DEPTH = BASE_REQUEST_TYPE_FEATURE_COUNT + 4;
1077:
1078:            /**
1079:             * The feature id for the '<em><b>Traverse Xlink Expiry</b></em>' attribute.
1080:             * <!-- begin-user-doc -->
1081:             * <!-- end-user-doc -->
1082:             * @generated
1083:             * @ordered
1084:             */
1085:            int GET_FEATURE_TYPE__TRAVERSE_XLINK_EXPIRY = BASE_REQUEST_TYPE_FEATURE_COUNT + 5;
1086:
1087:            /**
1088:             * The number of structural features of the '<em>Get Feature Type</em>' class.
1089:             * <!-- begin-user-doc -->
1090:             * <!-- end-user-doc -->
1091:             * @generated
1092:             * @ordered
1093:             */
1094:            int GET_FEATURE_TYPE_FEATURE_COUNT = BASE_REQUEST_TYPE_FEATURE_COUNT + 6;
1095:
1096:            /**
1097:             * The meta object id for the '{@link net.opengis.wfs.impl.GetFeatureWithLockTypeImpl <em>Get Feature With Lock Type</em>}' class.
1098:             * <!-- begin-user-doc -->
1099:             * <!-- end-user-doc -->
1100:             * @see net.opengis.wfs.impl.GetFeatureWithLockTypeImpl
1101:             * @see net.opengis.wfs.impl.WfsPackageImpl#getGetFeatureWithLockType()
1102:             * @generated
1103:             */
1104:            int GET_FEATURE_WITH_LOCK_TYPE = 14;
1105:
1106:            /**
1107:             * The feature id for the '<em><b>Handle</b></em>' attribute.
1108:             * <!-- begin-user-doc -->
1109:             * <!-- end-user-doc -->
1110:             * @generated
1111:             * @ordered
1112:             */
1113:            int GET_FEATURE_WITH_LOCK_TYPE__HANDLE = GET_FEATURE_TYPE__HANDLE;
1114:
1115:            /**
1116:             * The feature id for the '<em><b>Service</b></em>' attribute.
1117:             * <!-- begin-user-doc -->
1118:             * <!-- end-user-doc -->
1119:             * @generated
1120:             * @ordered
1121:             */
1122:            int GET_FEATURE_WITH_LOCK_TYPE__SERVICE = GET_FEATURE_TYPE__SERVICE;
1123:
1124:            /**
1125:             * The feature id for the '<em><b>Version</b></em>' attribute.
1126:             * <!-- begin-user-doc -->
1127:             * <!-- end-user-doc -->
1128:             * @generated
1129:             * @ordered
1130:             */
1131:            int GET_FEATURE_WITH_LOCK_TYPE__VERSION = GET_FEATURE_TYPE__VERSION;
1132:
1133:            /**
1134:             * The feature id for the '<em><b>Base Url</b></em>' attribute.
1135:             * <!-- begin-user-doc -->
1136:             * <!-- end-user-doc -->
1137:             * @generated
1138:             * @ordered
1139:             */
1140:            int GET_FEATURE_WITH_LOCK_TYPE__BASE_URL = GET_FEATURE_TYPE__BASE_URL;
1141:
1142:            /**
1143:             * The feature id for the '<em><b>Query</b></em>' containment reference list.
1144:             * <!-- begin-user-doc -->
1145:             * <!-- end-user-doc -->
1146:             * @generated
1147:             * @ordered
1148:             */
1149:            int GET_FEATURE_WITH_LOCK_TYPE__QUERY = GET_FEATURE_TYPE__QUERY;
1150:
1151:            /**
1152:             * The feature id for the '<em><b>Max Features</b></em>' attribute.
1153:             * <!-- begin-user-doc -->
1154:             * <!-- end-user-doc -->
1155:             * @generated
1156:             * @ordered
1157:             */
1158:            int GET_FEATURE_WITH_LOCK_TYPE__MAX_FEATURES = GET_FEATURE_TYPE__MAX_FEATURES;
1159:
1160:            /**
1161:             * The feature id for the '<em><b>Output Format</b></em>' attribute.
1162:             * <!-- begin-user-doc -->
1163:             * <!-- end-user-doc -->
1164:             * @generated
1165:             * @ordered
1166:             */
1167:            int GET_FEATURE_WITH_LOCK_TYPE__OUTPUT_FORMAT = GET_FEATURE_TYPE__OUTPUT_FORMAT;
1168:
1169:            /**
1170:             * The feature id for the '<em><b>Result Type</b></em>' attribute.
1171:             * <!-- begin-user-doc -->
1172:             * <!-- end-user-doc -->
1173:             * @generated
1174:             * @ordered
1175:             */
1176:            int GET_FEATURE_WITH_LOCK_TYPE__RESULT_TYPE = GET_FEATURE_TYPE__RESULT_TYPE;
1177:
1178:            /**
1179:             * The feature id for the '<em><b>Traverse Xlink Depth</b></em>' attribute.
1180:             * <!-- begin-user-doc -->
1181:             * <!-- end-user-doc -->
1182:             * @generated
1183:             * @ordered
1184:             */
1185:            int GET_FEATURE_WITH_LOCK_TYPE__TRAVERSE_XLINK_DEPTH = GET_FEATURE_TYPE__TRAVERSE_XLINK_DEPTH;
1186:
1187:            /**
1188:             * The feature id for the '<em><b>Traverse Xlink Expiry</b></em>' attribute.
1189:             * <!-- begin-user-doc -->
1190:             * <!-- end-user-doc -->
1191:             * @generated
1192:             * @ordered
1193:             */
1194:            int GET_FEATURE_WITH_LOCK_TYPE__TRAVERSE_XLINK_EXPIRY = GET_FEATURE_TYPE__TRAVERSE_XLINK_EXPIRY;
1195:
1196:            /**
1197:             * The feature id for the '<em><b>Expiry</b></em>' attribute.
1198:             * <!-- begin-user-doc -->
1199:             * <!-- end-user-doc -->
1200:             * @generated
1201:             * @ordered
1202:             */
1203:            int GET_FEATURE_WITH_LOCK_TYPE__EXPIRY = GET_FEATURE_TYPE_FEATURE_COUNT + 0;
1204:
1205:            /**
1206:             * The number of structural features of the '<em>Get Feature With Lock Type</em>' class.
1207:             * <!-- begin-user-doc -->
1208:             * <!-- end-user-doc -->
1209:             * @generated
1210:             * @ordered
1211:             */
1212:            int GET_FEATURE_WITH_LOCK_TYPE_FEATURE_COUNT = GET_FEATURE_TYPE_FEATURE_COUNT + 1;
1213:
1214:            /**
1215:             * The meta object id for the '{@link net.opengis.wfs.impl.GetGmlObjectTypeImpl <em>Get Gml Object Type</em>}' class.
1216:             * <!-- begin-user-doc -->
1217:             * <!-- end-user-doc -->
1218:             * @see net.opengis.wfs.impl.GetGmlObjectTypeImpl
1219:             * @see net.opengis.wfs.impl.WfsPackageImpl#getGetGmlObjectType()
1220:             * @generated
1221:             */
1222:            int GET_GML_OBJECT_TYPE = 15;
1223:
1224:            /**
1225:             * The feature id for the '<em><b>Handle</b></em>' attribute.
1226:             * <!-- begin-user-doc -->
1227:             * <!-- end-user-doc -->
1228:             * @generated
1229:             * @ordered
1230:             */
1231:            int GET_GML_OBJECT_TYPE__HANDLE = BASE_REQUEST_TYPE__HANDLE;
1232:
1233:            /**
1234:             * The feature id for the '<em><b>Service</b></em>' attribute.
1235:             * <!-- begin-user-doc -->
1236:             * <!-- end-user-doc -->
1237:             * @generated
1238:             * @ordered
1239:             */
1240:            int GET_GML_OBJECT_TYPE__SERVICE = BASE_REQUEST_TYPE__SERVICE;
1241:
1242:            /**
1243:             * The feature id for the '<em><b>Version</b></em>' attribute.
1244:             * <!-- begin-user-doc -->
1245:             * <!-- end-user-doc -->
1246:             * @generated
1247:             * @ordered
1248:             */
1249:            int GET_GML_OBJECT_TYPE__VERSION = BASE_REQUEST_TYPE__VERSION;
1250:
1251:            /**
1252:             * The feature id for the '<em><b>Base Url</b></em>' attribute.
1253:             * <!-- begin-user-doc -->
1254:             * <!-- end-user-doc -->
1255:             * @generated
1256:             * @ordered
1257:             */
1258:            int GET_GML_OBJECT_TYPE__BASE_URL = BASE_REQUEST_TYPE__BASE_URL;
1259:
1260:            /**
1261:             * The feature id for the '<em><b>Gml Object Id</b></em>' attribute.
1262:             * <!-- begin-user-doc -->
1263:             * <!-- end-user-doc -->
1264:             * @generated
1265:             * @ordered
1266:             */
1267:            int GET_GML_OBJECT_TYPE__GML_OBJECT_ID = BASE_REQUEST_TYPE_FEATURE_COUNT + 0;
1268:
1269:            /**
1270:             * The feature id for the '<em><b>Output Format</b></em>' attribute.
1271:             * <!-- begin-user-doc -->
1272:             * <!-- end-user-doc -->
1273:             * @generated
1274:             * @ordered
1275:             */
1276:            int GET_GML_OBJECT_TYPE__OUTPUT_FORMAT = BASE_REQUEST_TYPE_FEATURE_COUNT + 1;
1277:
1278:            /**
1279:             * The feature id for the '<em><b>Traverse Xlink Depth</b></em>' attribute.
1280:             * <!-- begin-user-doc -->
1281:             * <!-- end-user-doc -->
1282:             * @generated
1283:             * @ordered
1284:             */
1285:            int GET_GML_OBJECT_TYPE__TRAVERSE_XLINK_DEPTH = BASE_REQUEST_TYPE_FEATURE_COUNT + 2;
1286:
1287:            /**
1288:             * The feature id for the '<em><b>Traverse Xlink Expiry</b></em>' attribute.
1289:             * <!-- begin-user-doc -->
1290:             * <!-- end-user-doc -->
1291:             * @generated
1292:             * @ordered
1293:             */
1294:            int GET_GML_OBJECT_TYPE__TRAVERSE_XLINK_EXPIRY = BASE_REQUEST_TYPE_FEATURE_COUNT + 3;
1295:
1296:            /**
1297:             * The number of structural features of the '<em>Get Gml Object Type</em>' class.
1298:             * <!-- begin-user-doc -->
1299:             * <!-- end-user-doc -->
1300:             * @generated
1301:             * @ordered
1302:             */
1303:            int GET_GML_OBJECT_TYPE_FEATURE_COUNT = BASE_REQUEST_TYPE_FEATURE_COUNT + 4;
1304:
1305:            /**
1306:             * The meta object id for the '{@link net.opengis.wfs.impl.InsertElementTypeImpl <em>Insert Element Type</em>}' class.
1307:             * <!-- begin-user-doc -->
1308:             * <!-- end-user-doc -->
1309:             * @see net.opengis.wfs.impl.InsertElementTypeImpl
1310:             * @see net.opengis.wfs.impl.WfsPackageImpl#getInsertElementType()
1311:             * @generated
1312:             */
1313:            int INSERT_ELEMENT_TYPE = 16;
1314:
1315:            /**
1316:             * The feature id for the '<em><b>Feature</b></em>' attribute list.
1317:             * <!-- begin-user-doc -->
1318:             * <!-- end-user-doc -->
1319:             * @generated
1320:             * @ordered
1321:             */
1322:            int INSERT_ELEMENT_TYPE__FEATURE = 0;
1323:
1324:            /**
1325:             * The feature id for the '<em><b>Handle</b></em>' attribute.
1326:             * <!-- begin-user-doc -->
1327:             * <!-- end-user-doc -->
1328:             * @generated
1329:             * @ordered
1330:             */
1331:            int INSERT_ELEMENT_TYPE__HANDLE = 1;
1332:
1333:            /**
1334:             * The feature id for the '<em><b>Idgen</b></em>' attribute.
1335:             * <!-- begin-user-doc -->
1336:             * <!-- end-user-doc -->
1337:             * @generated
1338:             * @ordered
1339:             */
1340:            int INSERT_ELEMENT_TYPE__IDGEN = 2;
1341:
1342:            /**
1343:             * The feature id for the '<em><b>Input Format</b></em>' attribute.
1344:             * <!-- begin-user-doc -->
1345:             * <!-- end-user-doc -->
1346:             * @generated
1347:             * @ordered
1348:             */
1349:            int INSERT_ELEMENT_TYPE__INPUT_FORMAT = 3;
1350:
1351:            /**
1352:             * The feature id for the '<em><b>Srs Name</b></em>' attribute.
1353:             * <!-- begin-user-doc -->
1354:             * <!-- end-user-doc -->
1355:             * @generated
1356:             * @ordered
1357:             */
1358:            int INSERT_ELEMENT_TYPE__SRS_NAME = 4;
1359:
1360:            /**
1361:             * The number of structural features of the '<em>Insert Element Type</em>' class.
1362:             * <!-- begin-user-doc -->
1363:             * <!-- end-user-doc -->
1364:             * @generated
1365:             * @ordered
1366:             */
1367:            int INSERT_ELEMENT_TYPE_FEATURE_COUNT = 5;
1368:
1369:            /**
1370:             * The meta object id for the '{@link net.opengis.wfs.impl.InsertResultsTypeImpl <em>Insert Results Type</em>}' class.
1371:             * <!-- begin-user-doc -->
1372:             * <!-- end-user-doc -->
1373:             * @see net.opengis.wfs.impl.InsertResultsTypeImpl
1374:             * @see net.opengis.wfs.impl.WfsPackageImpl#getInsertResultsType()
1375:             * @generated
1376:             */
1377:            int INSERT_RESULTS_TYPE = 17;
1378:
1379:            /**
1380:             * The feature id for the '<em><b>Feature</b></em>' containment reference list.
1381:             * <!-- begin-user-doc -->
1382:             * <!-- end-user-doc -->
1383:             * @generated
1384:             * @ordered
1385:             */
1386:            int INSERT_RESULTS_TYPE__FEATURE = 0;
1387:
1388:            /**
1389:             * The number of structural features of the '<em>Insert Results Type</em>' class.
1390:             * <!-- begin-user-doc -->
1391:             * <!-- end-user-doc -->
1392:             * @generated
1393:             * @ordered
1394:             */
1395:            int INSERT_RESULTS_TYPE_FEATURE_COUNT = 1;
1396:
1397:            /**
1398:             * The meta object id for the '{@link net.opengis.wfs.impl.InsertedFeatureTypeImpl <em>Inserted Feature Type</em>}' class.
1399:             * <!-- begin-user-doc -->
1400:             * <!-- end-user-doc -->
1401:             * @see net.opengis.wfs.impl.InsertedFeatureTypeImpl
1402:             * @see net.opengis.wfs.impl.WfsPackageImpl#getInsertedFeatureType()
1403:             * @generated
1404:             */
1405:            int INSERTED_FEATURE_TYPE = 18;
1406:
1407:            /**
1408:             * The feature id for the '<em><b>Feature Id</b></em>' attribute list.
1409:             * <!-- begin-user-doc -->
1410:             * <!-- end-user-doc -->
1411:             * @generated
1412:             * @ordered
1413:             */
1414:            int INSERTED_FEATURE_TYPE__FEATURE_ID = 0;
1415:
1416:            /**
1417:             * The feature id for the '<em><b>Handle</b></em>' attribute.
1418:             * <!-- begin-user-doc -->
1419:             * <!-- end-user-doc -->
1420:             * @generated
1421:             * @ordered
1422:             */
1423:            int INSERTED_FEATURE_TYPE__HANDLE = 1;
1424:
1425:            /**
1426:             * The number of structural features of the '<em>Inserted Feature Type</em>' class.
1427:             * <!-- begin-user-doc -->
1428:             * <!-- end-user-doc -->
1429:             * @generated
1430:             * @ordered
1431:             */
1432:            int INSERTED_FEATURE_TYPE_FEATURE_COUNT = 2;
1433:
1434:            /**
1435:             * The meta object id for the '{@link net.opengis.wfs.impl.LockFeatureResponseTypeImpl <em>Lock Feature Response Type</em>}' class.
1436:             * <!-- begin-user-doc -->
1437:             * <!-- end-user-doc -->
1438:             * @see net.opengis.wfs.impl.LockFeatureResponseTypeImpl
1439:             * @see net.opengis.wfs.impl.WfsPackageImpl#getLockFeatureResponseType()
1440:             * @generated
1441:             */
1442:            int LOCK_FEATURE_RESPONSE_TYPE = 19;
1443:
1444:            /**
1445:             * The feature id for the '<em><b>Lock Id</b></em>' attribute.
1446:             * <!-- begin-user-doc -->
1447:             * <!-- end-user-doc -->
1448:             * @generated
1449:             * @ordered
1450:             */
1451:            int LOCK_FEATURE_RESPONSE_TYPE__LOCK_ID = 0;
1452:
1453:            /**
1454:             * The feature id for the '<em><b>Features Locked</b></em>' containment reference.
1455:             * <!-- begin-user-doc -->
1456:             * <!-- end-user-doc -->
1457:             * @generated
1458:             * @ordered
1459:             */
1460:            int LOCK_FEATURE_RESPONSE_TYPE__FEATURES_LOCKED = 1;
1461:
1462:            /**
1463:             * The feature id for the '<em><b>Features Not Locked</b></em>' containment reference.
1464:             * <!-- begin-user-doc -->
1465:             * <!-- end-user-doc -->
1466:             * @generated
1467:             * @ordered
1468:             */
1469:            int LOCK_FEATURE_RESPONSE_TYPE__FEATURES_NOT_LOCKED = 2;
1470:
1471:            /**
1472:             * The number of structural features of the '<em>Lock Feature Response Type</em>' class.
1473:             * <!-- begin-user-doc -->
1474:             * <!-- end-user-doc -->
1475:             * @generated
1476:             * @ordered
1477:             */
1478:            int LOCK_FEATURE_RESPONSE_TYPE_FEATURE_COUNT = 3;
1479:
1480:            /**
1481:             * The meta object id for the '{@link net.opengis.wfs.impl.LockFeatureTypeImpl <em>Lock Feature Type</em>}' class.
1482:             * <!-- begin-user-doc -->
1483:             * <!-- end-user-doc -->
1484:             * @see net.opengis.wfs.impl.LockFeatureTypeImpl
1485:             * @see net.opengis.wfs.impl.WfsPackageImpl#getLockFeatureType()
1486:             * @generated
1487:             */
1488:            int LOCK_FEATURE_TYPE = 20;
1489:
1490:            /**
1491:             * The feature id for the '<em><b>Handle</b></em>' attribute.
1492:             * <!-- begin-user-doc -->
1493:             * <!-- end-user-doc -->
1494:             * @generated
1495:             * @ordered
1496:             */
1497:            int LOCK_FEATURE_TYPE__HANDLE = BASE_REQUEST_TYPE__HANDLE;
1498:
1499:            /**
1500:             * The feature id for the '<em><b>Service</b></em>' attribute.
1501:             * <!-- begin-user-doc -->
1502:             * <!-- end-user-doc -->
1503:             * @generated
1504:             * @ordered
1505:             */
1506:            int LOCK_FEATURE_TYPE__SERVICE = BASE_REQUEST_TYPE__SERVICE;
1507:
1508:            /**
1509:             * The feature id for the '<em><b>Version</b></em>' attribute.
1510:             * <!-- begin-user-doc -->
1511:             * <!-- end-user-doc -->
1512:             * @generated
1513:             * @ordered
1514:             */
1515:            int LOCK_FEATURE_TYPE__VERSION = BASE_REQUEST_TYPE__VERSION;
1516:
1517:            /**
1518:             * The feature id for the '<em><b>Base Url</b></em>' attribute.
1519:             * <!-- begin-user-doc -->
1520:             * <!-- end-user-doc -->
1521:             * @generated
1522:             * @ordered
1523:             */
1524:            int LOCK_FEATURE_TYPE__BASE_URL = BASE_REQUEST_TYPE__BASE_URL;
1525:
1526:            /**
1527:             * The feature id for the '<em><b>Lock</b></em>' containment reference list.
1528:             * <!-- begin-user-doc -->
1529:             * <!-- end-user-doc -->
1530:             * @generated
1531:             * @ordered
1532:             */
1533:            int LOCK_FEATURE_TYPE__LOCK = BASE_REQUEST_TYPE_FEATURE_COUNT + 0;
1534:
1535:            /**
1536:             * The feature id for the '<em><b>Expiry</b></em>' attribute.
1537:             * <!-- begin-user-doc -->
1538:             * <!-- end-user-doc -->
1539:             * @generated
1540:             * @ordered
1541:             */
1542:            int LOCK_FEATURE_TYPE__EXPIRY = BASE_REQUEST_TYPE_FEATURE_COUNT + 1;
1543:
1544:            /**
1545:             * The feature id for the '<em><b>Lock Action</b></em>' attribute.
1546:             * <!-- begin-user-doc -->
1547:             * <!-- end-user-doc -->
1548:             * @generated
1549:             * @ordered
1550:             */
1551:            int LOCK_FEATURE_TYPE__LOCK_ACTION = BASE_REQUEST_TYPE_FEATURE_COUNT + 2;
1552:
1553:            /**
1554:             * The number of structural features of the '<em>Lock Feature Type</em>' class.
1555:             * <!-- begin-user-doc -->
1556:             * <!-- end-user-doc -->
1557:             * @generated
1558:             * @ordered
1559:             */
1560:            int LOCK_FEATURE_TYPE_FEATURE_COUNT = BASE_REQUEST_TYPE_FEATURE_COUNT + 3;
1561:
1562:            /**
1563:             * The meta object id for the '{@link net.opengis.wfs.impl.LockTypeImpl <em>Lock Type</em>}' class.
1564:             * <!-- begin-user-doc -->
1565:             * <!-- end-user-doc -->
1566:             * @see net.opengis.wfs.impl.LockTypeImpl
1567:             * @see net.opengis.wfs.impl.WfsPackageImpl#getLockType()
1568:             * @generated
1569:             */
1570:            int LOCK_TYPE = 21;
1571:
1572:            /**
1573:             * The feature id for the '<em><b>Filter</b></em>' attribute.
1574:             * <!-- begin-user-doc -->
1575:             * <!-- end-user-doc -->
1576:             * @generated
1577:             * @ordered
1578:             */
1579:            int LOCK_TYPE__FILTER = 0;
1580:
1581:            /**
1582:             * The feature id for the '<em><b>Handle</b></em>' attribute.
1583:             * <!-- begin-user-doc -->
1584:             * <!-- end-user-doc -->
1585:             * @generated
1586:             * @ordered
1587:             */
1588:            int LOCK_TYPE__HANDLE = 1;
1589:
1590:            /**
1591:             * The feature id for the '<em><b>Type Name</b></em>' attribute.
1592:             * <!-- begin-user-doc -->
1593:             * <!-- end-user-doc -->
1594:             * @generated
1595:             * @ordered
1596:             */
1597:            int LOCK_TYPE__TYPE_NAME = 2;
1598:
1599:            /**
1600:             * The number of structural features of the '<em>Lock Type</em>' class.
1601:             * <!-- begin-user-doc -->
1602:             * <!-- end-user-doc -->
1603:             * @generated
1604:             * @ordered
1605:             */
1606:            int LOCK_TYPE_FEATURE_COUNT = 3;
1607:
1608:            /**
1609:             * The meta object id for the '{@link net.opengis.wfs.impl.MetadataURLTypeImpl <em>Metadata URL Type</em>}' class.
1610:             * <!-- begin-user-doc -->
1611:             * <!-- end-user-doc -->
1612:             * @see net.opengis.wfs.impl.MetadataURLTypeImpl
1613:             * @see net.opengis.wfs.impl.WfsPackageImpl#getMetadataURLType()
1614:             * @generated
1615:             */
1616:            int METADATA_URL_TYPE = 22;
1617:
1618:            /**
1619:             * The feature id for the '<em><b>Value</b></em>' attribute.
1620:             * <!-- begin-user-doc -->
1621:             * <!-- end-user-doc -->
1622:             * @generated
1623:             * @ordered
1624:             */
1625:            int METADATA_URL_TYPE__VALUE = 0;
1626:
1627:            /**
1628:             * The feature id for the '<em><b>Format</b></em>' attribute.
1629:             * <!-- begin-user-doc -->
1630:             * <!-- end-user-doc -->
1631:             * @generated
1632:             * @ordered
1633:             */
1634:            int METADATA_URL_TYPE__FORMAT = 1;
1635:
1636:            /**
1637:             * The feature id for the '<em><b>Type</b></em>' attribute.
1638:             * <!-- begin-user-doc -->
1639:             * <!-- end-user-doc -->
1640:             * @generated
1641:             * @ordered
1642:             */
1643:            int METADATA_URL_TYPE__TYPE = 2;
1644:
1645:            /**
1646:             * The number of structural features of the '<em>Metadata URL Type</em>' class.
1647:             * <!-- begin-user-doc -->
1648:             * <!-- end-user-doc -->
1649:             * @generated
1650:             * @ordered
1651:             */
1652:            int METADATA_URL_TYPE_FEATURE_COUNT = 3;
1653:
1654:            /**
1655:             * The meta object id for the '{@link net.opengis.wfs.impl.NativeTypeImpl <em>Native Type</em>}' class.
1656:             * <!-- begin-user-doc -->
1657:             * <!-- end-user-doc -->
1658:             * @see net.opengis.wfs.impl.NativeTypeImpl
1659:             * @see net.opengis.wfs.impl.WfsPackageImpl#getNativeType()
1660:             * @generated
1661:             */
1662:            int NATIVE_TYPE = 23;
1663:
1664:            /**
1665:             * The feature id for the '<em><b>Safe To Ignore</b></em>' attribute.
1666:             * <!-- begin-user-doc -->
1667:             * <!-- end-user-doc -->
1668:             * @generated
1669:             * @ordered
1670:             */
1671:            int NATIVE_TYPE__SAFE_TO_IGNORE = 0;
1672:
1673:            /**
1674:             * The feature id for the '<em><b>Vendor Id</b></em>' attribute.
1675:             * <!-- begin-user-doc -->
1676:             * <!-- end-user-doc -->
1677:             * @generated
1678:             * @ordered
1679:             */
1680:            int NATIVE_TYPE__VENDOR_ID = 1;
1681:
1682:            /**
1683:             * The number of structural features of the '<em>Native Type</em>' class.
1684:             * <!-- begin-user-doc -->
1685:             * <!-- end-user-doc -->
1686:             * @generated
1687:             * @ordered
1688:             */
1689:            int NATIVE_TYPE_FEATURE_COUNT = 2;
1690:
1691:            /**
1692:             * The meta object id for the '{@link net.opengis.wfs.impl.NoSRSTypeImpl <em>No SRS Type</em>}' class.
1693:             * <!-- begin-user-doc -->
1694:             * <!-- end-user-doc -->
1695:             * @see net.opengis.wfs.impl.NoSRSTypeImpl
1696:             * @see net.opengis.wfs.impl.WfsPackageImpl#getNoSRSType()
1697:             * @generated
1698:             */
1699:            int NO_SRS_TYPE = 24;
1700:
1701:            /**
1702:             * The number of structural features of the '<em>No SRS Type</em>' class.
1703:             * <!-- begin-user-doc -->
1704:             * <!-- end-user-doc -->
1705:             * @generated
1706:             * @ordered
1707:             */
1708:            int NO_SRS_TYPE_FEATURE_COUNT = 0;
1709:
1710:            /**
1711:             * The meta object id for the '{@link net.opengis.wfs.impl.OperationsTypeImpl <em>Operations Type</em>}' class.
1712:             * <!-- begin-user-doc -->
1713:             * <!-- end-user-doc -->
1714:             * @see net.opengis.wfs.impl.OperationsTypeImpl
1715:             * @see net.opengis.wfs.impl.WfsPackageImpl#getOperationsType()
1716:             * @generated
1717:             */
1718:            int OPERATIONS_TYPE = 25;
1719:
1720:            /**
1721:             * The feature id for the '<em><b>Operation</b></em>' attribute list.
1722:             * <!-- begin-user-doc -->
1723:             * <!-- end-user-doc -->
1724:             * @generated
1725:             * @ordered
1726:             */
1727:            int OPERATIONS_TYPE__OPERATION = 0;
1728:
1729:            /**
1730:             * The number of structural features of the '<em>Operations Type</em>' class.
1731:             * <!-- begin-user-doc -->
1732:             * <!-- end-user-doc -->
1733:             * @generated
1734:             * @ordered
1735:             */
1736:            int OPERATIONS_TYPE_FEATURE_COUNT = 1;
1737:
1738:            /**
1739:             * The meta object id for the '{@link net.opengis.wfs.impl.OutputFormatListTypeImpl <em>Output Format List Type</em>}' class.
1740:             * <!-- begin-user-doc -->
1741:             * <!-- end-user-doc -->
1742:             * @see net.opengis.wfs.impl.OutputFormatListTypeImpl
1743:             * @see net.opengis.wfs.impl.WfsPackageImpl#getOutputFormatListType()
1744:             * @generated
1745:             */
1746:            int OUTPUT_FORMAT_LIST_TYPE = 26;
1747:
1748:            /**
1749:             * The feature id for the '<em><b>Group</b></em>' attribute list.
1750:             * <!-- begin-user-doc -->
1751:             * <!-- end-user-doc -->
1752:             * @generated
1753:             * @ordered
1754:             */
1755:            int OUTPUT_FORMAT_LIST_TYPE__GROUP = 0;
1756:
1757:            /**
1758:             * The feature id for the '<em><b>Format</b></em>' attribute.
1759:             * <!-- begin-user-doc -->
1760:             * <!-- end-user-doc -->
1761:             * @generated
1762:             * @ordered
1763:             */
1764:            int OUTPUT_FORMAT_LIST_TYPE__FORMAT = 1;
1765:
1766:            /**
1767:             * The number of structural features of the '<em>Output Format List Type</em>' class.
1768:             * <!-- begin-user-doc -->
1769:             * <!-- end-user-doc -->
1770:             * @generated
1771:             * @ordered
1772:             */
1773:            int OUTPUT_FORMAT_LIST_TYPE_FEATURE_COUNT = 2;
1774:
1775:            /**
1776:             * The meta object id for the '{@link net.opengis.wfs.impl.PropertyTypeImpl <em>Property Type</em>}' class.
1777:             * <!-- begin-user-doc -->
1778:             * <!-- end-user-doc -->
1779:             * @see net.opengis.wfs.impl.PropertyTypeImpl
1780:             * @see net.opengis.wfs.impl.WfsPackageImpl#getPropertyType()
1781:             * @generated
1782:             */
1783:            int PROPERTY_TYPE = 27;
1784:
1785:            /**
1786:             * The feature id for the '<em><b>Name</b></em>' attribute.
1787:             * <!-- begin-user-doc -->
1788:             * <!-- end-user-doc -->
1789:             * @generated
1790:             * @ordered
1791:             */
1792:            int PROPERTY_TYPE__NAME = 0;
1793:
1794:            /**
1795:             * The feature id for the '<em><b>Value</b></em>' attribute.
1796:             * <!-- begin-user-doc -->
1797:             * <!-- end-user-doc -->
1798:             * @generated
1799:             * @ordered
1800:             */
1801:            int PROPERTY_TYPE__VALUE = 1;
1802:
1803:            /**
1804:             * The number of structural features of the '<em>Property Type</em>' class.
1805:             * <!-- begin-user-doc -->
1806:             * <!-- end-user-doc -->
1807:             * @generated
1808:             * @ordered
1809:             */
1810:            int PROPERTY_TYPE_FEATURE_COUNT = 2;
1811:
1812:            /**
1813:             * The meta object id for the '{@link net.opengis.wfs.impl.QueryTypeImpl <em>Query Type</em>}' class.
1814:             * <!-- begin-user-doc -->
1815:             * <!-- end-user-doc -->
1816:             * @see net.opengis.wfs.impl.QueryTypeImpl
1817:             * @see net.opengis.wfs.impl.WfsPackageImpl#getQueryType()
1818:             * @generated
1819:             */
1820:            int QUERY_TYPE = 28;
1821:
1822:            /**
1823:             * The feature id for the '<em><b>Group</b></em>' attribute list.
1824:             * <!-- begin-user-doc -->
1825:             * <!-- end-user-doc -->
1826:             * @generated
1827:             * @ordered
1828:             */
1829:            int QUERY_TYPE__GROUP = 0;
1830:
1831:            /**
1832:             * The feature id for the '<em><b>Property Name</b></em>' attribute list.
1833:             * <!-- begin-user-doc -->
1834:             * <!-- end-user-doc -->
1835:             * @generated
1836:             * @ordered
1837:             */
1838:            int QUERY_TYPE__PROPERTY_NAME = 1;
1839:
1840:            /**
1841:             * The feature id for the '<em><b>Xlink Property Name</b></em>' containment reference list.
1842:             * <!-- begin-user-doc -->
1843:             * <!-- end-user-doc -->
1844:             * @generated
1845:             * @ordered
1846:             */
1847:            int QUERY_TYPE__XLINK_PROPERTY_NAME = 2;
1848:
1849:            /**
1850:             * The feature id for the '<em><b>Function</b></em>' attribute list.
1851:             * <!-- begin-user-doc -->
1852:             * <!-- end-user-doc -->
1853:             * @generated
1854:             * @ordered
1855:             */
1856:            int QUERY_TYPE__FUNCTION = 3;
1857:
1858:            /**
1859:             * The feature id for the '<em><b>Filter</b></em>' attribute.
1860:             * <!-- begin-user-doc -->
1861:             * <!-- end-user-doc -->
1862:             * @generated
1863:             * @ordered
1864:             */
1865:            int QUERY_TYPE__FILTER = 4;
1866:
1867:            /**
1868:             * The feature id for the '<em><b>Sort By</b></em>' attribute list.
1869:             * <!-- begin-user-doc -->
1870:             * <!-- end-user-doc -->
1871:             * @generated
1872:             * @ordered
1873:             */
1874:            int QUERY_TYPE__SORT_BY = 5;
1875:
1876:            /**
1877:             * The feature id for the '<em><b>Feature Version</b></em>' attribute.
1878:             * <!-- begin-user-doc -->
1879:             * <!-- end-user-doc -->
1880:             * @generated
1881:             * @ordered
1882:             */
1883:            int QUERY_TYPE__FEATURE_VERSION = 6;
1884:
1885:            /**
1886:             * The feature id for the '<em><b>Handle</b></em>' attribute.
1887:             * <!-- begin-user-doc -->
1888:             * <!-- end-user-doc -->
1889:             * @generated
1890:             * @ordered
1891:             */
1892:            int QUERY_TYPE__HANDLE = 7;
1893:
1894:            /**
1895:             * The feature id for the '<em><b>Srs Name</b></em>' attribute.
1896:             * <!-- begin-user-doc -->
1897:             * <!-- end-user-doc -->
1898:             * @generated
1899:             * @ordered
1900:             */
1901:            int QUERY_TYPE__SRS_NAME = 8;
1902:
1903:            /**
1904:             * The feature id for the '<em><b>Type Name</b></em>' attribute.
1905:             * <!-- begin-user-doc -->
1906:             * <!-- end-user-doc -->
1907:             * @generated
1908:             * @ordered
1909:             */
1910:            int QUERY_TYPE__TYPE_NAME = 9;
1911:
1912:            /**
1913:             * The number of structural features of the '<em>Query Type</em>' class.
1914:             * <!-- begin-user-doc -->
1915:             * <!-- end-user-doc -->
1916:             * @generated
1917:             * @ordered
1918:             */
1919:            int QUERY_TYPE_FEATURE_COUNT = 10;
1920:
1921:            /**
1922:             * The meta object id for the '{@link net.opengis.wfs.impl.TransactionResponseTypeImpl <em>Transaction Response Type</em>}' class.
1923:             * <!-- begin-user-doc -->
1924:             * <!-- end-user-doc -->
1925:             * @see net.opengis.wfs.impl.TransactionResponseTypeImpl
1926:             * @see net.opengis.wfs.impl.WfsPackageImpl#getTransactionResponseType()
1927:             * @generated
1928:             */
1929:            int TRANSACTION_RESPONSE_TYPE = 29;
1930:
1931:            /**
1932:             * The feature id for the '<em><b>Transaction Summary</b></em>' containment reference.
1933:             * <!-- begin-user-doc -->
1934:             * <!-- end-user-doc -->
1935:             * @generated
1936:             * @ordered
1937:             */
1938:            int TRANSACTION_RESPONSE_TYPE__TRANSACTION_SUMMARY = 0;
1939:
1940:            /**
1941:             * The feature id for the '<em><b>Transaction Results</b></em>' containment reference.
1942:             * <!-- begin-user-doc -->
1943:             * <!-- end-user-doc -->
1944:             * @generated
1945:             * @ordered
1946:             */
1947:            int TRANSACTION_RESPONSE_TYPE__TRANSACTION_RESULTS = 1;
1948:
1949:            /**
1950:             * The feature id for the '<em><b>Insert Results</b></em>' containment reference.
1951:             * <!-- begin-user-doc -->
1952:             * <!-- end-user-doc -->
1953:             * @generated
1954:             * @ordered
1955:             */
1956:            int TRANSACTION_RESPONSE_TYPE__INSERT_RESULTS = 2;
1957:
1958:            /**
1959:             * The feature id for the '<em><b>Version</b></em>' attribute.
1960:             * <!-- begin-user-doc -->
1961:             * <!-- end-user-doc -->
1962:             * @generated
1963:             * @ordered
1964:             */
1965:            int TRANSACTION_RESPONSE_TYPE__VERSION = 3;
1966:
1967:            /**
1968:             * The number of structural features of the '<em>Transaction Response Type</em>' class.
1969:             * <!-- begin-user-doc -->
1970:             * <!-- end-user-doc -->
1971:             * @generated
1972:             * @ordered
1973:             */
1974:            int TRANSACTION_RESPONSE_TYPE_FEATURE_COUNT = 4;
1975:
1976:            /**
1977:             * The meta object id for the '{@link net.opengis.wfs.impl.TransactionResultsTypeImpl <em>Transaction Results Type</em>}' class.
1978:             * <!-- begin-user-doc -->
1979:             * <!-- end-user-doc -->
1980:             * @see net.opengis.wfs.impl.TransactionResultsTypeImpl
1981:             * @see net.opengis.wfs.impl.WfsPackageImpl#getTransactionResultsType()
1982:             * @generated
1983:             */
1984:            int TRANSACTION_RESULTS_TYPE = 30;
1985:
1986:            /**
1987:             * The feature id for the '<em><b>Handle</b></em>' attribute.
1988:             * <!-- begin-user-doc -->
1989:             * <!-- end-user-doc -->
1990:             * @generated
1991:             * @ordered
1992:             */
1993:            int TRANSACTION_RESULTS_TYPE__HANDLE = 0;
1994:
1995:            /**
1996:             * The feature id for the '<em><b>Action</b></em>' containment reference list.
1997:             * <!-- begin-user-doc -->
1998:             * <!-- end-user-doc -->
1999:             * @generated
2000:             * @ordered
2001:             */
2002:            int TRANSACTION_RESULTS_TYPE__ACTION = 1;
2003:
2004:            /**
2005:             * The number of structural features of the '<em>Transaction Results Type</em>' class.
2006:             * <!-- begin-user-doc -->
2007:             * <!-- end-user-doc -->
2008:             * @generated
2009:             * @ordered
2010:             */
2011:            int TRANSACTION_RESULTS_TYPE_FEATURE_COUNT = 2;
2012:
2013:            /**
2014:             * The meta object id for the '{@link net.opengis.wfs.impl.TransactionSummaryTypeImpl <em>Transaction Summary Type</em>}' class.
2015:             * <!-- begin-user-doc -->
2016:             * <!-- end-user-doc -->
2017:             * @see net.opengis.wfs.impl.TransactionSummaryTypeImpl
2018:             * @see net.opengis.wfs.impl.WfsPackageImpl#getTransactionSummaryType()
2019:             * @generated
2020:             */
2021:            int TRANSACTION_SUMMARY_TYPE = 31;
2022:
2023:            /**
2024:             * The feature id for the '<em><b>Total Inserted</b></em>' attribute.
2025:             * <!-- begin-user-doc -->
2026:             * <!-- end-user-doc -->
2027:             * @generated
2028:             * @ordered
2029:             */
2030:            int TRANSACTION_SUMMARY_TYPE__TOTAL_INSERTED = 0;
2031:
2032:            /**
2033:             * The feature id for the '<em><b>Total Updated</b></em>' attribute.
2034:             * <!-- begin-user-doc -->
2035:             * <!-- end-user-doc -->
2036:             * @generated
2037:             * @ordered
2038:             */
2039:            int TRANSACTION_SUMMARY_TYPE__TOTAL_UPDATED = 1;
2040:
2041:            /**
2042:             * The feature id for the '<em><b>Total Deleted</b></em>' attribute.
2043:             * <!-- begin-user-doc -->
2044:             * <!-- end-user-doc -->
2045:             * @generated
2046:             * @ordered
2047:             */
2048:            int TRANSACTION_SUMMARY_TYPE__TOTAL_DELETED = 2;
2049:
2050:            /**
2051:             * The number of structural features of the '<em>Transaction Summary Type</em>' class.
2052:             * <!-- begin-user-doc -->
2053:             * <!-- end-user-doc -->
2054:             * @generated
2055:             * @ordered
2056:             */
2057:            int TRANSACTION_SUMMARY_TYPE_FEATURE_COUNT = 3;
2058:
2059:            /**
2060:             * The meta object id for the '{@link net.opengis.wfs.impl.TransactionTypeImpl <em>Transaction Type</em>}' class.
2061:             * <!-- begin-user-doc -->
2062:             * <!-- end-user-doc -->
2063:             * @see net.opengis.wfs.impl.TransactionTypeImpl
2064:             * @see net.opengis.wfs.impl.WfsPackageImpl#getTransactionType()
2065:             * @generated
2066:             */
2067:            int TRANSACTION_TYPE = 32;
2068:
2069:            /**
2070:             * The feature id for the '<em><b>Handle</b></em>' attribute.
2071:             * <!-- begin-user-doc -->
2072:             * <!-- end-user-doc -->
2073:             * @generated
2074:             * @ordered
2075:             */
2076:            int TRANSACTION_TYPE__HANDLE = BASE_REQUEST_TYPE__HANDLE;
2077:
2078:            /**
2079:             * The feature id for the '<em><b>Service</b></em>' attribute.
2080:             * <!-- begin-user-doc -->
2081:             * <!-- end-user-doc -->
2082:             * @generated
2083:             * @ordered
2084:             */
2085:            int TRANSACTION_TYPE__SERVICE = BASE_REQUEST_TYPE__SERVICE;
2086:
2087:            /**
2088:             * The feature id for the '<em><b>Version</b></em>' attribute.
2089:             * <!-- begin-user-doc -->
2090:             * <!-- end-user-doc -->
2091:             * @generated
2092:             * @ordered
2093:             */
2094:            int TRANSACTION_TYPE__VERSION = BASE_REQUEST_TYPE__VERSION;
2095:
2096:            /**
2097:             * The feature id for the '<em><b>Base Url</b></em>' attribute.
2098:             * <!-- begin-user-doc -->
2099:             * <!-- end-user-doc -->
2100:             * @generated
2101:             * @ordered
2102:             */
2103:            int TRANSACTION_TYPE__BASE_URL = BASE_REQUEST_TYPE__BASE_URL;
2104:
2105:            /**
2106:             * The feature id for the '<em><b>Lock Id</b></em>' attribute.
2107:             * <!-- begin-user-doc -->
2108:             * <!-- end-user-doc -->
2109:             * @generated
2110:             * @ordered
2111:             */
2112:            int TRANSACTION_TYPE__LOCK_ID = BASE_REQUEST_TYPE_FEATURE_COUNT + 0;
2113:
2114:            /**
2115:             * The feature id for the '<em><b>Group</b></em>' attribute list.
2116:             * <!-- begin-user-doc -->
2117:             * <!-- end-user-doc -->
2118:             * @generated
2119:             * @ordered
2120:             */
2121:            int TRANSACTION_TYPE__GROUP = BASE_REQUEST_TYPE_FEATURE_COUNT + 1;
2122:
2123:            /**
2124:             * The feature id for the '<em><b>Insert</b></em>' containment reference list.
2125:             * <!-- begin-user-doc -->
2126:             * <!-- end-user-doc -->
2127:             * @generated
2128:             * @ordered
2129:             */
2130:            int TRANSACTION_TYPE__INSERT = BASE_REQUEST_TYPE_FEATURE_COUNT + 2;
2131:
2132:            /**
2133:             * The feature id for the '<em><b>Update</b></em>' containment reference list.
2134:             * <!-- begin-user-doc -->
2135:             * <!-- end-user-doc -->
2136:             * @generated
2137:             * @ordered
2138:             */
2139:            int TRANSACTION_TYPE__UPDATE = BASE_REQUEST_TYPE_FEATURE_COUNT + 3;
2140:
2141:            /**
2142:             * The feature id for the '<em><b>Delete</b></em>' containment reference list.
2143:             * <!-- begin-user-doc -->
2144:             * <!-- end-user-doc -->
2145:             * @generated
2146:             * @ordered
2147:             */
2148:            int TRANSACTION_TYPE__DELETE = BASE_REQUEST_TYPE_FEATURE_COUNT + 4;
2149:
2150:            /**
2151:             * The feature id for the '<em><b>Native</b></em>' containment reference list.
2152:             * <!-- begin-user-doc -->
2153:             * <!-- end-user-doc -->
2154:             * @generated
2155:             * @ordered
2156:             */
2157:            int TRANSACTION_TYPE__NATIVE = BASE_REQUEST_TYPE_FEATURE_COUNT + 5;
2158:
2159:            /**
2160:             * The feature id for the '<em><b>Release Action</b></em>' attribute.
2161:             * <!-- begin-user-doc -->
2162:             * <!-- end-user-doc -->
2163:             * @generated
2164:             * @ordered
2165:             */
2166:            int TRANSACTION_TYPE__RELEASE_ACTION = BASE_REQUEST_TYPE_FEATURE_COUNT + 6;
2167:
2168:            /**
2169:             * The number of structural features of the '<em>Transaction Type</em>' class.
2170:             * <!-- begin-user-doc -->
2171:             * <!-- end-user-doc -->
2172:             * @generated
2173:             * @ordered
2174:             */
2175:            int TRANSACTION_TYPE_FEATURE_COUNT = BASE_REQUEST_TYPE_FEATURE_COUNT + 7;
2176:
2177:            /**
2178:             * The meta object id for the '{@link net.opengis.wfs.impl.UpdateElementTypeImpl <em>Update Element Type</em>}' class.
2179:             * <!-- begin-user-doc -->
2180:             * <!-- end-user-doc -->
2181:             * @see net.opengis.wfs.impl.UpdateElementTypeImpl
2182:             * @see net.opengis.wfs.impl.WfsPackageImpl#getUpdateElementType()
2183:             * @generated
2184:             */
2185:            int UPDATE_ELEMENT_TYPE = 33;
2186:
2187:            /**
2188:             * The feature id for the '<em><b>Property</b></em>' containment reference list.
2189:             * <!-- begin-user-doc -->
2190:             * <!-- end-user-doc -->
2191:             * @generated
2192:             * @ordered
2193:             */
2194:            int UPDATE_ELEMENT_TYPE__PROPERTY = 0;
2195:
2196:            /**
2197:             * The feature id for the '<em><b>Filter</b></em>' attribute.
2198:             * <!-- begin-user-doc -->
2199:             * <!-- end-user-doc -->
2200:             * @generated
2201:             * @ordered
2202:             */
2203:            int UPDATE_ELEMENT_TYPE__FILTER = 1;
2204:
2205:            /**
2206:             * The feature id for the '<em><b>Handle</b></em>' attribute.
2207:             * <!-- begin-user-doc -->
2208:             * <!-- end-user-doc -->
2209:             * @generated
2210:             * @ordered
2211:             */
2212:            int UPDATE_ELEMENT_TYPE__HANDLE = 2;
2213:
2214:            /**
2215:             * The feature id for the '<em><b>Input Format</b></em>' attribute.
2216:             * <!-- begin-user-doc -->
2217:             * <!-- end-user-doc -->
2218:             * @generated
2219:             * @ordered
2220:             */
2221:            int UPDATE_ELEMENT_TYPE__INPUT_FORMAT = 3;
2222:
2223:            /**
2224:             * The feature id for the '<em><b>Srs Name</b></em>' attribute.
2225:             * <!-- begin-user-doc -->
2226:             * <!-- end-user-doc -->
2227:             * @generated
2228:             * @ordered
2229:             */
2230:            int UPDATE_ELEMENT_TYPE__SRS_NAME = 4;
2231:
2232:            /**
2233:             * The feature id for the '<em><b>Type Name</b></em>' attribute.
2234:             * <!-- begin-user-doc -->
2235:             * <!-- end-user-doc -->
2236:             * @generated
2237:             * @ordered
2238:             */
2239:            int UPDATE_ELEMENT_TYPE__TYPE_NAME = 5;
2240:
2241:            /**
2242:             * The number of structural features of the '<em>Update Element Type</em>' class.
2243:             * <!-- begin-user-doc -->
2244:             * <!-- end-user-doc -->
2245:             * @generated
2246:             * @ordered
2247:             */
2248:            int UPDATE_ELEMENT_TYPE_FEATURE_COUNT = 6;
2249:
2250:            /**
2251:             * The meta object id for the '{@link net.opengis.wfs.impl.WFSCapabilitiesTypeImpl <em>WFS Capabilities Type</em>}' class.
2252:             * <!-- begin-user-doc -->
2253:             * <!-- end-user-doc -->
2254:             * @see net.opengis.wfs.impl.WFSCapabilitiesTypeImpl
2255:             * @see net.opengis.wfs.impl.WfsPackageImpl#getWFSCapabilitiesType()
2256:             * @generated
2257:             */
2258:            int WFS_CAPABILITIES_TYPE = 34;
2259:
2260:            /**
2261:             * The feature id for the '<em><b>Service Identification</b></em>' containment reference.
2262:             * <!-- begin-user-doc -->
2263:             * <!-- end-user-doc -->
2264:             * @generated
2265:             * @ordered
2266:             */
2267:            int WFS_CAPABILITIES_TYPE__SERVICE_IDENTIFICATION = OwsPackage.CAPABILITIES_BASE_TYPE__SERVICE_IDENTIFICATION;
2268:
2269:            /**
2270:             * The feature id for the '<em><b>Service Provider</b></em>' containment reference.
2271:             * <!-- begin-user-doc -->
2272:             * <!-- end-user-doc -->
2273:             * @generated
2274:             * @ordered
2275:             */
2276:            int WFS_CAPABILITIES_TYPE__SERVICE_PROVIDER = OwsPackage.CAPABILITIES_BASE_TYPE__SERVICE_PROVIDER;
2277:
2278:            /**
2279:             * The feature id for the '<em><b>Operations Metadata</b></em>' containment reference.
2280:             * <!-- begin-user-doc -->
2281:             * <!-- end-user-doc -->
2282:             * @generated
2283:             * @ordered
2284:             */
2285:            int WFS_CAPABILITIES_TYPE__OPERATIONS_METADATA = OwsPackage.CAPABILITIES_BASE_TYPE__OPERATIONS_METADATA;
2286:
2287:            /**
2288:             * The feature id for the '<em><b>Update Sequence</b></em>' attribute.
2289:             * <!-- begin-user-doc -->
2290:             * <!-- end-user-doc -->
2291:             * @generated
2292:             * @ordered
2293:             */
2294:            int WFS_CAPABILITIES_TYPE__UPDATE_SEQUENCE = OwsPackage.CAPABILITIES_BASE_TYPE__UPDATE_SEQUENCE;
2295:
2296:            /**
2297:             * The feature id for the '<em><b>Version</b></em>' attribute.
2298:             * <!-- begin-user-doc -->
2299:             * <!-- end-user-doc -->
2300:             * @generated
2301:             * @ordered
2302:             */
2303:            int WFS_CAPABILITIES_TYPE__VERSION = OwsPackage.CAPABILITIES_BASE_TYPE__VERSION;
2304:
2305:            /**
2306:             * The feature id for the '<em><b>Feature Type List</b></em>' containment reference.
2307:             * <!-- begin-user-doc -->
2308:             * <!-- end-user-doc -->
2309:             * @generated
2310:             * @ordered
2311:             */
2312:            int WFS_CAPABILITIES_TYPE__FEATURE_TYPE_LIST = OwsPackage.CAPABILITIES_BASE_TYPE_FEATURE_COUNT + 0;
2313:
2314:            /**
2315:             * The feature id for the '<em><b>Serves GML Object Type List</b></em>' containment reference.
2316:             * <!-- begin-user-doc -->
2317:             * <!-- end-user-doc -->
2318:             * @generated
2319:             * @ordered
2320:             */
2321:            int WFS_CAPABILITIES_TYPE__SERVES_GML_OBJECT_TYPE_LIST = OwsPackage.CAPABILITIES_BASE_TYPE_FEATURE_COUNT + 1;
2322:
2323:            /**
2324:             * The feature id for the '<em><b>Supports GML Object Type List</b></em>' containment reference.
2325:             * <!-- begin-user-doc -->
2326:             * <!-- end-user-doc -->
2327:             * @generated
2328:             * @ordered
2329:             */
2330:            int WFS_CAPABILITIES_TYPE__SUPPORTS_GML_OBJECT_TYPE_LIST = OwsPackage.CAPABILITIES_BASE_TYPE_FEATURE_COUNT + 2;
2331:
2332:            /**
2333:             * The feature id for the '<em><b>Filter Capabilities</b></em>' attribute.
2334:             * <!-- begin-user-doc -->
2335:             * <!-- end-user-doc -->
2336:             * @generated
2337:             * @ordered
2338:             */
2339:            int WFS_CAPABILITIES_TYPE__FILTER_CAPABILITIES = OwsPackage.CAPABILITIES_BASE_TYPE_FEATURE_COUNT + 3;
2340:
2341:            /**
2342:             * The number of structural features of the '<em>WFS Capabilities Type</em>' class.
2343:             * <!-- begin-user-doc -->
2344:             * <!-- end-user-doc -->
2345:             * @generated
2346:             * @ordered
2347:             */
2348:            int WFS_CAPABILITIES_TYPE_FEATURE_COUNT = OwsPackage.CAPABILITIES_BASE_TYPE_FEATURE_COUNT + 4;
2349:
2350:            /**
2351:             * The meta object id for the '{@link net.opengis.wfs.impl.XlinkPropertyNameTypeImpl <em>Xlink Property Name Type</em>}' class.
2352:             * <!-- begin-user-doc -->
2353:             * <!-- end-user-doc -->
2354:             * @see net.opengis.wfs.impl.XlinkPropertyNameTypeImpl
2355:             * @see net.opengis.wfs.impl.WfsPackageImpl#getXlinkPropertyNameType()
2356:             * @generated
2357:             */
2358:            int XLINK_PROPERTY_NAME_TYPE = 35;
2359:
2360:            /**
2361:             * The feature id for the '<em><b>Value</b></em>' attribute.
2362:             * <!-- begin-user-doc -->
2363:             * <!-- end-user-doc -->
2364:             * @generated
2365:             * @ordered
2366:             */
2367:            int XLINK_PROPERTY_NAME_TYPE__VALUE = 0;
2368:
2369:            /**
2370:             * The feature id for the '<em><b>Traverse Xlink Depth</b></em>' attribute.
2371:             * <!-- begin-user-doc -->
2372:             * <!-- end-user-doc -->
2373:             * @generated
2374:             * @ordered
2375:             */
2376:            int XLINK_PROPERTY_NAME_TYPE__TRAVERSE_XLINK_DEPTH = 1;
2377:
2378:            /**
2379:             * The feature id for the '<em><b>Traverse Xlink Expiry</b></em>' attribute.
2380:             * <!-- begin-user-doc -->
2381:             * <!-- end-user-doc -->
2382:             * @generated
2383:             * @ordered
2384:             */
2385:            int XLINK_PROPERTY_NAME_TYPE__TRAVERSE_XLINK_EXPIRY = 2;
2386:
2387:            /**
2388:             * The number of structural features of the '<em>Xlink Property Name Type</em>' class.
2389:             * <!-- begin-user-doc -->
2390:             * <!-- end-user-doc -->
2391:             * @generated
2392:             * @ordered
2393:             */
2394:            int XLINK_PROPERTY_NAME_TYPE_FEATURE_COUNT = 3;
2395:
2396:            /**
2397:             * The meta object id for the '{@link net.opengis.wfs.AllSomeType <em>All Some Type</em>}' enum.
2398:             * <!-- begin-user-doc -->
2399:             * <!-- end-user-doc -->
2400:             * @see net.opengis.wfs.AllSomeType
2401:             * @see net.opengis.wfs.impl.WfsPackageImpl#getAllSomeType()
2402:             * @generated
2403:             */
2404:            int ALL_SOME_TYPE = 36;
2405:
2406:            /**
2407:             * The meta object id for the '{@link net.opengis.wfs.IdentifierGenerationOptionType <em>Identifier Generation Option Type</em>}' enum.
2408:             * <!-- begin-user-doc -->
2409:             * <!-- end-user-doc -->
2410:             * @see net.opengis.wfs.IdentifierGenerationOptionType
2411:             * @see net.opengis.wfs.impl.WfsPackageImpl#getIdentifierGenerationOptionType()
2412:             * @generated
2413:             */
2414:            int IDENTIFIER_GENERATION_OPTION_TYPE = 37;
2415:
2416:            /**
2417:             * The meta object id for the '{@link net.opengis.wfs.OperationType <em>Operation Type</em>}' enum.
2418:             * <!-- begin-user-doc -->
2419:             * <!-- end-user-doc -->
2420:             * @see net.opengis.wfs.OperationType
2421:             * @see net.opengis.wfs.impl.WfsPackageImpl#getOperationType()
2422:             * @generated
2423:             */
2424:            int OPERATION_TYPE = 38;
2425:
2426:            /**
2427:             * The meta object id for the '{@link net.opengis.wfs.ResultTypeType <em>Result Type Type</em>}' enum.
2428:             * <!-- begin-user-doc -->
2429:             * <!-- end-user-doc -->
2430:             * @see net.opengis.wfs.ResultTypeType
2431:             * @see net.opengis.wfs.impl.WfsPackageImpl#getResultTypeType()
2432:             * @generated
2433:             */
2434:            int RESULT_TYPE_TYPE = 39;
2435:
2436:            /**
2437:             * The meta object id for the '<em>Service Type</em>' data type.
2438:             * <!-- begin-user-doc -->
2439:             * <!-- end-user-doc -->
2440:             * @see java.lang.String
2441:             * @see net.opengis.wfs.impl.WfsPackageImpl#getServiceType()
2442:             * @generated
2443:             */
2444:            int SERVICE_TYPE = 40;
2445:
2446:            /**
2447:             * The meta object id for the '<em>Filter</em>' data type.
2448:             * <!-- begin-user-doc -->
2449:             * <!-- end-user-doc -->
2450:             * @see org.opengis.filter.Filter
2451:             * @see net.opengis.wfs.impl.WfsPackageImpl#getFilter()
2452:             * @generated
2453:             */
2454:            int FILTER = 41;
2455:
2456:            /**
2457:             * The meta object id for the '<em>QName</em>' data type.
2458:             * <!-- begin-user-doc -->
2459:             * <!-- end-user-doc -->
2460:             * @see javax.xml.namespace.QName
2461:             * @see net.opengis.wfs.impl.WfsPackageImpl#getQName()
2462:             * @generated
2463:             */
2464:            int QNAME = 42;
2465:
2466:            /**
2467:             * The meta object id for the '<em>Calendar</em>' data type.
2468:             * <!-- begin-user-doc -->
2469:             * <!-- end-user-doc -->
2470:             * @see java.util.Calendar
2471:             * @see net.opengis.wfs.impl.WfsPackageImpl#getCalendar()
2472:             * @generated
2473:             */
2474:            int CALENDAR = 43;
2475:
2476:            /**
2477:             * The meta object id for the '<em>Feature Collection</em>' data type.
2478:             * <!-- begin-user-doc -->
2479:             * <!-- end-user-doc -->
2480:             * @see org.geotools.feature.FeatureCollection
2481:             * @see net.opengis.wfs.impl.WfsPackageImpl#getFeatureCollection()
2482:             * @generated
2483:             */
2484:            int FEATURE_COLLECTION = 44;
2485:
2486:            /**
2487:             * The meta object id for the '<em>Feature Id</em>' data type.
2488:             * <!-- begin-user-doc -->
2489:             * <!-- end-user-doc -->
2490:             * @see org.opengis.filter.identity.FeatureId
2491:             * @see net.opengis.wfs.impl.WfsPackageImpl#getFeatureId()
2492:             * @generated
2493:             */
2494:            int FEATURE_ID = 45;
2495:
2496:            /**
2497:             * The meta object id for the '<em>Service Type 1</em>' data type.
2498:             * <!-- begin-user-doc -->
2499:             * <!-- end-user-doc -->
2500:             * @see java.lang.String
2501:             * @see net.opengis.wfs.impl.WfsPackageImpl#getServiceType_1()
2502:             * @generated
2503:             */
2504:            int SERVICE_TYPE_1 = 46;
2505:
2506:            /**
2507:             * The meta object id for the '<em>URI</em>' data type.
2508:             * <!-- begin-user-doc -->
2509:             * <!-- end-user-doc -->
2510:             * @see java.net.URI
2511:             * @see net.opengis.wfs.impl.WfsPackageImpl#getURI()
2512:             * @generated
2513:             */
2514:            int URI = 47;
2515:
2516:            /**
2517:             * The meta object id for the '<em>Format Type</em>' data type.
2518:             * <!-- begin-user-doc -->
2519:             * <!-- end-user-doc -->
2520:             * @see java.lang.String
2521:             * @see net.opengis.wfs.impl.WfsPackageImpl#getFormatType()
2522:             * @generated
2523:             */
2524:            int FORMAT_TYPE = 48;
2525:
2526:            /**
2527:             * The meta object id for the '<em>Type Type</em>' data type.
2528:             * <!-- begin-user-doc -->
2529:             * <!-- end-user-doc -->
2530:             * @see java.lang.String
2531:             * @see net.opengis.wfs.impl.WfsPackageImpl#getTypeType()
2532:             * @generated
2533:             */
2534:            int TYPE_TYPE = 49;
2535:
2536:            /**
2537:             * The meta object id for the '<em>Function</em>' data type.
2538:             * <!-- begin-user-doc -->
2539:             * <!-- end-user-doc -->
2540:             * @see org.opengis.filter.expression.Function
2541:             * @see net.opengis.wfs.impl.WfsPackageImpl#getFunction()
2542:             * @generated
2543:             */
2544:            int FUNCTION = 50;
2545:
2546:            /**
2547:             * The meta object id for the '<em>Sort By</em>' data type.
2548:             * <!-- begin-user-doc -->
2549:             * <!-- end-user-doc -->
2550:             * @see org.opengis.filter.sort.SortBy
2551:             * @see net.opengis.wfs.impl.WfsPackageImpl#getSortBy()
2552:             * @generated
2553:             */
2554:            int SORT_BY = 51;
2555:
2556:            /**
2557:             * The meta object id for the '<em>Type Name List Type</em>' data type.
2558:             * <!-- begin-user-doc -->
2559:             * <!-- end-user-doc -->
2560:             * @see java.util.List
2561:             * @see net.opengis.wfs.impl.WfsPackageImpl#getTypeNameListType()
2562:             * @generated
2563:             */
2564:            int TYPE_NAME_LIST_TYPE = 52;
2565:
2566:            /**
2567:             * Returns the meta object for class '{@link net.opengis.wfs.ActionType <em>Action Type</em>}'.
2568:             * <!-- begin-user-doc -->
2569:             * <!-- end-user-doc -->
2570:             * @return the meta object for class '<em>Action Type</em>'.
2571:             * @see net.opengis.wfs.ActionType
2572:             * @generated
2573:             */
2574:            EClass getActionType();
2575:
2576:            /**
2577:             * Returns the meta object for the attribute '{@link net.opengis.wfs.ActionType#getMessage <em>Message</em>}'.
2578:             * <!-- begin-user-doc -->
2579:             * <!-- end-user-doc -->
2580:             * @return the meta object for the attribute '<em>Message</em>'.
2581:             * @see net.opengis.wfs.ActionType#getMessage()
2582:             * @see #getActionType()
2583:             * @generated
2584:             */
2585:            EAttribute getActionType_Message();
2586:
2587:            /**
2588:             * Returns the meta object for the attribute '{@link net.opengis.wfs.ActionType#getCode <em>Code</em>}'.
2589:             * <!-- begin-user-doc -->
2590:             * <!-- end-user-doc -->
2591:             * @return the meta object for the attribute '<em>Code</em>'.
2592:             * @see net.opengis.wfs.ActionType#getCode()
2593:             * @see #getActionType()
2594:             * @generated
2595:             */
2596:            EAttribute getActionType_Code();
2597:
2598:            /**
2599:             * Returns the meta object for the attribute '{@link net.opengis.wfs.ActionType#getLocator <em>Locator</em>}'.
2600:             * <!-- begin-user-doc -->
2601:             * <!-- end-user-doc -->
2602:             * @return the meta object for the attribute '<em>Locator</em>'.
2603:             * @see net.opengis.wfs.ActionType#getLocator()
2604:             * @see #getActionType()
2605:             * @generated
2606:             */
2607:            EAttribute getActionType_Locator();
2608:
2609:            /**
2610:             * Returns the meta object for class '{@link net.opengis.wfs.BaseRequestType <em>Base Request Type</em>}'.
2611:             * <!-- begin-user-doc -->
2612:             * <!-- end-user-doc -->
2613:             * @return the meta object for class '<em>Base Request Type</em>'.
2614:             * @see net.opengis.wfs.BaseRequestType
2615:             * @generated
2616:             */
2617:            EClass getBaseRequestType();
2618:
2619:            /**
2620:             * Returns the meta object for the attribute '{@link net.opengis.wfs.BaseRequestType#getHandle <em>Handle</em>}'.
2621:             * <!-- begin-user-doc -->
2622:             * <!-- end-user-doc -->
2623:             * @return the meta object for the attribute '<em>Handle</em>'.
2624:             * @see net.opengis.wfs.BaseRequestType#getHandle()
2625:             * @see #getBaseRequestType()
2626:             * @generated
2627:             */
2628:            EAttribute getBaseRequestType_Handle();
2629:
2630:            /**
2631:             * Returns the meta object for the attribute '{@link net.opengis.wfs.BaseRequestType#getService <em>Service</em>}'.
2632:             * <!-- begin-user-doc -->
2633:             * <!-- end-user-doc -->
2634:             * @return the meta object for the attribute '<em>Service</em>'.
2635:             * @see net.opengis.wfs.BaseRequestType#getService()
2636:             * @see #getBaseRequestType()
2637:             * @generated
2638:             */
2639:            EAttribute getBaseRequestType_Service();
2640:
2641:            /**
2642:             * Returns the meta object for the attribute '{@link net.opengis.wfs.BaseRequestType#getVersion <em>Version</em>}'.
2643:             * <!-- begin-user-doc -->
2644:             * <!-- end-user-doc -->
2645:             * @return the meta object for the attribute '<em>Version</em>'.
2646:             * @see net.opengis.wfs.BaseRequestType#getVersion()
2647:             * @see #getBaseRequestType()
2648:             * @generated
2649:             */
2650:            EAttribute getBaseRequestType_Version();
2651:
2652:            /**
2653:             * Returns the meta object for the attribute '{@link net.opengis.wfs.BaseRequestType#getBaseUrl <em>Base Url</em>}'.
2654:             * <!-- begin-user-doc -->
2655:             * <!-- end-user-doc -->
2656:             * @return the meta object for the attribute '<em>Base Url</em>'.
2657:             * @see net.opengis.wfs.BaseRequestType#getBaseUrl()
2658:             * @see #getBaseRequestType()
2659:             * @generated
2660:             */
2661:            EAttribute getBaseRequestType_BaseUrl();
2662:
2663:            /**
2664:             * Returns the meta object for class '{@link net.opengis.wfs.DeleteElementType <em>Delete Element Type</em>}'.
2665:             * <!-- begin-user-doc -->
2666:             * <!-- end-user-doc -->
2667:             * @return the meta object for class '<em>Delete Element Type</em>'.
2668:             * @see net.opengis.wfs.DeleteElementType
2669:             * @generated
2670:             */
2671:            EClass getDeleteElementType();
2672:
2673:            /**
2674:             * Returns the meta object for the attribute '{@link net.opengis.wfs.DeleteElementType#getFilter <em>Filter</em>}'.
2675:             * <!-- begin-user-doc -->
2676:             * <!-- end-user-doc -->
2677:             * @return the meta object for the attribute '<em>Filter</em>'.
2678:             * @see net.opengis.wfs.DeleteElementType#getFilter()
2679:             * @see #getDeleteElementType()
2680:             * @generated
2681:             */
2682:            EAttribute getDeleteElementType_Filter();
2683:
2684:            /**
2685:             * Returns the meta object for the attribute '{@link net.opengis.wfs.DeleteElementType#getHandle <em>Handle</em>}'.
2686:             * <!-- begin-user-doc -->
2687:             * <!-- end-user-doc -->
2688:             * @return the meta object for the attribute '<em>Handle</em>'.
2689:             * @see net.opengis.wfs.DeleteElementType#getHandle()
2690:             * @see #getDeleteElementType()
2691:             * @generated
2692:             */
2693:            EAttribute getDeleteElementType_Handle();
2694:
2695:            /**
2696:             * Returns the meta object for the attribute '{@link net.opengis.wfs.DeleteElementType#getTypeName <em>Type Name</em>}'.
2697:             * <!-- begin-user-doc -->
2698:             * <!-- end-user-doc -->
2699:             * @return the meta object for the attribute '<em>Type Name</em>'.
2700:             * @see net.opengis.wfs.DeleteElementType#getTypeName()
2701:             * @see #getDeleteElementType()
2702:             * @generated
2703:             */
2704:            EAttribute getDeleteElementType_TypeName();
2705:
2706:            /**
2707:             * Returns the meta object for class '{@link net.opengis.wfs.DescribeFeatureTypeType <em>Describe Feature Type Type</em>}'.
2708:             * <!-- begin-user-doc -->
2709:             * <!-- end-user-doc -->
2710:             * @return the meta object for class '<em>Describe Feature Type Type</em>'.
2711:             * @see net.opengis.wfs.DescribeFeatureTypeType
2712:             * @generated
2713:             */
2714:            EClass getDescribeFeatureTypeType();
2715:
2716:            /**
2717:             * Returns the meta object for the attribute list '{@link net.opengis.wfs.DescribeFeatureTypeType#getTypeName <em>Type Name</em>}'.
2718:             * <!-- begin-user-doc -->
2719:             * <!-- end-user-doc -->
2720:             * @return the meta object for the attribute list '<em>Type Name</em>'.
2721:             * @see net.opengis.wfs.DescribeFeatureTypeType#getTypeName()
2722:             * @see #getDescribeFeatureTypeType()
2723:             * @generated
2724:             */
2725:            EAttribute getDescribeFeatureTypeType_TypeName();
2726:
2727:            /**
2728:             * Returns the meta object for the attribute '{@link net.opengis.wfs.DescribeFeatureTypeType#getOutputFormat <em>Output Format</em>}'.
2729:             * <!-- begin-user-doc -->
2730:             * <!-- end-user-doc -->
2731:             * @return the meta object for the attribute '<em>Output Format</em>'.
2732:             * @see net.opengis.wfs.DescribeFeatureTypeType#getOutputFormat()
2733:             * @see #getDescribeFeatureTypeType()
2734:             * @generated
2735:             */
2736:            EAttribute getDescribeFeatureTypeType_OutputFormat();
2737:
2738:            /**
2739:             * Returns the meta object for class '{@link net.opengis.wfs.DocumentRoot <em>Document Root</em>}'.
2740:             * <!-- begin-user-doc -->
2741:             * <!-- end-user-doc -->
2742:             * @return the meta object for class '<em>Document Root</em>'.
2743:             * @see net.opengis.wfs.DocumentRoot
2744:             * @generated
2745:             */
2746:            EClass getDocumentRoot();
2747:
2748:            /**
2749:             * Returns the meta object for the attribute list '{@link net.opengis.wfs.DocumentRoot#getMixed <em>Mixed</em>}'.
2750:             * <!-- begin-user-doc -->
2751:             * <!-- end-user-doc -->
2752:             * @return the meta object for the attribute list '<em>Mixed</em>'.
2753:             * @see net.opengis.wfs.DocumentRoot#getMixed()
2754:             * @see #getDocumentRoot()
2755:             * @generated
2756:             */
2757:            EAttribute getDocumentRoot_Mixed();
2758:
2759:            /**
2760:             * Returns the meta object for the map '{@link net.opengis.wfs.DocumentRoot#getXMLNSPrefixMap <em>XMLNS Prefix Map</em>}'.
2761:             * <!-- begin-user-doc -->
2762:             * <!-- end-user-doc -->
2763:             * @return the meta object for the map '<em>XMLNS Prefix Map</em>'.
2764:             * @see net.opengis.wfs.DocumentRoot#getXMLNSPrefixMap()
2765:             * @see #getDocumentRoot()
2766:             * @generated
2767:             */
2768:            EReference getDocumentRoot_XMLNSPrefixMap();
2769:
2770:            /**
2771:             * Returns the meta object for the map '{@link net.opengis.wfs.DocumentRoot#getXSISchemaLocation <em>XSI Schema Location</em>}'.
2772:             * <!-- begin-user-doc -->
2773:             * <!-- end-user-doc -->
2774:             * @return the meta object for the map '<em>XSI Schema Location</em>'.
2775:             * @see net.opengis.wfs.DocumentRoot#getXSISchemaLocation()
2776:             * @see #getDocumentRoot()
2777:             * @generated
2778:             */
2779:            EReference getDocumentRoot_XSISchemaLocation();
2780:
2781:            /**
2782:             * Returns the meta object for the containment reference '{@link net.opengis.wfs.DocumentRoot#getDelete <em>Delete</em>}'.
2783:             * <!-- begin-user-doc -->
2784:             * <!-- end-user-doc -->
2785:             * @return the meta object for the containment reference '<em>Delete</em>'.
2786:             * @see net.opengis.wfs.DocumentRoot#getDelete()
2787:             * @see #getDocumentRoot()
2788:             * @generated
2789:             */
2790:            EReference getDocumentRoot_Delete();
2791:
2792:            /**
2793:             * Returns the meta object for the containment reference '{@link net.opengis.wfs.DocumentRoot#getDescribeFeatureType <em>Describe Feature Type</em>}'.
2794:             * <!-- begin-user-doc -->
2795:             * <!-- end-user-doc -->
2796:             * @return the meta object for the containment reference '<em>Describe Feature Type</em>'.
2797:             * @see net.opengis.wfs.DocumentRoot#getDescribeFeatureType()
2798:             * @see #getDocumentRoot()
2799:             * @generated
2800:             */
2801:            EReference getDocumentRoot_DescribeFeatureType();
2802:
2803:            /**
2804:             * Returns the meta object for the containment reference '{@link net.opengis.wfs.DocumentRoot#getFeatureCollection <em>Feature Collection</em>}'.
2805:             * <!-- begin-user-doc -->
2806:             * <!-- end-user-doc -->
2807:             * @return the meta object for the containment reference '<em>Feature Collection</em>'.
2808:             * @see net.opengis.wfs.DocumentRoot#getFeatureCollection()
2809:             * @see #getDocumentRoot()
2810:             * @generated
2811:             */
2812:            EReference getDocumentRoot_FeatureCollection();
2813:
2814:            /**
2815:             * Returns the meta object for the containment reference '{@link net.opengis.wfs.DocumentRoot#getFeatureTypeList <em>Feature Type List</em>}'.
2816:             * <!-- begin-user-doc -->
2817:             * <!-- end-user-doc -->
2818:             * @return the meta object for the containment reference '<em>Feature Type List</em>'.
2819:             * @see net.opengis.wfs.DocumentRoot#getFeatureTypeList()
2820:             * @see #getDocumentRoot()
2821:             * @generated
2822:             */
2823:            EReference getDocumentRoot_FeatureTypeList();
2824:
2825:            /**
2826:             * Returns the meta object for the containment reference '{@link net.opengis.wfs.DocumentRoot#getGetCapabilities <em>Get Capabilities</em>}'.
2827:             * <!-- begin-user-doc -->
2828:             * <!-- end-user-doc -->
2829:             * @return the meta object for the containment reference '<em>Get Capabilities</em>'.
2830:             * @see net.opengis.wfs.DocumentRoot#getGetCapabilities()
2831:             * @see #getDocumentRoot()
2832:             * @generated
2833:             */
2834:            EReference getDocumentRoot_GetCapabilities();
2835:
2836:            /**
2837:             * Returns the meta object for the containment reference '{@link net.opengis.wfs.DocumentRoot#getGetFeature <em>Get Feature</em>}'.
2838:             * <!-- begin-user-doc -->
2839:             * <!-- end-user-doc -->
2840:             * @return the meta object for the containment reference '<em>Get Feature</em>'.
2841:             * @see net.opengis.wfs.DocumentRoot#getGetFeature()
2842:             * @see #getDocumentRoot()
2843:             * @generated
2844:             */
2845:            EReference getDocumentRoot_GetFeature();
2846:
2847:            /**
2848:             * Returns the meta object for the containment reference '{@link net.opengis.wfs.DocumentRoot#getGetFeatureWithLock <em>Get Feature With Lock</em>}'.
2849:             * <!-- begin-user-doc -->
2850:             * <!-- end-user-doc -->
2851:             * @return the meta object for the containment reference '<em>Get Feature With Lock</em>'.
2852:             * @see net.opengis.wfs.DocumentRoot#getGetFeatureWithLock()
2853:             * @see #getDocumentRoot()
2854:             * @generated
2855:             */
2856:            EReference getDocumentRoot_GetFeatureWithLock();
2857:
2858:            /**
2859:             * Returns the meta object for the containment reference '{@link net.opengis.wfs.DocumentRoot#getGetGmlObject <em>Get Gml Object</em>}'.
2860:             * <!-- begin-user-doc -->
2861:             * <!-- end-user-doc -->
2862:             * @return the meta object for the containment reference '<em>Get Gml Object</em>'.
2863:             * @see net.opengis.wfs.DocumentRoot#getGetGmlObject()
2864:             * @see #getDocumentRoot()
2865:             * @generated
2866:             */
2867:            EReference getDocumentRoot_GetGmlObject();
2868:
2869:            /**
2870:             * Returns the meta object for the containment reference '{@link net.opengis.wfs.DocumentRoot#getInsert <em>Insert</em>}'.
2871:             * <!-- begin-user-doc -->
2872:             * <!-- end-user-doc -->
2873:             * @return the meta object for the containment reference '<em>Insert</em>'.
2874:             * @see net.opengis.wfs.DocumentRoot#getInsert()
2875:             * @see #getDocumentRoot()
2876:             * @generated
2877:             */
2878:            EReference getDocumentRoot_Insert();
2879:
2880:            /**
2881:             * Returns the meta object for the containment reference '{@link net.opengis.wfs.DocumentRoot#getLockFeature <em>Lock Feature</em>}'.
2882:             * <!-- begin-user-doc -->
2883:             * <!-- end-user-doc -->
2884:             * @return the meta object for the containment reference '<em>Lock Feature</em>'.
2885:             * @see net.opengis.wfs.DocumentRoot#getLockFeature()
2886:             * @see #getDocumentRoot()
2887:             * @generated
2888:             */
2889:            EReference getDocumentRoot_LockFeature();
2890:
2891:            /**
2892:             * Returns the meta object for the containment reference '{@link net.opengis.wfs.DocumentRoot#getLockFeatureResponse <em>Lock Feature Response</em>}'.
2893:             * <!-- begin-user-doc -->
2894:             * <!-- end-user-doc -->
2895:             * @return the meta object for the containment reference '<em>Lock Feature Response</em>'.
2896:             * @see net.opengis.wfs.DocumentRoot#getLockFeatureResponse()
2897:             * @see #getDocumentRoot()
2898:             * @generated
2899:             */
2900:            EReference getDocumentRoot_LockFeatureResponse();
2901:
2902:            /**
2903:             * Returns the meta object for the attribute '{@link net.opengis.wfs.DocumentRoot#getLockId <em>Lock Id</em>}'.
2904:             * <!-- begin-user-doc -->
2905:             * <!-- end-user-doc -->
2906:             * @return the meta object for the attribute '<em>Lock Id</em>'.
2907:             * @see net.opengis.wfs.DocumentRoot#getLockId()
2908:             * @see #getDocumentRoot()
2909:             * @generated
2910:             */
2911:            EAttribute getDocumentRoot_LockId();
2912:
2913:            /**
2914:             * Returns the meta object for the containment reference '{@link net.opengis.wfs.DocumentRoot#getNative <em>Native</em>}'.
2915:             * <!-- begin-user-doc -->
2916:             * <!-- end-user-doc -->
2917:             * @return the meta object for the containment reference '<em>Native</em>'.
2918:             * @see net.opengis.wfs.DocumentRoot#getNative()
2919:             * @see #getDocumentRoot()
2920:             * @generated
2921:             */
2922:            EReference getDocumentRoot_Native();
2923:
2924:            /**
2925:             * Returns the meta object for the containment reference '{@link net.opengis.wfs.DocumentRoot#getProperty <em>Property</em>}'.
2926:             * <!-- begin-user-doc -->
2927:             * <!-- end-user-doc -->
2928:             * @return the meta object for the containment reference '<em>Property</em>'.
2929:             * @see net.opengis.wfs.DocumentRoot#getProperty()
2930:             * @see #getDocumentRoot()
2931:             * @generated
2932:             */
2933:            EReference getDocumentRoot_Property();
2934:
2935:            /**
2936:             * Returns the meta object for the attribute '{@link net.opengis.wfs.DocumentRoot#getPropertyName <em>Property Name</em>}'.
2937:             * <!-- begin-user-doc -->
2938:             * <!-- end-user-doc -->
2939:             * @return the meta object for the attribute '<em>Property Name</em>'.
2940:             * @see net.opengis.wfs.DocumentRoot#getPropertyName()
2941:             * @see #getDocumentRoot()
2942:             * @generated
2943:             */
2944:            EAttribute getDocumentRoot_PropertyName();
2945:
2946:            /**
2947:             * Returns the meta object for the containment reference '{@link net.opengis.wfs.DocumentRoot#getQuery <em>Query</em>}'.
2948:             * <!-- begin-user-doc -->
2949:             * <!-- end-user-doc -->
2950:             * @return the meta object for the containment reference '<em>Query</em>'.
2951:             * @see net.opengis.wfs.DocumentRoot#getQuery()
2952:             * @see #getDocumentRoot()
2953:             * @generated
2954:             */
2955:            EReference getDocumentRoot_Query();
2956:
2957:            /**
2958:             * Returns the meta object for the containment reference '{@link net.opengis.wfs.DocumentRoot#getServesGMLObjectTypeList <em>Serves GML Object Type List</em>}'.
2959:             * <!-- begin-user-doc -->
2960:             * <!-- end-user-doc -->
2961:             * @return the meta object for the containment reference '<em>Serves GML Object Type List</em>'.
2962:             * @see net.opengis.wfs.DocumentRoot#getServesGMLObjectTypeList()
2963:             * @see #getDocumentRoot()
2964:             * @generated
2965:             */
2966:            EReference getDocumentRoot_ServesGMLObjectTypeList();
2967:
2968:            /**
2969:             * Returns the meta object for the containment reference '{@link net.opengis.wfs.DocumentRoot#getSupportsGMLObjectTypeList <em>Supports GML Object Type List</em>}'.
2970:             * <!-- begin-user-doc -->
2971:             * <!-- end-user-doc -->
2972:             * @return the meta object for the containment reference '<em>Supports GML Object Type List</em>'.
2973:             * @see net.opengis.wfs.DocumentRoot#getSupportsGMLObjectTypeList()
2974:             * @see #getDocumentRoot()
2975:             * @generated
2976:             */
2977:            EReference getDocumentRoot_SupportsGMLObjectTypeList();
2978:
2979:            /**
2980:             * Returns the meta object for the containment reference '{@link net.opengis.wfs.DocumentRoot#getTransaction <em>Transaction</em>}'.
2981:             * <!-- begin-user-doc -->
2982:             * <!-- end-user-doc -->
2983:             * @return the meta object for the containment reference '<em>Transaction</em>'.
2984:             * @see net.opengis.wfs.DocumentRoot#getTransaction()
2985:             * @see #getDocumentRoot()
2986:             * @generated
2987:             */
2988:            EReference getDocumentRoot_Transaction();
2989:
2990:            /**
2991:             * Returns the meta object for the containment reference '{@link net.opengis.wfs.DocumentRoot#getTransactionResponse <em>Transaction Response</em>}'.
2992:             * <!-- begin-user-doc -->
2993:             * <!-- end-user-doc -->
2994:             * @return the meta object for the containment reference '<em>Transaction Response</em>'.
2995:             * @see net.opengis.wfs.DocumentRoot#getTransactionResponse()
2996:             * @see #getDocumentRoot()
2997:             * @generated
2998:             */
2999:            EReference getDocumentRoot_TransactionResponse();
3000:
3001:            /**
3002:             * Returns the meta object for the containment reference '{@link net.opengis.wfs.DocumentRoot#getUpdate <em>Update</em>}'.
3003:             * <!-- begin-user-doc -->
3004:             * <!-- end-user-doc -->
3005:             * @return the meta object for the containment reference '<em>Update</em>'.
3006:             * @see net.opengis.wfs.DocumentRoot#getUpdate()
3007:             * @see #getDocumentRoot()
3008:             * @generated
3009:             */
3010:            EReference getDocumentRoot_Update();
3011:
3012:            /**
3013:             * Returns the meta object for the containment reference '{@link net.opengis.wfs.DocumentRoot#getWfsCapabilities <em>Wfs Capabilities</em>}'.
3014:             * <!-- begin-user-doc -->
3015:             * <!-- end-user-doc -->
3016:             * @return the meta object for the containment reference '<em>Wfs Capabilities</em>'.
3017:             * @see net.opengis.wfs.DocumentRoot#getWfsCapabilities()
3018:             * @see #getDocumentRoot()
3019:             * @generated
3020:             */
3021:            EReference getDocumentRoot_WfsCapabilities();
3022:
3023:            /**
3024:             * Returns the meta object for the containment reference '{@link net.opengis.wfs.DocumentRoot#getXlinkPropertyName <em>Xlink Property Name</em>}'.
3025:             * <!-- begin-user-doc -->
3026:             * <!-- end-user-doc -->
3027:             * @return the meta object for the containment reference '<em>Xlink Property Name</em>'.
3028:             * @see net.opengis.wfs.DocumentRoot#getXlinkPropertyName()
3029:             * @see #getDocumentRoot()
3030:             * @generated
3031:             */
3032:            EReference getDocumentRoot_XlinkPropertyName();
3033:
3034:            /**
3035:             * Returns the meta object for class '{@link net.opengis.wfs.FeatureCollectionType <em>Feature Collection Type</em>}'.
3036:             * <!-- begin-user-doc -->
3037:             * <!-- end-user-doc -->
3038:             * @return the meta object for class '<em>Feature Collection Type</em>'.
3039:             * @see net.opengis.wfs.FeatureCollectionType
3040:             * @generated
3041:             */
3042:            EClass getFeatureCollectionType();
3043:
3044:            /**
3045:             * Returns the meta object for the attribute '{@link net.opengis.wfs.FeatureCollectionType#getLockId <em>Lock Id</em>}'.
3046:             * <!-- begin-user-doc -->
3047:             * <!-- end-user-doc -->
3048:             * @return the meta object for the attribute '<em>Lock Id</em>'.
3049:             * @see net.opengis.wfs.FeatureCollectionType#getLockId()
3050:             * @see #getFeatureCollectionType()
3051:             * @generated
3052:             */
3053:            EAttribute getFeatureCollectionType_LockId();
3054:
3055:            /**
3056:             * Returns the meta object for the attribute '{@link net.opengis.wfs.FeatureCollectionType#getTimeStamp <em>Time Stamp</em>}'.
3057:             * <!-- begin-user-doc -->
3058:             * <!-- end-user-doc -->
3059:             * @return the meta object for the attribute '<em>Time Stamp</em>'.
3060:             * @see net.opengis.wfs.FeatureCollectionType#getTimeStamp()
3061:             * @see #getFeatureCollectionType()
3062:             * @generated
3063:             */
3064:            EAttribute getFeatureCollectionType_TimeStamp();
3065:
3066:            /**
3067:             * Returns the meta object for the attribute '{@link net.opengis.wfs.FeatureCollectionType#getNumberOfFeatures <em>Number Of Features</em>}'.
3068:             * <!-- begin-user-doc -->
3069:             * <!-- end-user-doc -->
3070:             * @return the meta object for the attribute '<em>Number Of Features</em>'.
3071:             * @see net.opengis.wfs.FeatureCollectionType#getNumberOfFeatures()
3072:             * @see #getFeatureCollectionType()
3073:             * @generated
3074:             */
3075:            EAttribute getFeatureCollectionType_NumberOfFeatures();
3076:
3077:            /**
3078:             * Returns the meta object for the attribute list '{@link net.opengis.wfs.FeatureCollectionType#getFeature <em>Feature</em>}'.
3079:             * <!-- begin-user-doc -->
3080:             * <!-- end-user-doc -->
3081:             * @return the meta object for the attribute list '<em>Feature</em>'.
3082:             * @see net.opengis.wfs.FeatureCollectionType#getFeature()
3083:             * @see #getFeatureCollectionType()
3084:             * @generated
3085:             */
3086:            EAttribute getFeatureCollectionType_Feature();
3087:
3088:            /**
3089:             * Returns the meta object for class '{@link net.opengis.wfs.FeatureTypeListType <em>Feature Type List Type</em>}'.
3090:             * <!-- begin-user-doc -->
3091:             * <!-- end-user-doc -->
3092:             * @return the meta object for class '<em>Feature Type List Type</em>'.
3093:             * @see net.opengis.wfs.FeatureTypeListType
3094:             * @generated
3095:             */
3096:            EClass getFeatureTypeListType();
3097:
3098:            /**
3099:             * Returns the meta object for the containment reference '{@link net.opengis.wfs.FeatureTypeListType#getOperations <em>Operations</em>}'.
3100:             * <!-- begin-user-doc -->
3101:             * <!-- end-user-doc -->
3102:             * @return the meta object for the containment reference '<em>Operations</em>'.
3103:             * @see net.opengis.wfs.FeatureTypeListType#getOperations()
3104:             * @see #getFeatureTypeListType()
3105:             * @generated
3106:             */
3107:            EReference getFeatureTypeListType_Operations();
3108:
3109:            /**
3110:             * Returns the meta object for the containment reference list '{@link net.opengis.wfs.FeatureTypeListType#getFeatureType <em>Feature Type</em>}'.
3111:             * <!-- begin-user-doc -->
3112:             * <!-- end-user-doc -->
3113:             * @return the meta object for the containment reference list '<em>Feature Type</em>'.
3114:             * @see net.opengis.wfs.FeatureTypeListType#getFeatureType()
3115:             * @see #getFeatureTypeListType()
3116:             * @generated
3117:             */
3118:            EReference getFeatureTypeListType_FeatureType();
3119:
3120:            /**
3121:             * Returns the meta object for class '{@link net.opengis.wfs.FeatureTypeType <em>Feature Type Type</em>}'.
3122:             * <!-- begin-user-doc -->
3123:             * <!-- end-user-doc -->
3124:             * @return the meta object for class '<em>Feature Type Type</em>'.
3125:             * @see net.opengis.wfs.FeatureTypeType
3126:             * @generated
3127:             */
3128:            EClass getFeatureTypeType();
3129:
3130:            /**
3131:             * Returns the meta object for the attribute '{@link net.opengis.wfs.FeatureTypeType#getName <em>Name</em>}'.
3132:             * <!-- begin-user-doc -->
3133:             * <!-- end-user-doc -->
3134:             * @return the meta object for the attribute '<em>Name</em>'.
3135:             * @see net.opengis.wfs.FeatureTypeType#getName()
3136:             * @see #getFeatureTypeType()
3137:             * @generated
3138:             */
3139:            EAttribute getFeatureTypeType_Name();
3140:
3141:            /**
3142:             * Returns the meta object for the attribute '{@link net.opengis.wfs.FeatureTypeType#getTitle <em>Title</em>}'.
3143:             * <!-- begin-user-doc -->
3144:             * <!-- end-user-doc -->
3145:             * @return the meta object for the attribute '<em>Title</em>'.
3146:             * @see net.opengis.wfs.FeatureTypeType#getTitle()
3147:             * @see #getFeatureTypeType()
3148:             * @generated
3149:             */
3150:            EAttribute getFeatureTypeType_Title();
3151:
3152:            /**
3153:             * Returns the meta object for the attribute '{@link net.opengis.wfs.FeatureTypeType#getAbstract <em>Abstract</em>}'.
3154:             * <!-- begin-user-doc -->
3155:             * <!-- end-user-doc -->
3156:             * @return the meta object for the attribute '<em>Abstract</em>'.
3157:             * @see net.opengis.wfs.FeatureTypeType#getAbstract()
3158:             * @see #getFeatureTypeType()
3159:             * @generated
3160:             */
3161:            EAttribute getFeatureTypeType_Abstract();
3162:
3163:            /**
3164:             * Returns the meta object for the containment reference list '{@link net.opengis.wfs.FeatureTypeType#getKeywords <em>Keywords</em>}'.
3165:             * <!-- begin-user-doc -->
3166:             * <!-- end-user-doc -->
3167:             * @return the meta object for the containment reference list '<em>Keywords</em>'.
3168:             * @see net.opengis.wfs.FeatureTypeType#getKeywords()
3169:             * @see #getFeatureTypeType()
3170:             * @generated
3171:             */
3172:            EReference getFeatureTypeType_Keywords();
3173:
3174:            /**
3175:             * Returns the meta object for the attribute '{@link net.opengis.wfs.FeatureTypeType#getDefaultSRS <em>Default SRS</em>}'.
3176:             * <!-- begin-user-doc -->
3177:             * <!-- end-user-doc -->
3178:             * @return the meta object for the attribute '<em>Default SRS</em>'.
3179:             * @see net.opengis.wfs.FeatureTypeType#getDefaultSRS()
3180:             * @see #getFeatureTypeType()
3181:             * @generated
3182:             */
3183:            EAttribute getFeatureTypeType_DefaultSRS();
3184:
3185:            /**
3186:             * Returns the meta object for the attribute '{@link net.opengis.wfs.FeatureTypeType#getOtherSRS <em>Other SRS</em>}'.
3187:             * <!-- begin-user-doc -->
3188:             * <!-- end-user-doc -->
3189:             * @return the meta object for the attribute '<em>Other SRS</em>'.
3190:             * @see net.opengis.wfs.FeatureTypeType#getOtherSRS()
3191:             * @see #getFeatureTypeType()
3192:             * @generated
3193:             */
3194:            EAttribute getFeatureTypeType_OtherSRS();
3195:
3196:            /**
3197:             * Returns the meta object for the containment reference '{@link net.opengis.wfs.FeatureTypeType#getNoSRS <em>No SRS</em>}'.
3198:             * <!-- begin-user-doc -->
3199:             * <!-- end-user-doc -->
3200:             * @return the meta object for the containment reference '<em>No SRS</em>'.
3201:             * @see net.opengis.wfs.FeatureTypeType#getNoSRS()
3202:             * @see #getFeatureTypeType()
3203:             * @generated
3204:             */
3205:            EReference getFeatureTypeType_NoSRS();
3206:
3207:            /**
3208:             * Returns the meta object for the containment reference '{@link net.opengis.wfs.FeatureTypeType#getOperations <em>Operations</em>}'.
3209:             * <!-- begin-user-doc -->
3210:             * <!-- end-user-doc -->
3211:             * @return the meta object for the containment reference '<em>Operations</em>'.
3212:             * @see net.opengis.wfs.FeatureTypeType#getOperations()
3213:             * @see #getFeatureTypeType()
3214:             * @generated
3215:             */
3216:            EReference getFeatureTypeType_Operations();
3217:
3218:            /**
3219:             * Returns the meta object for the containment reference '{@link net.opengis.wfs.FeatureTypeType#getOutputFormats <em>Output Formats</em>}'.
3220:             * <!-- begin-user-doc -->
3221:             * <!-- end-user-doc -->
3222:             * @return the meta object for the containment reference '<em>Output Formats</em>'.
3223:             * @see net.opengis.wfs.FeatureTypeType#getOutputFormats()
3224:             * @see #getFeatureTypeType()
3225:             * @generated
3226:             */
3227:            EReference getFeatureTypeType_OutputFormats();
3228:
3229:            /**
3230:             * Returns the meta object for the containment reference list '{@link net.opengis.wfs.FeatureTypeType#getWGS84BoundingBox <em>WGS84 Bounding Box</em>}'.
3231:             * <!-- begin-user-doc -->
3232:             * <!-- end-user-doc -->
3233:             * @return the meta object for the containment reference list '<em>WGS84 Bounding Box</em>'.
3234:             * @see net.opengis.wfs.FeatureTypeType#getWGS84BoundingBox()
3235:             * @see #getFeatureTypeType()
3236:             * @generated
3237:             */
3238:            EReference getFeatureTypeType_WGS84BoundingBox();
3239:
3240:            /**
3241:             * Returns the meta object for the containment reference list '{@link net.opengis.wfs.FeatureTypeType#getMetadataURL <em>Metadata URL</em>}'.
3242:             * <!-- begin-user-doc -->
3243:             * <!-- end-user-doc -->
3244:             * @return the meta object for the containment reference list '<em>Metadata URL</em>'.
3245:             * @see net.opengis.wfs.FeatureTypeType#getMetadataURL()
3246:             * @see #getFeatureTypeType()
3247:             * @generated
3248:             */
3249:            EReference getFeatureTypeType_MetadataURL();
3250:
3251:            /**
3252:             * Returns the meta object for class '{@link net.opengis.wfs.FeaturesLockedType <em>Features Locked Type</em>}'.
3253:             * <!-- begin-user-doc -->
3254:             * <!-- end-user-doc -->
3255:             * @return the meta object for class '<em>Features Locked Type</em>'.
3256:             * @see net.opengis.wfs.FeaturesLockedType
3257:             * @generated
3258:             */
3259:            EClass getFeaturesLockedType();
3260:
3261:            /**
3262:             * Returns the meta object for the attribute list '{@link net.opengis.wfs.FeaturesLockedType#getGroup <em>Group</em>}'.
3263:             * <!-- begin-user-doc -->
3264:             * <!-- end-user-doc -->
3265:             * @return the meta object for the attribute list '<em>Group</em>'.
3266:             * @see net.opengis.wfs.FeaturesLockedType#getGroup()
3267:             * @see #getFeaturesLockedType()
3268:             * @generated
3269:             */
3270:            EAttribute getFeaturesLockedType_Group();
3271:
3272:            /**
3273:             * Returns the meta object for the attribute list '{@link net.opengis.wfs.FeaturesLockedType#getFeatureId <em>Feature Id</em>}'.
3274:             * <!-- begin-user-doc -->
3275:             * <!-- end-user-doc -->
3276:             * @return the meta object for the attribute list '<em>Feature Id</em>'.
3277:             * @see net.opengis.wfs.FeaturesLockedType#getFeatureId()
3278:             * @see #getFeaturesLockedType()
3279:             * @generated
3280:             */
3281:            EAttribute getFeaturesLockedType_FeatureId();
3282:
3283:            /**
3284:             * Returns the meta object for class '{@link net.opengis.wfs.FeaturesNotLockedType <em>Features Not Locked Type</em>}'.
3285:             * <!-- begin-user-doc -->
3286:             * <!-- end-user-doc -->
3287:             * @return the meta object for class '<em>Features Not Locked Type</em>'.
3288:             * @see net.opengis.wfs.FeaturesNotLockedType
3289:             * @generated
3290:             */
3291:            EClass getFeaturesNotLockedType();
3292:
3293:            /**
3294:             * Returns the meta object for the attribute list '{@link net.opengis.wfs.FeaturesNotLockedType#getGroup <em>Group</em>}'.
3295:             * <!-- begin-user-doc -->
3296:             * <!-- end-user-doc -->
3297:             * @return the meta object for the attribute list '<em>Group</em>'.
3298:             * @see net.opengis.wfs.FeaturesNotLockedType#getGroup()
3299:             * @see #getFeaturesNotLockedType()
3300:             * @generated
3301:             */
3302:            EAttribute getFeaturesNotLockedType_Group();
3303:
3304:            /**
3305:             * Returns the meta object for the attribute list '{@link net.opengis.wfs.FeaturesNotLockedType#getFeatureId <em>Feature Id</em>}'.
3306:             * <!-- begin-user-doc -->
3307:             * <!-- end-user-doc -->
3308:             * @return the meta object for the attribute list '<em>Feature Id</em>'.
3309:             * @see net.opengis.wfs.FeaturesNotLockedType#getFeatureId()
3310:             * @see #getFeaturesNotLockedType()
3311:             * @generated
3312:             */
3313:            EAttribute getFeaturesNotLockedType_FeatureId();
3314:
3315:            /**
3316:             * Returns the meta object for class '{@link net.opengis.wfs.GMLObjectTypeListType <em>GML Object Type List Type</em>}'.
3317:             * <!-- begin-user-doc -->
3318:             * <!-- end-user-doc -->
3319:             * @return the meta object for class '<em>GML Object Type List Type</em>'.
3320:             * @see net.opengis.wfs.GMLObjectTypeListType
3321:             * @generated
3322:             */
3323:            EClass getGMLObjectTypeListType();
3324:
3325:            /**
3326:             * Returns the meta object for the containment reference list '{@link net.opengis.wfs.GMLObjectTypeListType#getGMLObjectType <em>GML Object Type</em>}'.
3327:             * <!-- begin-user-doc -->
3328:             * <!-- end-user-doc -->
3329:             * @return the meta object for the containment reference list '<em>GML Object Type</em>'.
3330:             * @see net.opengis.wfs.GMLObjectTypeListType#getGMLObjectType()
3331:             * @see #getGMLObjectTypeListType()
3332:             * @generated
3333:             */
3334:            EReference getGMLObjectTypeListType_GMLObjectType();
3335:
3336:            /**
3337:             * Returns the meta object for class '{@link net.opengis.wfs.GMLObjectTypeType <em>GML Object Type Type</em>}'.
3338:             * <!-- begin-user-doc -->
3339:             * <!-- end-user-doc -->
3340:             * @return the meta object for class '<em>GML Object Type Type</em>'.
3341:             * @see net.opengis.wfs.GMLObjectTypeType
3342:             * @generated
3343:             */
3344:            EClass getGMLObjectTypeType();
3345:
3346:            /**
3347:             * Returns the meta object for the attribute '{@link net.opengis.wfs.GMLObjectTypeType#getName <em>Name</em>}'.
3348:             * <!-- begin-user-doc -->
3349:             * <!-- end-user-doc -->
3350:             * @return the meta object for the attribute '<em>Name</em>'.
3351:             * @see net.opengis.wfs.GMLObjectTypeType#getName()
3352:             * @see #getGMLObjectTypeType()
3353:             * @generated
3354:             */
3355:            EAttribute getGMLObjectTypeType_Name();
3356:
3357:            /**
3358:             * Returns the meta object for the attribute '{@link net.opengis.wfs.GMLObjectTypeType#getTitle <em>Title</em>}'.
3359:             * <!-- begin-user-doc -->
3360:             * <!-- end-user-doc -->
3361:             * @return the meta object for the attribute '<em>Title</em>'.
3362:             * @see net.opengis.wfs.GMLObjectTypeType#getTitle()
3363:             * @see #getGMLObjectTypeType()
3364:             * @generated
3365:             */
3366:            EAttribute getGMLObjectTypeType_Title();
3367:
3368:            /**
3369:             * Returns the meta object for the attribute '{@link net.opengis.wfs.GMLObjectTypeType#getAbstract <em>Abstract</em>}'.
3370:             * <!-- begin-user-doc -->
3371:             * <!-- end-user-doc -->
3372:             * @return the meta object for the attribute '<em>Abstract</em>'.
3373:             * @see net.opengis.wfs.GMLObjectTypeType#getAbstract()
3374:             * @see #getGMLObjectTypeType()
3375:             * @generated
3376:             */
3377:            EAttribute getGMLObjectTypeType_Abstract();
3378:
3379:            /**
3380:             * Returns the meta object for the containment reference list '{@link net.opengis.wfs.GMLObjectTypeType#getKeywords <em>Keywords</em>}'.
3381:             * <!-- begin-user-doc -->
3382:             * <!-- end-user-doc -->
3383:             * @return the meta object for the containment reference list '<em>Keywords</em>'.
3384:             * @see net.opengis.wfs.GMLObjectTypeType#getKeywords()
3385:             * @see #getGMLObjectTypeType()
3386:             * @generated
3387:             */
3388:            EReference getGMLObjectTypeType_Keywords();
3389:
3390:            /**
3391:             * Returns the meta object for the containment reference '{@link net.opengis.wfs.GMLObjectTypeType#getOutputFormats <em>Output Formats</em>}'.
3392:             * <!-- begin-user-doc -->
3393:             * <!-- end-user-doc -->
3394:             * @return the meta object for the containment reference '<em>Output Formats</em>'.
3395:             * @see net.opengis.wfs.GMLObjectTypeType#getOutputFormats()
3396:             * @see #getGMLObjectTypeType()
3397:             * @generated
3398:             */
3399:            EReference getGMLObjectTypeType_OutputFormats();
3400:
3401:            /**
3402:             * Returns the meta object for class '{@link net.opengis.wfs.GetCapabilitiesType <em>Get Capabilities Type</em>}'.
3403:             * <!-- begin-user-doc -->
3404:             * <!-- end-user-doc -->
3405:             * @return the meta object for class '<em>Get Capabilities Type</em>'.
3406:             * @see net.opengis.wfs.GetCapabilitiesType
3407:             * @generated
3408:             */
3409:            EClass getGetCapabilitiesType();
3410:
3411:            /**
3412:             * Returns the meta object for the attribute '{@link net.opengis.wfs.GetCapabilitiesType#getService <em>Service</em>}'.
3413:             * <!-- begin-user-doc -->
3414:             * <!-- end-user-doc -->
3415:             * @return the meta object for the attribute '<em>Service</em>'.
3416:             * @see net.opengis.wfs.GetCapabilitiesType#getService()
3417:             * @see #getGetCapabilitiesType()
3418:             * @generated
3419:             */
3420:            EAttribute getGetCapabilitiesType_Service();
3421:
3422:            /**
3423:             * Returns the meta object for class '{@link net.opengis.wfs.GetFeatureType <em>Get Feature Type</em>}'.
3424:             * <!-- begin-user-doc -->
3425:             * <!-- end-user-doc -->
3426:             * @return the meta object for class '<em>Get Feature Type</em>'.
3427:             * @see net.opengis.wfs.GetFeatureType
3428:             * @generated
3429:             */
3430:            EClass getGetFeatureType();
3431:
3432:            /**
3433:             * Returns the meta object for the containment reference list '{@link net.opengis.wfs.GetFeatureType#getQuery <em>Query</em>}'.
3434:             * <!-- begin-user-doc -->
3435:             * <!-- end-user-doc -->
3436:             * @return the meta object for the containment reference list '<em>Query</em>'.
3437:             * @see net.opengis.wfs.GetFeatureType#getQuery()
3438:             * @see #getGetFeatureType()
3439:             * @generated
3440:             */
3441:            EReference getGetFeatureType_Query();
3442:
3443:            /**
3444:             * Returns the meta object for the attribute '{@link net.opengis.wfs.GetFeatureType#getMaxFeatures <em>Max Features</em>}'.
3445:             * <!-- begin-user-doc -->
3446:             * <!-- end-user-doc -->
3447:             * @return the meta object for the attribute '<em>Max Features</em>'.
3448:             * @see net.opengis.wfs.GetFeatureType#getMaxFeatures()
3449:             * @see #getGetFeatureType()
3450:             * @generated
3451:             */
3452:            EAttribute getGetFeatureType_MaxFeatures();
3453:
3454:            /**
3455:             * Returns the meta object for the attribute '{@link net.opengis.wfs.GetFeatureType#getOutputFormat <em>Output Format</em>}'.
3456:             * <!-- begin-user-doc -->
3457:             * <!-- end-user-doc -->
3458:             * @return the meta object for the attribute '<em>Output Format</em>'.
3459:             * @see net.opengis.wfs.GetFeatureType#getOutputFormat()
3460:             * @see #getGetFeatureType()
3461:             * @generated
3462:             */
3463:            EAttribute getGetFeatureType_OutputFormat();
3464:
3465:            /**
3466:             * Returns the meta object for the attribute '{@link net.opengis.wfs.GetFeatureType#getResultType <em>Result Type</em>}'.
3467:             * <!-- begin-user-doc -->
3468:             * <!-- end-user-doc -->
3469:             * @return the meta object for the attribute '<em>Result Type</em>'.
3470:             * @see net.opengis.wfs.GetFeatureType#getResultType()
3471:             * @see #getGetFeatureType()
3472:             * @generated
3473:             */
3474:            EAttribute getGetFeatureType_ResultType();
3475:
3476:            /**
3477:             * Returns the meta object for the attribute '{@link net.opengis.wfs.GetFeatureType#getTraverseXlinkDepth <em>Traverse Xlink Depth</em>}'.
3478:             * <!-- begin-user-doc -->
3479:             * <!-- end-user-doc -->
3480:             * @return the meta object for the attribute '<em>Traverse Xlink Depth</em>'.
3481:             * @see net.opengis.wfs.GetFeatureType#getTraverseXlinkDepth()
3482:             * @see #getGetFeatureType()
3483:             * @generated
3484:             */
3485:            EAttribute getGetFeatureType_TraverseXlinkDepth();
3486:
3487:            /**
3488:             * Returns the meta object for the attribute '{@link net.opengis.wfs.GetFeatureType#getTraverseXlinkExpiry <em>Traverse Xlink Expiry</em>}'.
3489:             * <!-- begin-user-doc -->
3490:             * <!-- end-user-doc -->
3491:             * @return the meta object for the attribute '<em>Traverse Xlink Expiry</em>'.
3492:             * @see net.opengis.wfs.GetFeatureType#getTraverseXlinkExpiry()
3493:             * @see #getGetFeatureType()
3494:             * @generated
3495:             */
3496:            EAttribute getGetFeatureType_TraverseXlinkExpiry();
3497:
3498:            /**
3499:             * Returns the meta object for class '{@link net.opengis.wfs.GetFeatureWithLockType <em>Get Feature With Lock Type</em>}'.
3500:             * <!-- begin-user-doc -->
3501:             * <!-- end-user-doc -->
3502:             * @return the meta object for class '<em>Get Feature With Lock Type</em>'.
3503:             * @see net.opengis.wfs.GetFeatureWithLockType
3504:             * @generated
3505:             */
3506:            EClass getGetFeatureWithLockType();
3507:
3508:            /**
3509:             * Returns the meta object for the attribute '{@link net.opengis.wfs.GetFeatureWithLockType#getExpiry <em>Expiry</em>}'.
3510:             * <!-- begin-user-doc -->
3511:             * <!-- end-user-doc -->
3512:             * @return the meta object for the attribute '<em>Expiry</em>'.
3513:             * @see net.opengis.wfs.GetFeatureWithLockType#getExpiry()
3514:             * @see #getGetFeatureWithLockType()
3515:             * @generated
3516:             */
3517:            EAttribute getGetFeatureWithLockType_Expiry();
3518:
3519:            /**
3520:             * Returns the meta object for class '{@link net.opengis.wfs.GetGmlObjectType <em>Get Gml Object Type</em>}'.
3521:             * <!-- begin-user-doc -->
3522:             * <!-- end-user-doc -->
3523:             * @return the meta object for class '<em>Get Gml Object Type</em>'.
3524:             * @see net.opengis.wfs.GetGmlObjectType
3525:             * @generated
3526:             */
3527:            EClass getGetGmlObjectType();
3528:
3529:            /**
3530:             * Returns the meta object for the attribute '{@link net.opengis.wfs.GetGmlObjectType#getGmlObjectId <em>Gml Object Id</em>}'.
3531:             * <!-- begin-user-doc -->
3532:             * <!-- end-user-doc -->
3533:             * @return the meta object for the attribute '<em>Gml Object Id</em>'.
3534:             * @see net.opengis.wfs.GetGmlObjectType#getGmlObjectId()
3535:             * @see #getGetGmlObjectType()
3536:             * @generated
3537:             */
3538:            EAttribute getGetGmlObjectType_GmlObjectId();
3539:
3540:            /**
3541:             * Returns the meta object for the attribute '{@link net.opengis.wfs.GetGmlObjectType#getOutputFormat <em>Output Format</em>}'.
3542:             * <!-- begin-user-doc -->
3543:             * <!-- end-user-doc -->
3544:             * @return the meta object for the attribute '<em>Output Format</em>'.
3545:             * @see net.opengis.wfs.GetGmlObjectType#getOutputFormat()
3546:             * @see #getGetGmlObjectType()
3547:             * @generated
3548:             */
3549:            EAttribute getGetGmlObjectType_OutputFormat();
3550:
3551:            /**
3552:             * Returns the meta object for the attribute '{@link net.opengis.wfs.GetGmlObjectType#getTraverseXlinkDepth <em>Traverse Xlink Depth</em>}'.
3553:             * <!-- begin-user-doc -->
3554:             * <!-- end-user-doc -->
3555:             * @return the meta object for the attribute '<em>Traverse Xlink Depth</em>'.
3556:             * @see net.opengis.wfs.GetGmlObjectType#getTraverseXlinkDepth()
3557:             * @see #getGetGmlObjectType()
3558:             * @generated
3559:             */
3560:            EAttribute getGetGmlObjectType_TraverseXlinkDepth();
3561:
3562:            /**
3563:             * Returns the meta object for the attribute '{@link net.opengis.wfs.GetGmlObjectType#getTraverseXlinkExpiry <em>Traverse Xlink Expiry</em>}'.
3564:             * <!-- begin-user-doc -->
3565:             * <!-- end-user-doc -->
3566:             * @return the meta object for the attribute '<em>Traverse Xlink Expiry</em>'.
3567:             * @see net.opengis.wfs.GetGmlObjectType#getTraverseXlinkExpiry()
3568:             * @see #getGetGmlObjectType()
3569:             * @generated
3570:             */
3571:            EAttribute getGetGmlObjectType_TraverseXlinkExpiry();
3572:
3573:            /**
3574:             * Returns the meta object for class '{@link net.opengis.wfs.InsertElementType <em>Insert Element Type</em>}'.
3575:             * <!-- begin-user-doc -->
3576:             * <!-- end-user-doc -->
3577:             * @return the meta object for class '<em>Insert Element Type</em>'.
3578:             * @see net.opengis.wfs.InsertElementType
3579:             * @generated
3580:             */
3581:            EClass getInsertElementType();
3582:
3583:            /**
3584:             * Returns the meta object for the attribute list '{@link net.opengis.wfs.InsertElementType#getFeature <em>Feature</em>}'.
3585:             * <!-- begin-user-doc -->
3586:             * <!-- end-user-doc -->
3587:             * @return the meta object for the attribute list '<em>Feature</em>'.
3588:             * @see net.opengis.wfs.InsertElementType#getFeature()
3589:             * @see #getInsertElementType()
3590:             * @generated
3591:             */
3592:            EAttribute getInsertElementType_Feature();
3593:
3594:            /**
3595:             * Returns the meta object for the attribute '{@link net.opengis.wfs.InsertElementType#getHandle <em>Handle</em>}'.
3596:             * <!-- begin-user-doc -->
3597:             * <!-- end-user-doc -->
3598:             * @return the meta object for the attribute '<em>Handle</em>'.
3599:             * @see net.opengis.wfs.InsertElementType#getHandle()
3600:             * @see #getInsertElementType()
3601:             * @generated
3602:             */
3603:            EAttribute getInsertElementType_Handle();
3604:
3605:            /**
3606:             * Returns the meta object for the attribute '{@link net.opengis.wfs.InsertElementType#getIdgen <em>Idgen</em>}'.
3607:             * <!-- begin-user-doc -->
3608:             * <!-- end-user-doc -->
3609:             * @return the meta object for the attribute '<em>Idgen</em>'.
3610:             * @see net.opengis.wfs.InsertElementType#getIdgen()
3611:             * @see #getInsertElementType()
3612:             * @generated
3613:             */
3614:            EAttribute getInsertElementType_Idgen();
3615:
3616:            /**
3617:             * Returns the meta object for the attribute '{@link net.opengis.wfs.InsertElementType#getInputFormat <em>Input Format</em>}'.
3618:             * <!-- begin-user-doc -->
3619:             * <!-- end-user-doc -->
3620:             * @return the meta object for the attribute '<em>Input Format</em>'.
3621:             * @see net.opengis.wfs.InsertElementType#getInputFormat()
3622:             * @see #getInsertElementType()
3623:             * @generated
3624:             */
3625:            EAttribute getInsertElementType_InputFormat();
3626:
3627:            /**
3628:             * Returns the meta object for the attribute '{@link net.opengis.wfs.InsertElementType#getSrsName <em>Srs Name</em>}'.
3629:             * <!-- begin-user-doc -->
3630:             * <!-- end-user-doc -->
3631:             * @return the meta object for the attribute '<em>Srs Name</em>'.
3632:             * @see net.opengis.wfs.InsertElementType#getSrsName()
3633:             * @see #getInsertElementType()
3634:             * @generated
3635:             */
3636:            EAttribute getInsertElementType_SrsName();
3637:
3638:            /**
3639:             * Returns the meta object for class '{@link net.opengis.wfs.InsertResultsType <em>Insert Results Type</em>}'.
3640:             * <!-- begin-user-doc -->
3641:             * <!-- end-user-doc -->
3642:             * @return the meta object for class '<em>Insert Results Type</em>'.
3643:             * @see net.opengis.wfs.InsertResultsType
3644:             * @generated
3645:             */
3646:            EClass getInsertResultsType();
3647:
3648:            /**
3649:             * Returns the meta object for the containment reference list '{@link net.opengis.wfs.InsertResultsType#getFeature <em>Feature</em>}'.
3650:             * <!-- begin-user-doc -->
3651:             * <!-- end-user-doc -->
3652:             * @return the meta object for the containment reference list '<em>Feature</em>'.
3653:             * @see net.opengis.wfs.InsertResultsType#getFeature()
3654:             * @see #getInsertResultsType()
3655:             * @generated
3656:             */
3657:            EReference getInsertResultsType_Feature();
3658:
3659:            /**
3660:             * Returns the meta object for class '{@link net.opengis.wfs.InsertedFeatureType <em>Inserted Feature Type</em>}'.
3661:             * <!-- begin-user-doc -->
3662:             * <!-- end-user-doc -->
3663:             * @return the meta object for class '<em>Inserted Feature Type</em>'.
3664:             * @see net.opengis.wfs.InsertedFeatureType
3665:             * @generated
3666:             */
3667:            EClass getInsertedFeatureType();
3668:
3669:            /**
3670:             * Returns the meta object for the attribute list '{@link net.opengis.wfs.InsertedFeatureType#getFeatureId <em>Feature Id</em>}'.
3671:             * <!-- begin-user-doc -->
3672:             * <!-- end-user-doc -->
3673:             * @return the meta object for the attribute list '<em>Feature Id</em>'.
3674:             * @see net.opengis.wfs.InsertedFeatureType#getFeatureId()
3675:             * @see #getInsertedFeatureType()
3676:             * @generated
3677:             */
3678:            EAttribute getInsertedFeatureType_FeatureId();
3679:
3680:            /**
3681:             * Returns the meta object for the attribute '{@link net.opengis.wfs.InsertedFeatureType#getHandle <em>Handle</em>}'.
3682:             * <!-- begin-user-doc -->
3683:             * <!-- end-user-doc -->
3684:             * @return the meta object for the attribute '<em>Handle</em>'.
3685:             * @see net.opengis.wfs.InsertedFeatureType#getHandle()
3686:             * @see #getInsertedFeatureType()
3687:             * @generated
3688:             */
3689:            EAttribute getInsertedFeatureType_Handle();
3690:
3691:            /**
3692:             * Returns the meta object for class '{@link net.opengis.wfs.LockFeatureResponseType <em>Lock Feature Response Type</em>}'.
3693:             * <!-- begin-user-doc -->
3694:             * <!-- end-user-doc -->
3695:             * @return the meta object for class '<em>Lock Feature Response Type</em>'.
3696:             * @see net.opengis.wfs.LockFeatureResponseType
3697:             * @generated
3698:             */
3699:            EClass getLockFeatureResponseType();
3700:
3701:            /**
3702:             * Returns the meta object for the attribute '{@link net.opengis.wfs.LockFeatureResponseType#getLockId <em>Lock Id</em>}'.
3703:             * <!-- begin-user-doc -->
3704:             * <!-- end-user-doc -->
3705:             * @return the meta object for the attribute '<em>Lock Id</em>'.
3706:             * @see net.opengis.wfs.LockFeatureResponseType#getLockId()
3707:             * @see #getLockFeatureResponseType()
3708:             * @generated
3709:             */
3710:            EAttribute getLockFeatureResponseType_LockId();
3711:
3712:            /**
3713:             * Returns the meta object for the containment reference '{@link net.opengis.wfs.LockFeatureResponseType#getFeaturesLocked <em>Features Locked</em>}'.
3714:             * <!-- begin-user-doc -->
3715:             * <!-- end-user-doc -->
3716:             * @return the meta object for the containment reference '<em>Features Locked</em>'.
3717:             * @see net.opengis.wfs.LockFeatureResponseType#getFeaturesLocked()
3718:             * @see #getLockFeatureResponseType()
3719:             * @generated
3720:             */
3721:            EReference getLockFeatureResponseType_FeaturesLocked();
3722:
3723:            /**
3724:             * Returns the meta object for the containment reference '{@link net.opengis.wfs.LockFeatureResponseType#getFeaturesNotLocked <em>Features Not Locked</em>}'.
3725:             * <!-- begin-user-doc -->
3726:             * <!-- end-user-doc -->
3727:             * @return the meta object for the containment reference '<em>Features Not Locked</em>'.
3728:             * @see net.opengis.wfs.LockFeatureResponseType#getFeaturesNotLocked()
3729:             * @see #getLockFeatureResponseType()
3730:             * @generated
3731:             */
3732:            EReference getLockFeatureResponseType_FeaturesNotLocked();
3733:
3734:            /**
3735:             * Returns the meta object for class '{@link net.opengis.wfs.LockFeatureType <em>Lock Feature Type</em>}'.
3736:             * <!-- begin-user-doc -->
3737:             * <!-- end-user-doc -->
3738:             * @return the meta object for class '<em>Lock Feature Type</em>'.
3739:             * @see net.opengis.wfs.LockFeatureType
3740:             * @generated
3741:             */
3742:            EClass getLockFeatureType();
3743:
3744:            /**
3745:             * Returns the meta object for the containment reference list '{@link net.opengis.wfs.LockFeatureType#getLock <em>Lock</em>}'.
3746:             * <!-- begin-user-doc -->
3747:             * <!-- end-user-doc -->
3748:             * @return the meta object for the containment reference list '<em>Lock</em>'.
3749:             * @see net.opengis.wfs.LockFeatureType#getLock()
3750:             * @see #getLockFeatureType()
3751:             * @generated
3752:             */
3753:            EReference getLockFeatureType_Lock();
3754:
3755:            /**
3756:             * Returns the meta object for the attribute '{@link net.opengis.wfs.LockFeatureType#getExpiry <em>Expiry</em>}'.
3757:             * <!-- begin-user-doc -->
3758:             * <!-- end-user-doc -->
3759:             * @return the meta object for the attribute '<em>Expiry</em>'.
3760:             * @see net.opengis.wfs.LockFeatureType#getExpiry()
3761:             * @see #getLockFeatureType()
3762:             * @generated
3763:             */
3764:            EAttribute getLockFeatureType_Expiry();
3765:
3766:            /**
3767:             * Returns the meta object for the attribute '{@link net.opengis.wfs.LockFeatureType#getLockAction <em>Lock Action</em>}'.
3768:             * <!-- begin-user-doc -->
3769:             * <!-- end-user-doc -->
3770:             * @return the meta object for the attribute '<em>Lock Action</em>'.
3771:             * @see net.opengis.wfs.LockFeatureType#getLockAction()
3772:             * @see #getLockFeatureType()
3773:             * @generated
3774:             */
3775:            EAttribute getLockFeatureType_LockAction();
3776:
3777:            /**
3778:             * Returns the meta object for class '{@link net.opengis.wfs.LockType <em>Lock Type</em>}'.
3779:             * <!-- begin-user-doc -->
3780:             * <!-- end-user-doc -->
3781:             * @return the meta object for class '<em>Lock Type</em>'.
3782:             * @see net.opengis.wfs.LockType
3783:             * @generated
3784:             */
3785:            EClass getLockType();
3786:
3787:            /**
3788:             * Returns the meta object for the attribute '{@link net.opengis.wfs.LockType#getFilter <em>Filter</em>}'.
3789:             * <!-- begin-user-doc -->
3790:             * <!-- end-user-doc -->
3791:             * @return the meta object for the attribute '<em>Filter</em>'.
3792:             * @see net.opengis.wfs.LockType#getFilter()
3793:             * @see #getLockType()
3794:             * @generated
3795:             */
3796:            EAttribute getLockType_Filter();
3797:
3798:            /**
3799:             * Returns the meta object for the attribute '{@link net.opengis.wfs.LockType#getHandle <em>Handle</em>}'.
3800:             * <!-- begin-user-doc -->
3801:             * <!-- end-user-doc -->
3802:             * @return the meta object for the attribute '<em>Handle</em>'.
3803:             * @see net.opengis.wfs.LockType#getHandle()
3804:             * @see #getLockType()
3805:             * @generated
3806:             */
3807:            EAttribute getLockType_Handle();
3808:
3809:            /**
3810:             * Returns the meta object for the attribute '{@link net.opengis.wfs.LockType#getTypeName <em>Type Name</em>}'.
3811:             * <!-- begin-user-doc -->
3812:             * <!-- end-user-doc -->
3813:             * @return the meta object for the attribute '<em>Type Name</em>'.
3814:             * @see net.opengis.wfs.LockType#getTypeName()
3815:             * @see #getLockType()
3816:             * @generated
3817:             */
3818:            EAttribute getLockType_TypeName();
3819:
3820:            /**
3821:             * Returns the meta object for class '{@link net.opengis.wfs.MetadataURLType <em>Metadata URL Type</em>}'.
3822:             * <!-- begin-user-doc -->
3823:             * <!-- end-user-doc -->
3824:             * @return the meta object for class '<em>Metadata URL Type</em>'.
3825:             * @see net.opengis.wfs.MetadataURLType
3826:             * @generated
3827:             */
3828:            EClass getMetadataURLType();
3829:
3830:            /**
3831:             * Returns the meta object for the attribute '{@link net.opengis.wfs.MetadataURLType#getValue <em>Value</em>}'.
3832:             * <!-- begin-user-doc -->
3833:             * <!-- end-user-doc -->
3834:             * @return the meta object for the attribute '<em>Value</em>'.
3835:             * @see net.opengis.wfs.MetadataURLType#getValue()
3836:             * @see #getMetadataURLType()
3837:             * @generated
3838:             */
3839:            EAttribute getMetadataURLType_Value();
3840:
3841:            /**
3842:             * Returns the meta object for the attribute '{@link net.opengis.wfs.MetadataURLType#getFormat <em>Format</em>}'.
3843:             * <!-- begin-user-doc -->
3844:             * <!-- end-user-doc -->
3845:             * @return the meta object for the attribute '<em>Format</em>'.
3846:             * @see net.opengis.wfs.MetadataURLType#getFormat()
3847:             * @see #getMetadataURLType()
3848:             * @generated
3849:             */
3850:            EAttribute getMetadataURLType_Format();
3851:
3852:            /**
3853:             * Returns the meta object for the attribute '{@link net.opengis.wfs.MetadataURLType#getType <em>Type</em>}'.
3854:             * <!-- begin-user-doc -->
3855:             * <!-- end-user-doc -->
3856:             * @return the meta object for the attribute '<em>Type</em>'.
3857:             * @see net.opengis.wfs.MetadataURLType#getType()
3858:             * @see #getMetadataURLType()
3859:             * @generated
3860:             */
3861:            EAttribute getMetadataURLType_Type();
3862:
3863:            /**
3864:             * Returns the meta object for class '{@link net.opengis.wfs.NativeType <em>Native Type</em>}'.
3865:             * <!-- begin-user-doc -->
3866:             * <!-- end-user-doc -->
3867:             * @return the meta object for class '<em>Native Type</em>'.
3868:             * @see net.opengis.wfs.NativeType
3869:             * @generated
3870:             */
3871:            EClass getNativeType();
3872:
3873:            /**
3874:             * Returns the meta object for the attribute '{@link net.opengis.wfs.NativeType#isSafeToIgnore <em>Safe To Ignore</em>}'.
3875:             * <!-- begin-user-doc -->
3876:             * <!-- end-user-doc -->
3877:             * @return the meta object for the attribute '<em>Safe To Ignore</em>'.
3878:             * @see net.opengis.wfs.NativeType#isSafeToIgnore()
3879:             * @see #getNativeType()
3880:             * @generated
3881:             */
3882:            EAttribute getNativeType_SafeToIgnore();
3883:
3884:            /**
3885:             * Returns the meta object for the attribute '{@link net.opengis.wfs.NativeType#getVendorId <em>Vendor Id</em>}'.
3886:             * <!-- begin-user-doc -->
3887:             * <!-- end-user-doc -->
3888:             * @return the meta object for the attribute '<em>Vendor Id</em>'.
3889:             * @see net.opengis.wfs.NativeType#getVendorId()
3890:             * @see #getNativeType()
3891:             * @generated
3892:             */
3893:            EAttribute getNativeType_VendorId();
3894:
3895:            /**
3896:             * Returns the meta object for class '{@link net.opengis.wfs.NoSRSType <em>No SRS Type</em>}'.
3897:             * <!-- begin-user-doc -->
3898:             * <!-- end-user-doc -->
3899:             * @return the meta object for class '<em>No SRS Type</em>'.
3900:             * @see net.opengis.wfs.NoSRSType
3901:             * @generated
3902:             */
3903:            EClass getNoSRSType();
3904:
3905:            /**
3906:             * Returns the meta object for class '{@link net.opengis.wfs.OperationsType <em>Operations Type</em>}'.
3907:             * <!-- begin-user-doc -->
3908:             * <!-- end-user-doc -->
3909:             * @return the meta object for class '<em>Operations Type</em>'.
3910:             * @see net.opengis.wfs.OperationsType
3911:             * @generated
3912:             */
3913:            EClass getOperationsType();
3914:
3915:            /**
3916:             * Returns the meta object for the attribute list '{@link net.opengis.wfs.OperationsType#getOperation <em>Operation</em>}'.
3917:             * <!-- begin-user-doc -->
3918:             * <!-- end-user-doc -->
3919:             * @return the meta object for the attribute list '<em>Operation</em>'.
3920:             * @see net.opengis.wfs.OperationsType#getOperation()
3921:             * @see #getOperationsType()
3922:             * @generated
3923:             */
3924:            EAttribute getOperationsType_Operation();
3925:
3926:            /**
3927:             * Returns the meta object for class '{@link net.opengis.wfs.OutputFormatListType <em>Output Format List Type</em>}'.
3928:             * <!-- begin-user-doc -->
3929:             * <!-- end-user-doc -->
3930:             * @return the meta object for class '<em>Output Format List Type</em>'.
3931:             * @see net.opengis.wfs.OutputFormatListType
3932:             * @generated
3933:             */
3934:            EClass getOutputFormatListType();
3935:
3936:            /**
3937:             * Returns the meta object for the attribute list '{@link net.opengis.wfs.OutputFormatListType#getGroup <em>Group</em>}'.
3938:             * <!-- begin-user-doc -->
3939:             * <!-- end-user-doc -->
3940:             * @return the meta object for the attribute list '<em>Group</em>'.
3941:             * @see net.opengis.wfs.OutputFormatListType#getGroup()
3942:             * @see #getOutputFormatListType()
3943:             * @generated
3944:             */
3945:            EAttribute getOutputFormatListType_Group();
3946:
3947:            /**
3948:             * Returns the meta object for the attribute '{@link net.opengis.wfs.OutputFormatListType#getFormat <em>Format</em>}'.
3949:             * <!-- begin-user-doc -->
3950:             * <!-- end-user-doc -->
3951:             * @return the meta object for the attribute '<em>Format</em>'.
3952:             * @see net.opengis.wfs.OutputFormatListType#getFormat()
3953:             * @see #getOutputFormatListType()
3954:             * @generated
3955:             */
3956:            EAttribute getOutputFormatListType_Format();
3957:
3958:            /**
3959:             * Returns the meta object for class '{@link net.opengis.wfs.PropertyType <em>Property Type</em>}'.
3960:             * <!-- begin-user-doc -->
3961:             * <!-- end-user-doc -->
3962:             * @return the meta object for class '<em>Property Type</em>'.
3963:             * @see net.opengis.wfs.PropertyType
3964:             * @generated
3965:             */
3966:            EClass getPropertyType();
3967:
3968:            /**
3969:             * Returns the meta object for the attribute '{@link net.opengis.wfs.PropertyType#getName <em>Name</em>}'.
3970:             * <!-- begin-user-doc -->
3971:             * <!-- end-user-doc -->
3972:             * @return the meta object for the attribute '<em>Name</em>'.
3973:             * @see net.opengis.wfs.PropertyType#getName()
3974:             * @see #getPropertyType()
3975:             * @generated
3976:             */
3977:            EAttribute getPropertyType_Name();
3978:
3979:            /**
3980:             * Returns the meta object for the attribute '{@link net.opengis.wfs.PropertyType#getValue <em>Value</em>}'.
3981:             * <!-- begin-user-doc -->
3982:             * <!-- end-user-doc -->
3983:             * @return the meta object for the attribute '<em>Value</em>'.
3984:             * @see net.opengis.wfs.PropertyType#getValue()
3985:             * @see #getPropertyType()
3986:             * @generated
3987:             */
3988:            EAttribute getPropertyType_Value();
3989:
3990:            /**
3991:             * Returns the meta object for class '{@link net.opengis.wfs.QueryType <em>Query Type</em>}'.
3992:             * <!-- begin-user-doc -->
3993:             * <!-- end-user-doc -->
3994:             * @return the meta object for class '<em>Query Type</em>'.
3995:             * @see net.opengis.wfs.QueryType
3996:             * @generated
3997:             */
3998:            EClass getQueryType();
3999:
4000:            /**
4001:             * Returns the meta object for the attribute list '{@link net.opengis.wfs.QueryType#getGroup <em>Group</em>}'.
4002:             * <!-- begin-user-doc -->
4003:             * <!-- end-user-doc -->
4004:             * @return the meta object for the attribute list '<em>Group</em>'.
4005:             * @see net.opengis.wfs.QueryType#getGroup()
4006:             * @see #getQueryType()
4007:             * @generated
4008:             */
4009:            EAttribute getQueryType_Group();
4010:
4011:            /**
4012:             * Returns the meta object for the attribute list '{@link net.opengis.wfs.QueryType#getPropertyName <em>Property Name</em>}'.
4013:             * <!-- begin-user-doc -->
4014:             * <!-- end-user-doc -->
4015:             * @return the meta object for the attribute list '<em>Property Name</em>'.
4016:             * @see net.opengis.wfs.QueryType#getPropertyName()
4017:             * @see #getQueryType()
4018:             * @generated
4019:             */
4020:            EAttribute getQueryType_PropertyName();
4021:
4022:            /**
4023:             * Returns the meta object for the containment reference list '{@link net.opengis.wfs.QueryType#getXlinkPropertyName <em>Xlink Property Name</em>}'.
4024:             * <!-- begin-user-doc -->
4025:             * <!-- end-user-doc -->
4026:             * @return the meta object for the containment reference list '<em>Xlink Property Name</em>'.
4027:             * @see net.opengis.wfs.QueryType#getXlinkPropertyName()
4028:             * @see #getQueryType()
4029:             * @generated
4030:             */
4031:            EReference getQueryType_XlinkPropertyName();
4032:
4033:            /**
4034:             * Returns the meta object for the attribute list '{@link net.opengis.wfs.QueryType#getFunction <em>Function</em>}'.
4035:             * <!-- begin-user-doc -->
4036:             * <!-- end-user-doc -->
4037:             * @return the meta object for the attribute list '<em>Function</em>'.
4038:             * @see net.opengis.wfs.QueryType#getFunction()
4039:             * @see #getQueryType()
4040:             * @generated
4041:             */
4042:            EAttribute getQueryType_Function();
4043:
4044:            /**
4045:             * Returns the meta object for the attribute '{@link net.opengis.wfs.QueryType#getFilter <em>Filter</em>}'.
4046:             * <!-- begin-user-doc -->
4047:             * <!-- end-user-doc -->
4048:             * @return the meta object for the attribute '<em>Filter</em>'.
4049:             * @see net.opengis.wfs.QueryType#getFilter()
4050:             * @see #getQueryType()
4051:             * @generated
4052:             */
4053:            EAttribute getQueryType_Filter();
4054:
4055:            /**
4056:             * Returns the meta object for the attribute list '{@link net.opengis.wfs.QueryType#getSortBy <em>Sort By</em>}'.
4057:             * <!-- begin-user-doc -->
4058:             * <!-- end-user-doc -->
4059:             * @return the meta object for the attribute list '<em>Sort By</em>'.
4060:             * @see net.opengis.wfs.QueryType#getSortBy()
4061:             * @see #getQueryType()
4062:             * @generated
4063:             */
4064:            EAttribute getQueryType_SortBy();
4065:
4066:            /**
4067:             * Returns the meta object for the attribute '{@link net.opengis.wfs.QueryType#getFeatureVersion <em>Feature Version</em>}'.
4068:             * <!-- begin-user-doc -->
4069:             * <!-- end-user-doc -->
4070:             * @return the meta object for the attribute '<em>Feature Version</em>'.
4071:             * @see net.opengis.wfs.QueryType#getFeatureVersion()
4072:             * @see #getQueryType()
4073:             * @generated
4074:             */
4075:            EAttribute getQueryType_FeatureVersion();
4076:
4077:            /**
4078:             * Returns the meta object for the attribute '{@link net.opengis.wfs.QueryType#getHandle <em>Handle</em>}'.
4079:             * <!-- begin-user-doc -->
4080:             * <!-- end-user-doc -->
4081:             * @return the meta object for the attribute '<em>Handle</em>'.
4082:             * @see net.opengis.wfs.QueryType#getHandle()
4083:             * @see #getQueryType()
4084:             * @generated
4085:             */
4086:            EAttribute getQueryType_Handle();
4087:
4088:            /**
4089:             * Returns the meta object for the attribute '{@link net.opengis.wfs.QueryType#getSrsName <em>Srs Name</em>}'.
4090:             * <!-- begin-user-doc -->
4091:             * <!-- end-user-doc -->
4092:             * @return the meta object for the attribute '<em>Srs Name</em>'.
4093:             * @see net.opengis.wfs.QueryType#getSrsName()
4094:             * @see #getQueryType()
4095:             * @generated
4096:             */
4097:            EAttribute getQueryType_SrsName();
4098:
4099:            /**
4100:             * Returns the meta object for the attribute '{@link net.opengis.wfs.QueryType#getTypeName <em>Type Name</em>}'.
4101:             * <!-- begin-user-doc -->
4102:             * <!-- end-user-doc -->
4103:             * @return the meta object for the attribute '<em>Type Name</em>'.
4104:             * @see net.opengis.wfs.QueryType#getTypeName()
4105:             * @see #getQueryType()
4106:             * @generated
4107:             */
4108:            EAttribute getQueryType_TypeName();
4109:
4110:            /**
4111:             * Returns the meta object for class '{@link net.opengis.wfs.TransactionResponseType <em>Transaction Response Type</em>}'.
4112:             * <!-- begin-user-doc -->
4113:             * <!-- end-user-doc -->
4114:             * @return the meta object for class '<em>Transaction Response Type</em>'.
4115:             * @see net.opengis.wfs.TransactionResponseType
4116:             * @generated
4117:             */
4118:            EClass getTransactionResponseType();
4119:
4120:            /**
4121:             * Returns the meta object for the containment reference '{@link net.opengis.wfs.TransactionResponseType#getTransactionSummary <em>Transaction Summary</em>}'.
4122:             * <!-- begin-user-doc -->
4123:             * <!-- end-user-doc -->
4124:             * @return the meta object for the containment reference '<em>Transaction Summary</em>'.
4125:             * @see net.opengis.wfs.TransactionResponseType#getTransactionSummary()
4126:             * @see #getTransactionResponseType()
4127:             * @generated
4128:             */
4129:            EReference getTransactionResponseType_TransactionSummary();
4130:
4131:            /**
4132:             * Returns the meta object for the containment reference '{@link net.opengis.wfs.TransactionResponseType#getTransactionResults <em>Transaction Results</em>}'.
4133:             * <!-- begin-user-doc -->
4134:             * <!-- end-user-doc -->
4135:             * @return the meta object for the containment reference '<em>Transaction Results</em>'.
4136:             * @see net.opengis.wfs.TransactionResponseType#getTransactionResults()
4137:             * @see #getTransactionResponseType()
4138:             * @generated
4139:             */
4140:            EReference getTransactionResponseType_TransactionResults();
4141:
4142:            /**
4143:             * Returns the meta object for the containment reference '{@link net.opengis.wfs.TransactionResponseType#getInsertResults <em>Insert Results</em>}'.
4144:             * <!-- begin-user-doc -->
4145:             * <!-- end-user-doc -->
4146:             * @return the meta object for the containment reference '<em>Insert Results</em>'.
4147:             * @see net.opengis.wfs.TransactionResponseType#getInsertResults()
4148:             * @see #getTransactionResponseType()
4149:             * @generated
4150:             */
4151:            EReference getTransactionResponseType_InsertResults();
4152:
4153:            /**
4154:             * Returns the meta object for the attribute '{@link net.opengis.wfs.TransactionResponseType#getVersion <em>Version</em>}'.
4155:             * <!-- begin-user-doc -->
4156:             * <!-- end-user-doc -->
4157:             * @return the meta object for the attribute '<em>Version</em>'.
4158:             * @see net.opengis.wfs.TransactionResponseType#getVersion()
4159:             * @see #getTransactionResponseType()
4160:             * @generated
4161:             */
4162:            EAttribute getTransactionResponseType_Version();
4163:
4164:            /**
4165:             * Returns the meta object for class '{@link net.opengis.wfs.TransactionResultsType <em>Transaction Results Type</em>}'.
4166:             * <!-- begin-user-doc -->
4167:             * <!-- end-user-doc -->
4168:             * @return the meta object for class '<em>Transaction Results Type</em>'.
4169:             * @see net.opengis.wfs.TransactionResultsType
4170:             * @generated
4171:             */
4172:            EClass getTransactionResultsType();
4173:
4174:            /**
4175:             * Returns the meta object for the attribute '{@link net.opengis.wfs.TransactionResultsType#getHandle <em>Handle</em>}'.
4176:             * <!-- begin-user-doc -->
4177:             * <!-- end-user-doc -->
4178:             * @return the meta object for the attribute '<em>Handle</em>'.
4179:             * @see net.opengis.wfs.TransactionResultsType#getHandle()
4180:             * @see #getTransactionResultsType()
4181:             * @generated
4182:             */
4183:            EAttribute getTransactionResultsType_Handle();
4184:
4185:            /**
4186:             * Returns the meta object for the containment reference list '{@link net.opengis.wfs.TransactionResultsType#getAction <em>Action</em>}'.
4187:             * <!-- begin-user-doc -->
4188:             * <!-- end-user-doc -->
4189:             * @return the meta object for the containment reference list '<em>Action</em>'.
4190:             * @see net.opengis.wfs.TransactionResultsType#getAction()
4191:             * @see #getTransactionResultsType()
4192:             * @generated
4193:             */
4194:            EReference getTransactionResultsType_Action();
4195:
4196:            /**
4197:             * Returns the meta object for class '{@link net.opengis.wfs.TransactionSummaryType <em>Transaction Summary Type</em>}'.
4198:             * <!-- begin-user-doc -->
4199:             * <!-- end-user-doc -->
4200:             * @return the meta object for class '<em>Transaction Summary Type</em>'.
4201:             * @see net.opengis.wfs.TransactionSummaryType
4202:             * @generated
4203:             */
4204:            EClass getTransactionSummaryType();
4205:
4206:            /**
4207:             * Returns the meta object for the attribute '{@link net.opengis.wfs.TransactionSummaryType#getTotalInserted <em>Total Inserted</em>}'.
4208:             * <!-- begin-user-doc -->
4209:             * <!-- end-user-doc -->
4210:             * @return the meta object for the attribute '<em>Total Inserted</em>'.
4211:             * @see net.opengis.wfs.TransactionSummaryType#getTotalInserted()
4212:             * @see #getTransactionSummaryType()
4213:             * @generated
4214:             */
4215:            EAttribute getTransactionSummaryType_TotalInserted();
4216:
4217:            /**
4218:             * Returns the meta object for the attribute '{@link net.opengis.wfs.TransactionSummaryType#getTotalUpdated <em>Total Updated</em>}'.
4219:             * <!-- begin-user-doc -->
4220:             * <!-- end-user-doc -->
4221:             * @return the meta object for the attribute '<em>Total Updated</em>'.
4222:             * @see net.opengis.wfs.TransactionSummaryType#getTotalUpdated()
4223:             * @see #getTransactionSummaryType()
4224:             * @generated
4225:             */
4226:            EAttribute getTransactionSummaryType_TotalUpdated();
4227:
4228:            /**
4229:             * Returns the meta object for the attribute '{@link net.opengis.wfs.TransactionSummaryType#getTotalDeleted <em>Total Deleted</em>}'.
4230:             * <!-- begin-user-doc -->
4231:             * <!-- end-user-doc -->
4232:             * @return the meta object for the attribute '<em>Total Deleted</em>'.
4233:             * @see net.opengis.wfs.TransactionSummaryType#getTotalDeleted()
4234:             * @see #getTransactionSummaryType()
4235:             * @generated
4236:             */
4237:            EAttribute getTransactionSummaryType_TotalDeleted();
4238:
4239:            /**
4240:             * Returns the meta object for class '{@link net.opengis.wfs.TransactionType <em>Transaction Type</em>}'.
4241:             * <!-- begin-user-doc -->
4242:             * <!-- end-user-doc -->
4243:             * @return the meta object for class '<em>Transaction Type</em>'.
4244:             * @see net.opengis.wfs.TransactionType
4245:             * @generated
4246:             */
4247:            EClass getTransactionType();
4248:
4249:            /**
4250:             * Returns the meta object for the attribute '{@link net.opengis.wfs.TransactionType#getLockId <em>Lock Id</em>}'.
4251:             * <!-- begin-user-doc -->
4252:             * <!-- end-user-doc -->
4253:             * @return the meta object for the attribute '<em>Lock Id</em>'.
4254:             * @see net.opengis.wfs.TransactionType#getLockId()
4255:             * @see #getTransactionType()
4256:             * @generated
4257:             */
4258:            EAttribute getTransactionType_LockId();
4259:
4260:            /**
4261:             * Returns the meta object for the attribute list '{@link net.opengis.wfs.TransactionType#getGroup <em>Group</em>}'.
4262:             * <!-- begin-user-doc -->
4263:             * <!-- end-user-doc -->
4264:             * @return the meta object for the attribute list '<em>Group</em>'.
4265:             * @see net.opengis.wfs.TransactionType#getGroup()
4266:             * @see #getTransactionType()
4267:             * @generated
4268:             */
4269:            EAttribute getTransactionType_Group();
4270:
4271:            /**
4272:             * Returns the meta object for the containment reference list '{@link net.opengis.wfs.TransactionType#getInsert <em>Insert</em>}'.
4273:             * <!-- begin-user-doc -->
4274:             * <!-- end-user-doc -->
4275:             * @return the meta object for the containment reference list '<em>Insert</em>'.
4276:             * @see net.opengis.wfs.TransactionType#getInsert()
4277:             * @see #getTransactionType()
4278:             * @generated
4279:             */
4280:            EReference getTransactionType_Insert();
4281:
4282:            /**
4283:             * Returns the meta object for the containment reference list '{@link net.opengis.wfs.TransactionType#getUpdate <em>Update</em>}'.
4284:             * <!-- begin-user-doc -->
4285:             * <!-- end-user-doc -->
4286:             * @return the meta object for the containment reference list '<em>Update</em>'.
4287:             * @see net.opengis.wfs.TransactionType#getUpdate()
4288:             * @see #getTransactionType()
4289:             * @generated
4290:             */
4291:            EReference getTransactionType_Update();
4292:
4293:            /**
4294:             * Returns the meta object for the containment reference list '{@link net.opengis.wfs.TransactionType#getDelete <em>Delete</em>}'.
4295:             * <!-- begin-user-doc -->
4296:             * <!-- end-user-doc -->
4297:             * @return the meta object for the containment reference list '<em>Delete</em>'.
4298:             * @see net.opengis.wfs.TransactionType#getDelete()
4299:             * @see #getTransactionType()
4300:             * @generated
4301:             */
4302:            EReference getTransactionType_Delete();
4303:
4304:            /**
4305:             * Returns the meta object for the containment reference list '{@link net.opengis.wfs.TransactionType#getNative <em>Native</em>}'.
4306:             * <!-- begin-user-doc -->
4307:             * <!-- end-user-doc -->
4308:             * @return the meta object for the containment reference list '<em>Native</em>'.
4309:             * @see net.opengis.wfs.TransactionType#getNative()
4310:             * @see #getTransactionType()
4311:             * @generated
4312:             */
4313:            EReference getTransactionType_Native();
4314:
4315:            /**
4316:             * Returns the meta object for the attribute '{@link net.opengis.wfs.TransactionType#getReleaseAction <em>Release Action</em>}'.
4317:             * <!-- begin-user-doc -->
4318:             * <!-- end-user-doc -->
4319:             * @return the meta object for the attribute '<em>Release Action</em>'.
4320:             * @see net.opengis.wfs.TransactionType#getReleaseAction()
4321:             * @see #getTransactionType()
4322:             * @generated
4323:             */
4324:            EAttribute getTransactionType_ReleaseAction();
4325:
4326:            /**
4327:             * Returns the meta object for class '{@link net.opengis.wfs.UpdateElementType <em>Update Element Type</em>}'.
4328:             * <!-- begin-user-doc -->
4329:             * <!-- end-user-doc -->
4330:             * @return the meta object for class '<em>Update Element Type</em>'.
4331:             * @see net.opengis.wfs.UpdateElementType
4332:             * @generated
4333:             */
4334:            EClass getUpdateElementType();
4335:
4336:            /**
4337:             * Returns the meta object for the containment reference list '{@link net.opengis.wfs.UpdateElementType#getProperty <em>Property</em>}'.
4338:             * <!-- begin-user-doc -->
4339:             * <!-- end-user-doc -->
4340:             * @return the meta object for the containment reference list '<em>Property</em>'.
4341:             * @see net.opengis.wfs.UpdateElementType#getProperty()
4342:             * @see #getUpdateElementType()
4343:             * @generated
4344:             */
4345:            EReference getUpdateElementType_Property();
4346:
4347:            /**
4348:             * Returns the meta object for the attribute '{@link net.opengis.wfs.UpdateElementType#getFilter <em>Filter</em>}'.
4349:             * <!-- begin-user-doc -->
4350:             * <!-- end-user-doc -->
4351:             * @return the meta object for the attribute '<em>Filter</em>'.
4352:             * @see net.opengis.wfs.UpdateElementType#getFilter()
4353:             * @see #getUpdateElementType()
4354:             * @generated
4355:             */
4356:            EAttribute getUpdateElementType_Filter();
4357:
4358:            /**
4359:             * Returns the meta object for the attribute '{@link net.opengis.wfs.UpdateElementType#getHandle <em>Handle</em>}'.
4360:             * <!-- begin-user-doc -->
4361:             * <!-- end-user-doc -->
4362:             * @return the meta object for the attribute '<em>Handle</em>'.
4363:             * @see net.opengis.wfs.UpdateElementType#getHandle()
4364:             * @see #getUpdateElementType()
4365:             * @generated
4366:             */
4367:            EAttribute getUpdateElementType_Handle();
4368:
4369:            /**
4370:             * Returns the meta object for the attribute '{@link net.opengis.wfs.UpdateElementType#getInputFormat <em>Input Format</em>}'.
4371:             * <!-- begin-user-doc -->
4372:             * <!-- end-user-doc -->
4373:             * @return the meta object for the attribute '<em>Input Format</em>'.
4374:             * @see net.opengis.wfs.UpdateElementType#getInputFormat()
4375:             * @see #getUpdateElementType()
4376:             * @generated
4377:             */
4378:            EAttribute getUpdateElementType_InputFormat();
4379:
4380:            /**
4381:             * Returns the meta object for the attribute '{@link net.opengis.wfs.UpdateElementType#getSrsName <em>Srs Name</em>}'.
4382:             * <!-- begin-user-doc -->
4383:             * <!-- end-user-doc -->
4384:             * @return the meta object for the attribute '<em>Srs Name</em>'.
4385:             * @see net.opengis.wfs.UpdateElementType#getSrsName()
4386:             * @see #getUpdateElementType()
4387:             * @generated
4388:             */
4389:            EAttribute getUpdateElementType_SrsName();
4390:
4391:            /**
4392:             * Returns the meta object for the attribute '{@link net.opengis.wfs.UpdateElementType#getTypeName <em>Type Name</em>}'.
4393:             * <!-- begin-user-doc -->
4394:             * <!-- end-user-doc -->
4395:             * @return the meta object for the attribute '<em>Type Name</em>'.
4396:             * @see net.opengis.wfs.UpdateElementType#getTypeName()
4397:             * @see #getUpdateElementType()
4398:             * @generated
4399:             */
4400:            EAttribute getUpdateElementType_TypeName();
4401:
4402:            /**
4403:             * Returns the meta object for class '{@link net.opengis.wfs.WFSCapabilitiesType <em>WFS Capabilities Type</em>}'.
4404:             * <!-- begin-user-doc -->
4405:             * <!-- end-user-doc -->
4406:             * @return the meta object for class '<em>WFS Capabilities Type</em>'.
4407:             * @see net.opengis.wfs.WFSCapabilitiesType
4408:             * @generated
4409:             */
4410:            EClass getWFSCapabilitiesType();
4411:
4412:            /**
4413:             * Returns the meta object for the containment reference '{@link net.opengis.wfs.WFSCapabilitiesType#getFeatureTypeList <em>Feature Type List</em>}'.
4414:             * <!-- begin-user-doc -->
4415:             * <!-- end-user-doc -->
4416:             * @return the meta object for the containment reference '<em>Feature Type List</em>'.
4417:             * @see net.opengis.wfs.WFSCapabilitiesType#getFeatureTypeList()
4418:             * @see #getWFSCapabilitiesType()
4419:             * @generated
4420:             */
4421:            EReference getWFSCapabilitiesType_FeatureTypeList();
4422:
4423:            /**
4424:             * Returns the meta object for the containment reference '{@link net.opengis.wfs.WFSCapabilitiesType#getServesGMLObjectTypeList <em>Serves GML Object Type List</em>}'.
4425:             * <!-- begin-user-doc -->
4426:             * <!-- end-user-doc -->
4427:             * @return the meta object for the containment reference '<em>Serves GML Object Type List</em>'.
4428:             * @see net.opengis.wfs.WFSCapabilitiesType#getServesGMLObjectTypeList()
4429:             * @see #getWFSCapabilitiesType()
4430:             * @generated
4431:             */
4432:            EReference getWFSCapabilitiesType_ServesGMLObjectTypeList();
4433:
4434:            /**
4435:             * Returns the meta object for the containment reference '{@link net.opengis.wfs.WFSCapabilitiesType#getSupportsGMLObjectTypeList <em>Supports GML Object Type List</em>}'.
4436:             * <!-- begin-user-doc -->
4437:             * <!-- end-user-doc -->
4438:             * @return the meta object for the containment reference '<em>Supports GML Object Type List</em>'.
4439:             * @see net.opengis.wfs.WFSCapabilitiesType#getSupportsGMLObjectTypeList()
4440:             * @see #getWFSCapabilitiesType()
4441:             * @generated
4442:             */
4443:            EReference getWFSCapabilitiesType_SupportsGMLObjectTypeList();
4444:
4445:            /**
4446:             * Returns the meta object for the attribute '{@link net.opengis.wfs.WFSCapabilitiesType#getFilterCapabilities <em>Filter Capabilities</em>}'.
4447:             * <!-- begin-user-doc -->
4448:             * <!-- end-user-doc -->
4449:             * @return the meta object for the attribute '<em>Filter Capabilities</em>'.
4450:             * @see net.opengis.wfs.WFSCapabilitiesType#getFilterCapabilities()
4451:             * @see #getWFSCapabilitiesType()
4452:             * @generated
4453:             */
4454:            EAttribute getWFSCapabilitiesType_FilterCapabilities();
4455:
4456:            /**
4457:             * Returns the meta object for class '{@link net.opengis.wfs.XlinkPropertyNameType <em>Xlink Property Name Type</em>}'.
4458:             * <!-- begin-user-doc -->
4459:             * <!-- end-user-doc -->
4460:             * @return the meta object for class '<em>Xlink Property Name Type</em>'.
4461:             * @see net.opengis.wfs.XlinkPropertyNameType
4462:             * @generated
4463:             */
4464:            EClass getXlinkPropertyNameType();
4465:
4466:            /**
4467:             * Returns the meta object for the attribute '{@link net.opengis.wfs.XlinkPropertyNameType#getValue <em>Value</em>}'.
4468:             * <!-- begin-user-doc -->
4469:             * <!-- end-user-doc -->
4470:             * @return the meta object for the attribute '<em>Value</em>'.
4471:             * @see net.opengis.wfs.XlinkPropertyNameType#getValue()
4472:             * @see #getXlinkPropertyNameType()
4473:             * @generated
4474:             */
4475:            EAttribute getXlinkPropertyNameType_Value();
4476:
4477:            /**
4478:             * Returns the meta object for the attribute '{@link net.opengis.wfs.XlinkPropertyNameType#getTraverseXlinkDepth <em>Traverse Xlink Depth</em>}'.
4479:             * <!-- begin-user-doc -->
4480:             * <!-- end-user-doc -->
4481:             * @return the meta object for the attribute '<em>Traverse Xlink Depth</em>'.
4482:             * @see net.opengis.wfs.XlinkPropertyNameType#getTraverseXlinkDepth()
4483:             * @see #getXlinkPropertyNameType()
4484:             * @generated
4485:             */
4486:            EAttribute getXlinkPropertyNameType_TraverseXlinkDepth();
4487:
4488:            /**
4489:             * Returns the meta object for the attribute '{@link net.opengis.wfs.XlinkPropertyNameType#getTraverseXlinkExpiry <em>Traverse Xlink Expiry</em>}'.
4490:             * <!-- begin-user-doc -->
4491:             * <!-- end-user-doc -->
4492:             * @return the meta object for the attribute '<em>Traverse Xlink Expiry</em>'.
4493:             * @see net.opengis.wfs.XlinkPropertyNameType#getTraverseXlinkExpiry()
4494:             * @see #getXlinkPropertyNameType()
4495:             * @generated
4496:             */
4497:            EAttribute getXlinkPropertyNameType_TraverseXlinkExpiry();
4498:
4499:            /**
4500:             * Returns the meta object for enum '{@link net.opengis.wfs.AllSomeType <em>All Some Type</em>}'.
4501:             * <!-- begin-user-doc -->
4502:             * <!-- end-user-doc -->
4503:             * @return the meta object for enum '<em>All Some Type</em>'.
4504:             * @see net.opengis.wfs.AllSomeType
4505:             * @generated
4506:             */
4507:            EEnum getAllSomeType();
4508:
4509:            /**
4510:             * Returns the meta object for enum '{@link net.opengis.wfs.IdentifierGenerationOptionType <em>Identifier Generation Option Type</em>}'.
4511:             * <!-- begin-user-doc -->
4512:             * <!-- end-user-doc -->
4513:             * @return the meta object for enum '<em>Identifier Generation Option Type</em>'.
4514:             * @see net.opengis.wfs.IdentifierGenerationOptionType
4515:             * @generated
4516:             */
4517:            EEnum getIdentifierGenerationOptionType();
4518:
4519:            /**
4520:             * Returns the meta object for enum '{@link net.opengis.wfs.OperationType <em>Operation Type</em>}'.
4521:             * <!-- begin-user-doc -->
4522:             * <!-- end-user-doc -->
4523:             * @return the meta object for enum '<em>Operation Type</em>'.
4524:             * @see net.opengis.wfs.OperationType
4525:             * @generated
4526:             */
4527:            EEnum getOperationType();
4528:
4529:            /**
4530:             * Returns the meta object for enum '{@link net.opengis.wfs.ResultTypeType <em>Result Type Type</em>}'.
4531:             * <!-- begin-user-doc -->
4532:             * <!-- end-user-doc -->
4533:             * @return the meta object for enum '<em>Result Type Type</em>'.
4534:             * @see net.opengis.wfs.ResultTypeType
4535:             * @generated
4536:             */
4537:            EEnum getResultTypeType();
4538:
4539:            /**
4540:             * Returns the meta object for data type '{@link java.lang.String <em>Service Type</em>}'.
4541:             * <!-- begin-user-doc -->
4542:             * <!-- end-user-doc -->
4543:             * @return the meta object for data type '<em>Service Type</em>'.
4544:             * @see java.lang.String
4545:             * @model instanceClass="java.lang.String"
4546:             * @generated
4547:             */
4548:            EDataType getServiceType();
4549:
4550:            /**
4551:             * Returns the meta object for data type '{@link org.opengis.filter.Filter <em>Filter</em>}'.
4552:             * <!-- begin-user-doc -->
4553:             * <!-- end-user-doc -->
4554:             * @return the meta object for data type '<em>Filter</em>'.
4555:             * @see org.opengis.filter.Filter
4556:             * @model instanceClass="org.opengis.filter.Filter"
4557:             * @generated
4558:             */
4559:            EDataType getFilter();
4560:
4561:            /**
4562:             * Returns the meta object for data type '{@link javax.xml.namespace.QName <em>QName</em>}'.
4563:             * <!-- begin-user-doc -->
4564:             * <!-- end-user-doc -->
4565:             * @return the meta object for data type '<em>QName</em>'.
4566:             * @see javax.xml.namespace.QName
4567:             * @model instanceClass="javax.xml.namespace.QName"
4568:             * @generated
4569:             */
4570:            EDataType getQName();
4571:
4572:            /**
4573:             * Returns the meta object for data type '{@link java.util.Calendar <em>Calendar</em>}'.
4574:             * <!-- begin-user-doc -->
4575:             * <!-- end-user-doc -->
4576:             * @return the meta object for data type '<em>Calendar</em>'.
4577:             * @see java.util.Calendar
4578:             * @model instanceClass="java.util.Calendar"
4579:             * @generated
4580:             */
4581:            EDataType getCalendar();
4582:
4583:            /**
4584:             * Returns the meta object for data type '{@link org.geotools.feature.FeatureCollection <em>Feature Collection</em>}'.
4585:             * <!-- begin-user-doc -->
4586:             * <!-- end-user-doc -->
4587:             * @return the meta object for data type '<em>Feature Collection</em>'.
4588:             * @see org.geotools.feature.FeatureCollection
4589:             * @model instanceClass="org.geotools.feature.FeatureCollection"
4590:             * @generated
4591:             */
4592:            EDataType getFeatureCollection();
4593:
4594:            /**
4595:             * Returns the meta object for data type '{@link org.opengis.filter.identity.FeatureId <em>Feature Id</em>}'.
4596:             * <!-- begin-user-doc -->
4597:             * <!-- end-user-doc -->
4598:             * @return the meta object for data type '<em>Feature Id</em>'.
4599:             * @see org.opengis.filter.identity.FeatureId
4600:             * @model instanceClass="org.opengis.filter.identity.FeatureId"
4601:             * @generated
4602:             */
4603:            EDataType getFeatureId();
4604:
4605:            /**
4606:             * Returns the meta object for data type '{@link java.lang.String <em>Service Type 1</em>}'.
4607:             * <!-- begin-user-doc -->
4608:             * <!-- end-user-doc -->
4609:             * @return the meta object for data type '<em>Service Type 1</em>'.
4610:             * @see java.lang.String
4611:             * @model instanceClass="java.lang.String"
4612:             * @generated
4613:             */
4614:            EDataType getServiceType_1();
4615:
4616:            /**
4617:             * Returns the meta object for data type '{@link java.net.URI <em>URI</em>}'.
4618:             * <!-- begin-user-doc -->
4619:             * <!-- end-user-doc -->
4620:             * @return the meta object for data type '<em>URI</em>'.
4621:             * @see java.net.URI
4622:             * @model instanceClass="java.net.URI"
4623:             * @generated
4624:             */
4625:            EDataType getURI();
4626:
4627:            /**
4628:             * Returns the meta object for data type '{@link java.lang.String <em>Format Type</em>}'.
4629:             * <!-- begin-user-doc -->
4630:             * <!-- end-user-doc -->
4631:             * @return the meta object for data type '<em>Format Type</em>'.
4632:             * @see java.lang.String
4633:             * @model instanceClass="java.lang.String"
4634:             * @generated
4635:             */
4636:            EDataType getFormatType();
4637:
4638:            /**
4639:             * Returns the meta object for data type '{@link java.lang.String <em>Type Type</em>}'.
4640:             * <!-- begin-user-doc -->
4641:             * <!-- end-user-doc -->
4642:             * @return the meta object for data type '<em>Type Type</em>'.
4643:             * @see java.lang.String
4644:             * @model instanceClass="java.lang.String"
4645:             * @generated
4646:             */
4647:            EDataType getTypeType();
4648:
4649:            /**
4650:             * Returns the meta object for data type '{@link org.opengis.filter.expression.Function <em>Function</em>}'.
4651:             * <!-- begin-user-doc -->
4652:             * <!-- end-user-doc -->
4653:             * @return the meta object for data type '<em>Function</em>'.
4654:             * @see org.opengis.filter.expression.Function
4655:             * @model instanceClass="org.opengis.filter.expression.Function"
4656:             * @generated
4657:             */
4658:            EDataType getFunction();
4659:
4660:            /**
4661:             * Returns the meta object for data type '{@link org.opengis.filter.sort.SortBy <em>Sort By</em>}'.
4662:             * <!-- begin-user-doc -->
4663:             * <!-- end-user-doc -->
4664:             * @return the meta object for data type '<em>Sort By</em>'.
4665:             * @see org.opengis.filter.sort.SortBy
4666:             * @model instanceClass="org.opengis.filter.sort.SortBy"
4667:             * @generated
4668:             */
4669:            EDataType getSortBy();
4670:
4671:            /**
4672:             * Returns the meta object for data type '{@link java.util.List <em>Type Name List Type</em>}'.
4673:             * <!-- begin-user-doc -->
4674:             * <!-- end-user-doc -->
4675:             * @return the meta object for data type '<em>Type Name List Type</em>'.
4676:             * @see java.util.List
4677:             * @model instanceClass="java.util.List"
4678:             * @generated
4679:             */
4680:            EDataType getTypeNameListType();
4681:
4682:            /**
4683:             * Returns the factory that creates the instances of the model.
4684:             * <!-- begin-user-doc -->
4685:             * <!-- end-user-doc -->
4686:             * @return the factory that creates the instances of the model.
4687:             * @generated
4688:             */
4689:            WfsFactory getWfsFactory();
4690:
4691:            /**
4692:             * <!-- begin-user-doc -->
4693:             * Defines literals for the meta objects that represent
4694:             * <ul>
4695:             *   <li>each class,</li>
4696:             *   <li>each feature of each class,</li>
4697:             *   <li>each enum,</li>
4698:             *   <li>and each data type</li>
4699:             * </ul>
4700:             * <!-- end-user-doc -->
4701:             * @generated
4702:             */
4703:            interface Literals {
4704:                /**
4705:                 * The meta object literal for the '{@link net.opengis.wfs.impl.ActionTypeImpl <em>Action Type</em>}' class.
4706:                 * <!-- begin-user-doc -->
4707:                 * <!-- end-user-doc -->
4708:                 * @see net.opengis.wfs.impl.ActionTypeImpl
4709:                 * @see net.opengis.wfs.impl.WfsPackageImpl#getActionType()
4710:                 * @generated
4711:                 */
4712:                EClass ACTION_TYPE = eINSTANCE.getActionType();
4713:
4714:                /**
4715:                 * The meta object literal for the '<em><b>Message</b></em>' attribute feature.
4716:                 * <!-- begin-user-doc -->
4717:                 * <!-- end-user-doc -->
4718:                 * @generated
4719:                 */
4720:                EAttribute ACTION_TYPE__MESSAGE = eINSTANCE
4721:                        .getActionType_Message();
4722:
4723:                /**
4724:                 * The meta object literal for the '<em><b>Code</b></em>' attribute feature.
4725:                 * <!-- begin-user-doc -->
4726:                 * <!-- end-user-doc -->
4727:                 * @generated
4728:                 */
4729:                EAttribute ACTION_TYPE__CODE = eINSTANCE.getActionType_Code();
4730:
4731:                /**
4732:                 * The meta object literal for the '<em><b>Locator</b></em>' attribute feature.
4733:                 * <!-- begin-user-doc -->
4734:                 * <!-- end-user-doc -->
4735:                 * @generated
4736:                 */
4737:                EAttribute ACTION_TYPE__LOCATOR = eINSTANCE
4738:                        .getActionType_Locator();
4739:
4740:                /**
4741:                 * The meta object literal for the '{@link net.opengis.wfs.impl.BaseRequestTypeImpl <em>Base Request Type</em>}' class.
4742:                 * <!-- begin-user-doc -->
4743:                 * <!-- end-user-doc -->
4744:                 * @see net.opengis.wfs.impl.BaseRequestTypeImpl
4745:                 * @see net.opengis.wfs.impl.WfsPackageImpl#getBaseRequestType()
4746:                 * @generated
4747:                 */
4748:                EClass BASE_REQUEST_TYPE = eINSTANCE.getBaseRequestType();
4749:
4750:                /**
4751:                 * The meta object literal for the '<em><b>Handle</b></em>' attribute feature.
4752:                 * <!-- begin-user-doc -->
4753:                 * <!-- end-user-doc -->
4754:                 * @generated
4755:                 */
4756:                EAttribute BASE_REQUEST_TYPE__HANDLE = eINSTANCE
4757:                        .getBaseRequestType_Handle();
4758:
4759:                /**
4760:                 * The meta object literal for the '<em><b>Service</b></em>' attribute feature.
4761:                 * <!-- begin-user-doc -->
4762:                 * <!-- end-user-doc -->
4763:                 * @generated
4764:                 */
4765:                EAttribute BASE_REQUEST_TYPE__SERVICE = eINSTANCE
4766:                        .getBaseRequestType_Service();
4767:
4768:                /**
4769:                 * The meta object literal for the '<em><b>Version</b></em>' attribute feature.
4770:                 * <!-- begin-user-doc -->
4771:                 * <!-- end-user-doc -->
4772:                 * @generated
4773:                 */
4774:                EAttribute BASE_REQUEST_TYPE__VERSION = eINSTANCE
4775:                        .getBaseRequestType_Version();
4776:
4777:                /**
4778:                 * The meta object literal for the '<em><b>Base Url</b></em>' attribute feature.
4779:                 * <!-- begin-user-doc -->
4780:                 * <!-- end-user-doc -->
4781:                 * @generated
4782:                 */
4783:                EAttribute BASE_REQUEST_TYPE__BASE_URL = eINSTANCE
4784:                        .getBaseRequestType_BaseUrl();
4785:
4786:                /**
4787:                 * The meta object literal for the '{@link net.opengis.wfs.impl.DeleteElementTypeImpl <em>Delete Element Type</em>}' class.
4788:                 * <!-- begin-user-doc -->
4789:                 * <!-- end-user-doc -->
4790:                 * @see net.opengis.wfs.impl.DeleteElementTypeImpl
4791:                 * @see net.opengis.wfs.impl.WfsPackageImpl#getDeleteElementType()
4792:                 * @generated
4793:                 */
4794:                EClass DELETE_ELEMENT_TYPE = eINSTANCE.getDeleteElementType();
4795:
4796:                /**
4797:                 * The meta object literal for the '<em><b>Filter</b></em>' attribute feature.
4798:                 * <!-- begin-user-doc -->
4799:                 * <!-- end-user-doc -->
4800:                 * @generated
4801:                 */
4802:                EAttribute DELETE_ELEMENT_TYPE__FILTER = eINSTANCE
4803:                        .getDeleteElementType_Filter();
4804:
4805:                /**
4806:                 * The meta object literal for the '<em><b>Handle</b></em>' attribute feature.
4807:                 * <!-- begin-user-doc -->
4808:                 * <!-- end-user-doc -->
4809:                 * @generated
4810:                 */
4811:                EAttribute DELETE_ELEMENT_TYPE__HANDLE = eINSTANCE
4812:                        .getDeleteElementType_Handle();
4813:
4814:                /**
4815:                 * The meta object literal for the '<em><b>Type Name</b></em>' attribute feature.
4816:                 * <!-- begin-user-doc -->
4817:                 * <!-- end-user-doc -->
4818:                 * @generated
4819:                 */
4820:                EAttribute DELETE_ELEMENT_TYPE__TYPE_NAME = eINSTANCE
4821:                        .getDeleteElementType_TypeName();
4822:
4823:                /**
4824:                 * The meta object literal for the '{@link net.opengis.wfs.impl.DescribeFeatureTypeTypeImpl <em>Describe Feature Type Type</em>}' class.
4825:                 * <!-- begin-user-doc -->
4826:                 * <!-- end-user-doc -->
4827:                 * @see net.opengis.wfs.impl.DescribeFeatureTypeTypeImpl
4828:                 * @see net.opengis.wfs.impl.WfsPackageImpl#getDescribeFeatureTypeType()
4829:                 * @generated
4830:                 */
4831:                EClass DESCRIBE_FEATURE_TYPE_TYPE = eINSTANCE
4832:                        .getDescribeFeatureTypeType();
4833:
4834:                /**
4835:                 * The meta object literal for the '<em><b>Type Name</b></em>' attribute list feature.
4836:                 * <!-- begin-user-doc -->
4837:                 * <!-- end-user-doc -->
4838:                 * @generated
4839:                 */
4840:                EAttribute DESCRIBE_FEATURE_TYPE_TYPE__TYPE_NAME = eINSTANCE
4841:                        .getDescribeFeatureTypeType_TypeName();
4842:
4843:                /**
4844:                 * The meta object literal for the '<em><b>Output Format</b></em>' attribute feature.
4845:                 * <!-- begin-user-doc -->
4846:                 * <!-- end-user-doc -->
4847:                 * @generated
4848:                 */
4849:                EAttribute DESCRIBE_FEATURE_TYPE_TYPE__OUTPUT_FORMAT = eINSTANCE
4850:                        .getDescribeFeatureTypeType_OutputFormat();
4851:
4852:                /**
4853:                 * The meta object literal for the '{@link net.opengis.wfs.impl.DocumentRootImpl <em>Document Root</em>}' class.
4854:                 * <!-- begin-user-doc -->
4855:                 * <!-- end-user-doc -->
4856:                 * @see net.opengis.wfs.impl.DocumentRootImpl
4857:                 * @see net.opengis.wfs.impl.WfsPackageImpl#getDocumentRoot()
4858:                 * @generated
4859:                 */
4860:                EClass DOCUMENT_ROOT = eINSTANCE.getDocumentRoot();
4861:
4862:                /**
4863:                 * The meta object literal for the '<em><b>Mixed</b></em>' attribute list feature.
4864:                 * <!-- begin-user-doc -->
4865:                 * <!-- end-user-doc -->
4866:                 * @generated
4867:                 */
4868:                EAttribute DOCUMENT_ROOT__MIXED = eINSTANCE
4869:                        .getDocumentRoot_Mixed();
4870:
4871:                /**
4872:                 * The meta object literal for the '<em><b>XMLNS Prefix Map</b></em>' map feature.
4873:                 * <!-- begin-user-doc -->
4874:                 * <!-- end-user-doc -->
4875:                 * @generated
4876:                 */
4877:                EReference DOCUMENT_ROOT__XMLNS_PREFIX_MAP = eINSTANCE
4878:                        .getDocumentRoot_XMLNSPrefixMap();
4879:
4880:                /**
4881:                 * The meta object literal for the '<em><b>XSI Schema Location</b></em>' map feature.
4882:                 * <!-- begin-user-doc -->
4883:                 * <!-- end-user-doc -->
4884:                 * @generated
4885:                 */
4886:                EReference DOCUMENT_ROOT__XSI_SCHEMA_LOCATION = eINSTANCE
4887:                        .getDocumentRoot_XSISchemaLocation();
4888:
4889:                /**
4890:                 * The meta object literal for the '<em><b>Delete</b></em>' containment reference feature.
4891:                 * <!-- begin-user-doc -->
4892:                 * <!-- end-user-doc -->
4893:                 * @generated
4894:                 */
4895:                EReference DOCUMENT_ROOT__DELETE = eINSTANCE
4896:                        .getDocumentRoot_Delete();
4897:
4898:                /**
4899:                 * The meta object literal for the '<em><b>Describe Feature Type</b></em>' containment reference feature.
4900:                 * <!-- begin-user-doc -->
4901:                 * <!-- end-user-doc -->
4902:                 * @generated
4903:                 */
4904:                EReference DOCUMENT_ROOT__DESCRIBE_FEATURE_TYPE = eINSTANCE
4905:                        .getDocumentRoot_DescribeFeatureType();
4906:
4907:                /**
4908:                 * The meta object literal for the '<em><b>Feature Collection</b></em>' containment reference feature.
4909:                 * <!-- begin-user-doc -->
4910:                 * <!-- end-user-doc -->
4911:                 * @generated
4912:                 */
4913:                EReference DOCUMENT_ROOT__FEATURE_COLLECTION = eINSTANCE
4914:                        .getDocumentRoot_FeatureCollection();
4915:
4916:                /**
4917:                 * The meta object literal for the '<em><b>Feature Type List</b></em>' containment reference feature.
4918:                 * <!-- begin-user-doc -->
4919:                 * <!-- end-user-doc -->
4920:                 * @generated
4921:                 */
4922:                EReference DOCUMENT_ROOT__FEATURE_TYPE_LIST = eINSTANCE
4923:                        .getDocumentRoot_FeatureTypeList();
4924:
4925:                /**
4926:                 * The meta object literal for the '<em><b>Get Capabilities</b></em>' containment reference feature.
4927:                 * <!-- begin-user-doc -->
4928:                 * <!-- end-user-doc -->
4929:                 * @generated
4930:                 */
4931:                EReference DOCUMENT_ROOT__GET_CAPABILITIES = eINSTANCE
4932:                        .getDocumentRoot_GetCapabilities();
4933:
4934:                /**
4935:                 * The meta object literal for the '<em><b>Get Feature</b></em>' containment reference feature.
4936:                 * <!-- begin-user-doc -->
4937:                 * <!-- end-user-doc -->
4938:                 * @generated
4939:                 */
4940:                EReference DOCUMENT_ROOT__GET_FEATURE = eINSTANCE
4941:                        .getDocumentRoot_GetFeature();
4942:
4943:                /**
4944:                 * The meta object literal for the '<em><b>Get Feature With Lock</b></em>' containment reference feature.
4945:                 * <!-- begin-user-doc -->
4946:                 * <!-- end-user-doc -->
4947:                 * @generated
4948:                 */
4949:                EReference DOCUMENT_ROOT__GET_FEATURE_WITH_LOCK = eINSTANCE
4950:                        .getDocumentRoot_GetFeatureWithLock();
4951:
4952:                /**
4953:                 * The meta object literal for the '<em><b>Get Gml Object</b></em>' containment reference feature.
4954:                 * <!-- begin-user-doc -->
4955:                 * <!-- end-user-doc -->
4956:                 * @generated
4957:                 */
4958:                EReference DOCUMENT_ROOT__GET_GML_OBJECT = eINSTANCE
4959:                        .getDocumentRoot_GetGmlObject();
4960:
4961:                /**
4962:                 * The meta object literal for the '<em><b>Insert</b></em>' containment reference feature.
4963:                 * <!-- begin-user-doc -->
4964:                 * <!-- end-user-doc -->
4965:                 * @generated
4966:                 */
4967:                EReference DOCUMENT_ROOT__INSERT = eINSTANCE
4968:                        .getDocumentRoot_Insert();
4969:
4970:                /**
4971:                 * The meta object literal for the '<em><b>Lock Feature</b></em>' containment reference feature.
4972:                 * <!-- begin-user-doc -->
4973:                 * <!-- end-user-doc -->
4974:                 * @generated
4975:                 */
4976:                EReference DOCUMENT_ROOT__LOCK_FEATURE = eINSTANCE
4977:                        .getDocumentRoot_LockFeature();
4978:
4979:                /**
4980:                 * The meta object literal for the '<em><b>Lock Feature Response</b></em>' containment reference feature.
4981:                 * <!-- begin-user-doc -->
4982:                 * <!-- end-user-doc -->
4983:                 * @generated
4984:                 */
4985:                EReference DOCUMENT_ROOT__LOCK_FEATURE_RESPONSE = eINSTANCE
4986:                        .getDocumentRoot_LockFeatureResponse();
4987:
4988:                /**
4989:                 * The meta object literal for the '<em><b>Lock Id</b></em>' attribute feature.
4990:                 * <!-- begin-user-doc -->
4991:                 * <!-- end-user-doc -->
4992:                 * @generated
4993:                 */
4994:                EAttribute DOCUMENT_ROOT__LOCK_ID = eINSTANCE
4995:                        .getDocumentRoot_LockId();
4996:
4997:                /**
4998:                 * The meta object literal for the '<em><b>Native</b></em>' containment reference feature.
4999:                 * <!-- begin-user-doc -->
5000:                 * <!-- end-user-doc -->
5001:                 * @generated
5002:                 */
5003:                EReference DOCUMENT_ROOT__NATIVE = eINSTANCE
5004:                        .getDocumentRoot_Native();
5005:
5006:                /**
5007:                 * The meta object literal for the '<em><b>Property</b></em>' containment reference feature.
5008:                 * <!-- begin-user-doc -->
5009:                 * <!-- end-user-doc -->
5010:                 * @generated
5011:                 */
5012:                EReference DOCUMENT_ROOT__PROPERTY = eINSTANCE
5013:                        .getDocumentRoot_Property();
5014:
5015:                /**
5016:                 * The meta object literal for the '<em><b>Property Name</b></em>' attribute feature.
5017:                 * <!-- begin-user-doc -->
5018:                 * <!-- end-user-doc -->
5019:                 * @generated
5020:                 */
5021:                EAttribute DOCUMENT_ROOT__PROPERTY_NAME = eINSTANCE
5022:                        .getDocumentRoot_PropertyName();
5023:
5024:                /**
5025:                 * The meta object literal for the '<em><b>Query</b></em>' containment reference feature.
5026:                 * <!-- begin-user-doc -->
5027:                 * <!-- end-user-doc -->
5028:                 * @generated
5029:                 */
5030:                EReference DOCUMENT_ROOT__QUERY = eINSTANCE
5031:                        .getDocumentRoot_Query();
5032:
5033:                /**
5034:                 * The meta object literal for the '<em><b>Serves GML Object Type List</b></em>' containment reference feature.
5035:                 * <!-- begin-user-doc -->
5036:                 * <!-- end-user-doc -->
5037:                 * @generated
5038:                 */
5039:                EReference DOCUMENT_ROOT__SERVES_GML_OBJECT_TYPE_LIST = eINSTANCE
5040:                        .getDocumentRoot_ServesGMLObjectTypeList();
5041:
5042:                /**
5043:                 * The meta object literal for the '<em><b>Supports GML Object Type List</b></em>' containment reference feature.
5044:                 * <!-- begin-user-doc -->
5045:                 * <!-- end-user-doc -->
5046:                 * @generated
5047:                 */
5048:                EReference DOCUMENT_ROOT__SUPPORTS_GML_OBJECT_TYPE_LIST = eINSTANCE
5049:                        .getDocumentRoot_SupportsGMLObjectTypeList();
5050:
5051:                /**
5052:                 * The meta object literal for the '<em><b>Transaction</b></em>' containment reference feature.
5053:                 * <!-- begin-user-doc -->
5054:                 * <!-- end-user-doc -->
5055:                 * @generated
5056:                 */
5057:                EReference DOCUMENT_ROOT__TRANSACTION = eINSTANCE
5058:                        .getDocumentRoot_Transaction();
5059:
5060:                /**
5061:                 * The meta object literal for the '<em><b>Transaction Response</b></em>' containment reference feature.
5062:                 * <!-- begin-user-doc -->
5063:                 * <!-- end-user-doc -->
5064:                 * @generated
5065:                 */
5066:                EReference DOCUMENT_ROOT__TRANSACTION_RESPONSE = eINSTANCE
5067:                        .getDocumentRoot_TransactionResponse();
5068:
5069:                /**
5070:                 * The meta object literal for the '<em><b>Update</b></em>' containment reference feature.
5071:                 * <!-- begin-user-doc -->
5072:                 * <!-- end-user-doc -->
5073:                 * @generated
5074:                 */
5075:                EReference DOCUMENT_ROOT__UPDATE = eINSTANCE
5076:                        .getDocumentRoot_Update();
5077:
5078:                /**
5079:                 * The meta object literal for the '<em><b>Wfs Capabilities</b></em>' containment reference feature.
5080:                 * <!-- begin-user-doc -->
5081:                 * <!-- end-user-doc -->
5082:                 * @generated
5083:                 */
5084:                EReference DOCUMENT_ROOT__WFS_CAPABILITIES = eINSTANCE
5085:                        .getDocumentRoot_WfsCapabilities();
5086:
5087:                /**
5088:                 * The meta object literal for the '<em><b>Xlink Property Name</b></em>' containment reference feature.
5089:                 * <!-- begin-user-doc -->
5090:                 * <!-- end-user-doc -->
5091:                 * @generated
5092:                 */
5093:                EReference DOCUMENT_ROOT__XLINK_PROPERTY_NAME = eINSTANCE
5094:                        .getDocumentRoot_XlinkPropertyName();
5095:
5096:                /**
5097:                 * The meta object literal for the '{@link net.opengis.wfs.impl.FeatureCollectionTypeImpl <em>Feature Collection Type</em>}' class.
5098:                 * <!-- begin-user-doc -->
5099:                 * <!-- end-user-doc -->
5100:                 * @see net.opengis.wfs.impl.FeatureCollectionTypeImpl
5101:                 * @see net.opengis.wfs.impl.WfsPackageImpl#getFeatureCollectionType()
5102:                 * @generated
5103:                 */
5104:                EClass FEATURE_COLLECTION_TYPE = eINSTANCE
5105:                        .getFeatureCollectionType();
5106:
5107:                /**
5108:                 * The meta object literal for the '<em><b>Lock Id</b></em>' attribute feature.
5109:                 * <!-- begin-user-doc -->
5110:                 * <!-- end-user-doc -->
5111:                 * @generated
5112:                 */
5113:                EAttribute FEATURE_COLLECTION_TYPE__LOCK_ID = eINSTANCE
5114:                        .getFeatureCollectionType_LockId();
5115:
5116:                /**
5117:                 * The meta object literal for the '<em><b>Time Stamp</b></em>' attribute feature.
5118:                 * <!-- begin-user-doc -->
5119:                 * <!-- end-user-doc -->
5120:                 * @generated
5121:                 */
5122:                EAttribute FEATURE_COLLECTION_TYPE__TIME_STAMP = eINSTANCE
5123:                        .getFeatureCollectionType_TimeStamp();
5124:
5125:                /**
5126:                 * The meta object literal for the '<em><b>Number Of Features</b></em>' attribute feature.
5127:                 * <!-- begin-user-doc -->
5128:                 * <!-- end-user-doc -->
5129:                 * @generated
5130:                 */
5131:                EAttribute FEATURE_COLLECTION_TYPE__NUMBER_OF_FEATURES = eINSTANCE
5132:                        .getFeatureCollectionType_NumberOfFeatures();
5133:
5134:                /**
5135:                 * The meta object literal for the '<em><b>Feature</b></em>' attribute list feature.
5136:                 * <!-- begin-user-doc -->
5137:                 * <!-- end-user-doc -->
5138:                 * @generated
5139:                 */
5140:                EAttribute FEATURE_COLLECTION_TYPE__FEATURE = eINSTANCE
5141:                        .getFeatureCollectionType_Feature();
5142:
5143:                /**
5144:                 * The meta object literal for the '{@link net.opengis.wfs.impl.FeatureTypeListTypeImpl <em>Feature Type List Type</em>}' class.
5145:                 * <!-- begin-user-doc -->
5146:                 * <!-- end-user-doc -->
5147:                 * @see net.opengis.wfs.impl.FeatureTypeListTypeImpl
5148:                 * @see net.opengis.wfs.impl.WfsPackageImpl#getFeatureTypeListType()
5149:                 * @generated
5150:                 */
5151:                EClass FEATURE_TYPE_LIST_TYPE = eINSTANCE
5152:                        .getFeatureTypeListType();
5153:
5154:                /**
5155:                 * The meta object literal for the '<em><b>Operations</b></em>' containment reference feature.
5156:                 * <!-- begin-user-doc -->
5157:                 * <!-- end-user-doc -->
5158:                 * @generated
5159:                 */
5160:                EReference FEATURE_TYPE_LIST_TYPE__OPERATIONS = eINSTANCE
5161:                        .getFeatureTypeListType_Operations();
5162:
5163:                /**
5164:                 * The meta object literal for the '<em><b>Feature Type</b></em>' containment reference list feature.
5165:                 * <!-- begin-user-doc -->
5166:                 * <!-- end-user-doc -->
5167:                 * @generated
5168:                 */
5169:                EReference FEATURE_TYPE_LIST_TYPE__FEATURE_TYPE = eINSTANCE
5170:                        .getFeatureTypeListType_FeatureType();
5171:
5172:                /**
5173:                 * The meta object literal for the '{@link net.opengis.wfs.impl.FeatureTypeTypeImpl <em>Feature Type Type</em>}' class.
5174:                 * <!-- begin-user-doc -->
5175:                 * <!-- end-user-doc -->
5176:                 * @see net.opengis.wfs.impl.FeatureTypeTypeImpl
5177:                 * @see net.opengis.wfs.impl.WfsPackageImpl#getFeatureTypeType()
5178:                 * @generated
5179:                 */
5180:                EClass FEATURE_TYPE_TYPE = eINSTANCE.getFeatureTypeType();
5181:
5182:                /**
5183:                 * The meta object literal for the '<em><b>Name</b></em>' attribute feature.
5184:                 * <!-- begin-user-doc -->
5185:                 * <!-- end-user-doc -->
5186:                 * @generated
5187:                 */
5188:                EAttribute FEATURE_TYPE_TYPE__NAME = eINSTANCE
5189:                        .getFeatureTypeType_Name();
5190:
5191:                /**
5192:                 * The meta object literal for the '<em><b>Title</b></em>' attribute feature.
5193:                 * <!-- begin-user-doc -->
5194:                 * <!-- end-user-doc -->
5195:                 * @generated
5196:                 */
5197:                EAttribute FEATURE_TYPE_TYPE__TITLE = eINSTANCE
5198:                        .getFeatureTypeType_Title();
5199:
5200:                /**
5201:                 * The meta object literal for the '<em><b>Abstract</b></em>' attribute feature.
5202:                 * <!-- begin-user-doc -->
5203:                 * <!-- end-user-doc -->
5204:                 * @generated
5205:                 */
5206:                EAttribute FEATURE_TYPE_TYPE__ABSTRACT = eINSTANCE
5207:                        .getFeatureTypeType_Abstract();
5208:
5209:                /**
5210:                 * The meta object literal for the '<em><b>Keywords</b></em>' containment reference list feature.
5211:                 * <!-- begin-user-doc -->
5212:                 * <!-- end-user-doc -->
5213:                 * @generated
5214:                 */
5215:                EReference FEATURE_TYPE_TYPE__KEYWORDS = eINSTANCE
5216:                        .getFeatureTypeType_Keywords();
5217:
5218:                /**
5219:                 * The meta object literal for the '<em><b>Default SRS</b></em>' attribute feature.
5220:                 * <!-- begin-user-doc -->
5221:                 * <!-- end-user-doc -->
5222:                 * @generated
5223:                 */
5224:                EAttribute FEATURE_TYPE_TYPE__DEFAULT_SRS = eINSTANCE
5225:                        .getFeatureTypeType_DefaultSRS();
5226:
5227:                /**
5228:                 * The meta object literal for the '<em><b>Other SRS</b></em>' attribute feature.
5229:                 * <!-- begin-user-doc -->
5230:                 * <!-- end-user-doc -->
5231:                 * @generated
5232:                 */
5233:                EAttribute FEATURE_TYPE_TYPE__OTHER_SRS = eINSTANCE
5234:                        .getFeatureTypeType_OtherSRS();
5235:
5236:                /**
5237:                 * The meta object literal for the '<em><b>No SRS</b></em>' containment reference feature.
5238:                 * <!-- begin-user-doc -->
5239:                 * <!-- end-user-doc -->
5240:                 * @generated
5241:                 */
5242:                EReference FEATURE_TYPE_TYPE__NO_SRS = eINSTANCE
5243:                        .getFeatureTypeType_NoSRS();
5244:
5245:                /**
5246:                 * The meta object literal for the '<em><b>Operations</b></em>' containment reference feature.
5247:                 * <!-- begin-user-doc -->
5248:                 * <!-- end-user-doc -->
5249:                 * @generated
5250:                 */
5251:                EReference FEATURE_TYPE_TYPE__OPERATIONS = eINSTANCE
5252:                        .getFeatureTypeType_Operations();
5253:
5254:                /**
5255:                 * The meta object literal for the '<em><b>Output Formats</b></em>' containment reference feature.
5256:                 * <!-- begin-user-doc -->
5257:                 * <!-- end-user-doc -->
5258:                 * @generated
5259:                 */
5260:                EReference FEATURE_TYPE_TYPE__OUTPUT_FORMATS = eINSTANCE
5261:                        .getFeatureTypeType_OutputFormats();
5262:
5263:                /**
5264:                 * The meta object literal for the '<em><b>WGS84 Bounding Box</b></em>' containment reference list feature.
5265:                 * <!-- begin-user-doc -->
5266:                 * <!-- end-user-doc -->
5267:                 * @generated
5268:                 */
5269:                EReference FEATURE_TYPE_TYPE__WGS84_BOUNDING_BOX = eINSTANCE
5270:                        .getFeatureTypeType_WGS84BoundingBox();
5271:
5272:                /**
5273:                 * The meta object literal for the '<em><b>Metadata URL</b></em>' containment reference list feature.
5274:                 * <!-- begin-user-doc -->
5275:                 * <!-- end-user-doc -->
5276:                 * @generated
5277:                 */
5278:                EReference FEATURE_TYPE_TYPE__METADATA_URL = eINSTANCE
5279:                        .getFeatureTypeType_MetadataURL();
5280:
5281:                /**
5282:                 * The meta object literal for the '{@link net.opengis.wfs.impl.FeaturesLockedTypeImpl <em>Features Locked Type</em>}' class.
5283:                 * <!-- begin-user-doc -->
5284:                 * <!-- end-user-doc -->
5285:                 * @see net.opengis.wfs.impl.FeaturesLockedTypeImpl
5286:                 * @see net.opengis.wfs.impl.WfsPackageImpl#getFeaturesLockedType()
5287:                 * @generated
5288:                 */
5289:                EClass FEATURES_LOCKED_TYPE = eINSTANCE.getFeaturesLockedType();
5290:
5291:                /**
5292:                 * The meta object literal for the '<em><b>Group</b></em>' attribute list feature.
5293:                 * <!-- begin-user-doc -->
5294:                 * <!-- end-user-doc -->
5295:                 * @generated
5296:                 */
5297:                EAttribute FEATURES_LOCKED_TYPE__GROUP = eINSTANCE
5298:                        .getFeaturesLockedType_Group();
5299:
5300:                /**
5301:                 * The meta object literal for the '<em><b>Feature Id</b></em>' attribute list feature.
5302:                 * <!-- begin-user-doc -->
5303:                 * <!-- end-user-doc -->
5304:                 * @generated
5305:                 */
5306:                EAttribute FEATURES_LOCKED_TYPE__FEATURE_ID = eINSTANCE
5307:                        .getFeaturesLockedType_FeatureId();
5308:
5309:                /**
5310:                 * The meta object literal for the '{@link net.opengis.wfs.impl.FeaturesNotLockedTypeImpl <em>Features Not Locked Type</em>}' class.
5311:                 * <!-- begin-user-doc -->
5312:                 * <!-- end-user-doc -->
5313:                 * @see net.opengis.wfs.impl.FeaturesNotLockedTypeImpl
5314:                 * @see net.opengis.wfs.impl.WfsPackageImpl#getFeaturesNotLockedType()
5315:                 * @generated
5316:                 */
5317:                EClass FEATURES_NOT_LOCKED_TYPE = eINSTANCE
5318:                        .getFeaturesNotLockedType();
5319:
5320:                /**
5321:                 * The meta object literal for the '<em><b>Group</b></em>' attribute list feature.
5322:                 * <!-- begin-user-doc -->
5323:                 * <!-- end-user-doc -->
5324:                 * @generated
5325:                 */
5326:                EAttribute FEATURES_NOT_LOCKED_TYPE__GROUP = eINSTANCE
5327:                        .getFeaturesNotLockedType_Group();
5328:
5329:                /**
5330:                 * The meta object literal for the '<em><b>Feature Id</b></em>' attribute list feature.
5331:                 * <!-- begin-user-doc -->
5332:                 * <!-- end-user-doc -->
5333:                 * @generated
5334:                 */
5335:                EAttribute FEATURES_NOT_LOCKED_TYPE__FEATURE_ID = eINSTANCE
5336:                        .getFeaturesNotLockedType_FeatureId();
5337:
5338:                /**
5339:                 * The meta object literal for the '{@link net.opengis.wfs.impl.GMLObjectTypeListTypeImpl <em>GML Object Type List Type</em>}' class.
5340:                 * <!-- begin-user-doc -->
5341:                 * <!-- end-user-doc -->
5342:                 * @see net.opengis.wfs.impl.GMLObjectTypeListTypeImpl
5343:                 * @see net.opengis.wfs.impl.WfsPackageImpl#getGMLObjectTypeListType()
5344:                 * @generated
5345:                 */
5346:                EClass GML_OBJECT_TYPE_LIST_TYPE = eINSTANCE
5347:                        .getGMLObjectTypeListType();
5348:
5349:                /**
5350:                 * The meta object literal for the '<em><b>GML Object Type</b></em>' containment reference list feature.
5351:                 * <!-- begin-user-doc -->
5352:                 * <!-- end-user-doc -->
5353:                 * @generated
5354:                 */
5355:                EReference GML_OBJECT_TYPE_LIST_TYPE__GML_OBJECT_TYPE = eINSTANCE
5356:                        .getGMLObjectTypeListType_GMLObjectType();
5357:
5358:                /**
5359:                 * The meta object literal for the '{@link net.opengis.wfs.impl.GMLObjectTypeTypeImpl <em>GML Object Type Type</em>}' class.
5360:                 * <!-- begin-user-doc -->
5361:                 * <!-- end-user-doc -->
5362:                 * @see net.opengis.wfs.impl.GMLObjectTypeTypeImpl
5363:                 * @see net.opengis.wfs.impl.WfsPackageImpl#getGMLObjectTypeType()
5364:                 * @generated
5365:                 */
5366:                EClass GML_OBJECT_TYPE_TYPE = eINSTANCE.getGMLObjectTypeType();
5367:
5368:                /**
5369:                 * The meta object literal for the '<em><b>Name</b></em>' attribute feature.
5370:                 * <!-- begin-user-doc -->
5371:                 * <!-- end-user-doc -->
5372:                 * @generated
5373:                 */
5374:                EAttribute GML_OBJECT_TYPE_TYPE__NAME = eINSTANCE
5375:                        .getGMLObjectTypeType_Name();
5376:
5377:                /**
5378:                 * The meta object literal for the '<em><b>Title</b></em>' attribute feature.
5379:                 * <!-- begin-user-doc -->
5380:                 * <!-- end-user-doc -->
5381:                 * @generated
5382:                 */
5383:                EAttribute GML_OBJECT_TYPE_TYPE__TITLE = eINSTANCE
5384:                        .getGMLObjectTypeType_Title();
5385:
5386:                /**
5387:                 * The meta object literal for the '<em><b>Abstract</b></em>' attribute feature.
5388:                 * <!-- begin-user-doc -->
5389:                 * <!-- end-user-doc -->
5390:                 * @generated
5391:                 */
5392:                EAttribute GML_OBJECT_TYPE_TYPE__ABSTRACT = eINSTANCE
5393:                        .getGMLObjectTypeType_Abstract();
5394:
5395:                /**
5396:                 * The meta object literal for the '<em><b>Keywords</b></em>' containment reference list feature.
5397:                 * <!-- begin-user-doc -->
5398:                 * <!-- end-user-doc -->
5399:                 * @generated
5400:                 */
5401:                EReference GML_OBJECT_TYPE_TYPE__KEYWORDS = eINSTANCE
5402:                        .getGMLObjectTypeType_Keywords();
5403:
5404:                /**
5405:                 * The meta object literal for the '<em><b>Output Formats</b></em>' containment reference feature.
5406:                 * <!-- begin-user-doc -->
5407:                 * <!-- end-user-doc -->
5408:                 * @generated
5409:                 */
5410:                EReference GML_OBJECT_TYPE_TYPE__OUTPUT_FORMATS = eINSTANCE
5411:                        .getGMLObjectTypeType_OutputFormats();
5412:
5413:                /**
5414:                 * The meta object literal for the '{@link net.opengis.wfs.impl.GetCapabilitiesTypeImpl <em>Get Capabilities Type</em>}' class.
5415:                 * <!-- begin-user-doc -->
5416:                 * <!-- end-user-doc -->
5417:                 * @see net.opengis.wfs.impl.GetCapabilitiesTypeImpl
5418:                 * @see net.opengis.wfs.impl.WfsPackageImpl#getGetCapabilitiesType()
5419:                 * @generated
5420:                 */
5421:                EClass GET_CAPABILITIES_TYPE = eINSTANCE
5422:                        .getGetCapabilitiesType();
5423:
5424:                /**
5425:                 * The meta object literal for the '<em><b>Service</b></em>' attribute feature.
5426:                 * <!-- begin-user-doc -->
5427:                 * <!-- end-user-doc -->
5428:                 * @generated
5429:                 */
5430:                EAttribute GET_CAPABILITIES_TYPE__SERVICE = eINSTANCE
5431:                        .getGetCapabilitiesType_Service();
5432:
5433:                /**
5434:                 * The meta object literal for the '{@link net.opengis.wfs.impl.GetFeatureTypeImpl <em>Get Feature Type</em>}' class.
5435:                 * <!-- begin-user-doc -->
5436:                 * <!-- end-user-doc -->
5437:                 * @see net.opengis.wfs.impl.GetFeatureTypeImpl
5438:                 * @see net.opengis.wfs.impl.WfsPackageImpl#getGetFeatureType()
5439:                 * @generated
5440:                 */
5441:                EClass GET_FEATURE_TYPE = eINSTANCE.getGetFeatureType();
5442:
5443:                /**
5444:                 * The meta object literal for the '<em><b>Query</b></em>' containment reference list feature.
5445:                 * <!-- begin-user-doc -->
5446:                 * <!-- end-user-doc -->
5447:                 * @generated
5448:                 */
5449:                EReference GET_FEATURE_TYPE__QUERY = eINSTANCE
5450:                        .getGetFeatureType_Query();
5451:
5452:                /**
5453:                 * The meta object literal for the '<em><b>Max Features</b></em>' attribute feature.
5454:                 * <!-- begin-user-doc -->
5455:                 * <!-- end-user-doc -->
5456:                 * @generated
5457:                 */
5458:                EAttribute GET_FEATURE_TYPE__MAX_FEATURES = eINSTANCE
5459:                        .getGetFeatureType_MaxFeatures();
5460:
5461:                /**
5462:                 * The meta object literal for the '<em><b>Output Format</b></em>' attribute feature.
5463:                 * <!-- begin-user-doc -->
5464:                 * <!-- end-user-doc -->
5465:                 * @generated
5466:                 */
5467:                EAttribute GET_FEATURE_TYPE__OUTPUT_FORMAT = eINSTANCE
5468:                        .getGetFeatureType_OutputFormat();
5469:
5470:                /**
5471:                 * The meta object literal for the '<em><b>Result Type</b></em>' attribute feature.
5472:                 * <!-- begin-user-doc -->
5473:                 * <!-- end-user-doc -->
5474:                 * @generated
5475:                 */
5476:                EAttribute GET_FEATURE_TYPE__RESULT_TYPE = eINSTANCE
5477:                        .getGetFeatureType_ResultType();
5478:
5479:                /**
5480:                 * The meta object literal for the '<em><b>Traverse Xlink Depth</b></em>' attribute feature.
5481:                 * <!-- begin-user-doc -->
5482:                 * <!-- end-user-doc -->
5483:                 * @generated
5484:                 */
5485:                EAttribute GET_FEATURE_TYPE__TRAVERSE_XLINK_DEPTH = eINSTANCE
5486:                        .getGetFeatureType_TraverseXlinkDepth();
5487:
5488:                /**
5489:                 * The meta object literal for the '<em><b>Traverse Xlink Expiry</b></em>' attribute feature.
5490:                 * <!-- begin-user-doc -->
5491:                 * <!-- end-user-doc -->
5492:                 * @generated
5493:                 */
5494:                EAttribute GET_FEATURE_TYPE__TRAVERSE_XLINK_EXPIRY = eINSTANCE
5495:                        .getGetFeatureType_TraverseXlinkExpiry();
5496:
5497:                /**
5498:                 * The meta object literal for the '{@link net.opengis.wfs.impl.GetFeatureWithLockTypeImpl <em>Get Feature With Lock Type</em>}' class.
5499:                 * <!-- begin-user-doc -->
5500:                 * <!-- end-user-doc -->
5501:                 * @see net.opengis.wfs.impl.GetFeatureWithLockTypeImpl
5502:                 * @see net.opengis.wfs.impl.WfsPackageImpl#getGetFeatureWithLockType()
5503:                 * @generated
5504:                 */
5505:                EClass GET_FEATURE_WITH_LOCK_TYPE = eINSTANCE
5506:                        .getGetFeatureWithLockType();
5507:
5508:                /**
5509:                 * The meta object literal for the '<em><b>Expiry</b></em>' attribute feature.
5510:                 * <!-- begin-user-doc -->
5511:                 * <!-- end-user-doc -->
5512:                 * @generated
5513:                 */
5514:                EAttribute GET_FEATURE_WITH_LOCK_TYPE__EXPIRY = eINSTANCE
5515:                        .getGetFeatureWithLockType_Expiry();
5516:
5517:                /**
5518:                 * The meta object literal for the '{@link net.opengis.wfs.impl.GetGmlObjectTypeImpl <em>Get Gml Object Type</em>}' class.
5519:                 * <!-- begin-user-doc -->
5520:                 * <!-- end-user-doc -->
5521:                 * @see net.opengis.wfs.impl.GetGmlObjectTypeImpl
5522:                 * @see net.opengis.wfs.impl.WfsPackageImpl#getGetGmlObjectType()
5523:                 * @generated
5524:                 */
5525:                EClass GET_GML_OBJECT_TYPE = eINSTANCE.getGetGmlObjectType();
5526:
5527:                /**
5528:                 * The meta object literal for the '<em><b>Gml Object Id</b></em>' attribute feature.
5529:                 * <!-- begin-user-doc -->
5530:                 * <!-- end-user-doc -->
5531:                 * @generated
5532:                 */
5533:                EAttribute GET_GML_OBJECT_TYPE__GML_OBJECT_ID = eINSTANCE
5534:                        .getGetGmlObjectType_GmlObjectId();
5535:
5536:                /**
5537:                 * The meta object literal for the '<em><b>Output Format</b></em>' attribute feature.
5538:                 * <!-- begin-user-doc -->
5539:                 * <!-- end-user-doc -->
5540:                 * @generated
5541:                 */
5542:                EAttribute GET_GML_OBJECT_TYPE__OUTPUT_FORMAT = eINSTANCE
5543:                        .getGetGmlObjectType_OutputFormat();
5544:
5545:                /**
5546:                 * The meta object literal for the '<em><b>Traverse Xlink Depth</b></em>' attribute feature.
5547:                 * <!-- begin-user-doc -->
5548:                 * <!-- end-user-doc -->
5549:                 * @generated
5550:                 */
5551:                EAttribute GET_GML_OBJECT_TYPE__TRAVERSE_XLINK_DEPTH = eINSTANCE
5552:                        .getGetGmlObjectType_TraverseXlinkDepth();
5553:
5554:                /**
5555:                 * The meta object literal for the '<em><b>Traverse Xlink Expiry</b></em>' attribute feature.
5556:                 * <!-- begin-user-doc -->
5557:                 * <!-- end-user-doc -->
5558:                 * @generated
5559:                 */
5560:                EAttribute GET_GML_OBJECT_TYPE__TRAVERSE_XLINK_EXPIRY = eINSTANCE
5561:                        .getGetGmlObjectType_TraverseXlinkExpiry();
5562:
5563:                /**
5564:                 * The meta object literal for the '{@link net.opengis.wfs.impl.InsertElementTypeImpl <em>Insert Element Type</em>}' class.
5565:                 * <!-- begin-user-doc -->
5566:                 * <!-- end-user-doc -->
5567:                 * @see net.opengis.wfs.impl.InsertElementTypeImpl
5568:                 * @see net.opengis.wfs.impl.WfsPackageImpl#getInsertElementType()
5569:                 * @generated
5570:                 */
5571:                EClass INSERT_ELEMENT_TYPE = eINSTANCE.getInsertElementType();
5572:
5573:                /**
5574:                 * The meta object literal for the '<em><b>Feature</b></em>' attribute list feature.
5575:                 * <!-- begin-user-doc -->
5576:                 * <!-- end-user-doc -->
5577:                 * @generated
5578:                 */
5579:                EAttribute INSERT_ELEMENT_TYPE__FEATURE = eINSTANCE
5580:                        .getInsertElementType_Feature();
5581:
5582:                /**
5583:                 * The meta object literal for the '<em><b>Handle</b></em>' attribute feature.
5584:                 * <!-- begin-user-doc -->
5585:                 * <!-- end-user-doc -->
5586:                 * @generated
5587:                 */
5588:                EAttribute INSERT_ELEMENT_TYPE__HANDLE = eINSTANCE
5589:                        .getInsertElementType_Handle();
5590:
5591:                /**
5592:                 * The meta object literal for the '<em><b>Idgen</b></em>' attribute feature.
5593:                 * <!-- begin-user-doc -->
5594:                 * <!-- end-user-doc -->
5595:                 * @generated
5596:                 */
5597:                EAttribute INSERT_ELEMENT_TYPE__IDGEN = eINSTANCE
5598:                        .getInsertElementType_Idgen();
5599:
5600:                /**
5601:                 * The meta object literal for the '<em><b>Input Format</b></em>' attribute feature.
5602:                 * <!-- begin-user-doc -->
5603:                 * <!-- end-user-doc -->
5604:                 * @generated
5605:                 */
5606:                EAttribute INSERT_ELEMENT_TYPE__INPUT_FORMAT = eINSTANCE
5607:                        .getInsertElementType_InputFormat();
5608:
5609:                /**
5610:                 * The meta object literal for the '<em><b>Srs Name</b></em>' attribute feature.
5611:                 * <!-- begin-user-doc -->
5612:                 * <!-- end-user-doc -->
5613:                 * @generated
5614:                 */
5615:                EAttribute INSERT_ELEMENT_TYPE__SRS_NAME = eINSTANCE
5616:                        .getInsertElementType_SrsName();
5617:
5618:                /**
5619:                 * The meta object literal for the '{@link net.opengis.wfs.impl.InsertResultsTypeImpl <em>Insert Results Type</em>}' class.
5620:                 * <!-- begin-user-doc -->
5621:                 * <!-- end-user-doc -->
5622:                 * @see net.opengis.wfs.impl.InsertResultsTypeImpl
5623:                 * @see net.opengis.wfs.impl.WfsPackageImpl#getInsertResultsType()
5624:                 * @generated
5625:                 */
5626:                EClass INSERT_RESULTS_TYPE = eINSTANCE.getInsertResultsType();
5627:
5628:                /**
5629:                 * The meta object literal for the '<em><b>Feature</b></em>' containment reference list feature.
5630:                 * <!-- begin-user-doc -->
5631:                 * <!-- end-user-doc -->
5632:                 * @generated
5633:                 */
5634:                EReference INSERT_RESULTS_TYPE__FEATURE = eINSTANCE
5635:                        .getInsertResultsType_Feature();
5636:
5637:                /**
5638:                 * The meta object literal for the '{@link net.opengis.wfs.impl.InsertedFeatureTypeImpl <em>Inserted Feature Type</em>}' class.
5639:                 * <!-- begin-user-doc -->
5640:                 * <!-- end-user-doc -->
5641:                 * @see net.opengis.wfs.impl.InsertedFeatureTypeImpl
5642:                 * @see net.opengis.wfs.impl.WfsPackageImpl#getInsertedFeatureType()
5643:                 * @generated
5644:                 */
5645:                EClass INSERTED_FEATURE_TYPE = eINSTANCE
5646:                        .getInsertedFeatureType();
5647:
5648:                /**
5649:                 * The meta object literal for the '<em><b>Feature Id</b></em>' attribute list feature.
5650:                 * <!-- begin-user-doc -->
5651:                 * <!-- end-user-doc -->
5652:                 * @generated
5653:                 */
5654:                EAttribute INSERTED_FEATURE_TYPE__FEATURE_ID = eINSTANCE
5655:                        .getInsertedFeatureType_FeatureId();
5656:
5657:                /**
5658:                 * The meta object literal for the '<em><b>Handle</b></em>' attribute feature.
5659:                 * <!-- begin-user-doc -->
5660:                 * <!-- end-user-doc -->
5661:                 * @generated
5662:                 */
5663:                EAttribute INSERTED_FEATURE_TYPE__HANDLE = eINSTANCE
5664:                        .getInsertedFeatureType_Handle();
5665:
5666:                /**
5667:                 * The meta object literal for the '{@link net.opengis.wfs.impl.LockFeatureResponseTypeImpl <em>Lock Feature Response Type</em>}' class.
5668:                 * <!-- begin-user-doc -->
5669:                 * <!-- end-user-doc -->
5670:                 * @see net.opengis.wfs.impl.LockFeatureResponseTypeImpl
5671:                 * @see net.opengis.wfs.impl.WfsPackageImpl#getLockFeatureResponseType()
5672:                 * @generated
5673:                 */
5674:                EClass LOCK_FEATURE_RESPONSE_TYPE = eINSTANCE
5675:                        .getLockFeatureResponseType();
5676:
5677:                /**
5678:                 * The meta object literal for the '<em><b>Lock Id</b></em>' attribute feature.
5679:                 * <!-- begin-user-doc -->
5680:                 * <!-- end-user-doc -->
5681:                 * @generated
5682:                 */
5683:                EAttribute LOCK_FEATURE_RESPONSE_TYPE__LOCK_ID = eINSTANCE
5684:                        .getLockFeatureResponseType_LockId();
5685:
5686:                /**
5687:                 * The meta object literal for the '<em><b>Features Locked</b></em>' containment reference feature.
5688:                 * <!-- begin-user-doc -->
5689:                 * <!-- end-user-doc -->
5690:                 * @generated
5691:                 */
5692:                EReference LOCK_FEATURE_RESPONSE_TYPE__FEATURES_LOCKED = eINSTANCE
5693:                        .getLockFeatureResponseType_FeaturesLocked();
5694:
5695:                /**
5696:                 * The meta object literal for the '<em><b>Features Not Locked</b></em>' containment reference feature.
5697:                 * <!-- begin-user-doc -->
5698:                 * <!-- end-user-doc -->
5699:                 * @generated
5700:                 */
5701:                EReference LOCK_FEATURE_RESPONSE_TYPE__FEATURES_NOT_LOCKED = eINSTANCE
5702:                        .getLockFeatureResponseType_FeaturesNotLocked();
5703:
5704:                /**
5705:                 * The meta object literal for the '{@link net.opengis.wfs.impl.LockFeatureTypeImpl <em>Lock Feature Type</em>}' class.
5706:                 * <!-- begin-user-doc -->
5707:                 * <!-- end-user-doc -->
5708:                 * @see net.opengis.wfs.impl.LockFeatureTypeImpl
5709:                 * @see net.opengis.wfs.impl.WfsPackageImpl#getLockFeatureType()
5710:                 * @generated
5711:                 */
5712:                EClass LOCK_FEATURE_TYPE = eINSTANCE.getLockFeatureType();
5713:
5714:                /**
5715:                 * The meta object literal for the '<em><b>Lock</b></em>' containment reference list feature.
5716:                 * <!-- begin-user-doc -->
5717:                 * <!-- end-user-doc -->
5718:                 * @generated
5719:                 */
5720:                EReference LOCK_FEATURE_TYPE__LOCK = eINSTANCE
5721:                        .getLockFeatureType_Lock();
5722:
5723:                /**
5724:                 * The meta object literal for the '<em><b>Expiry</b></em>' attribute feature.
5725:                 * <!-- begin-user-doc -->
5726:                 * <!-- end-user-doc -->
5727:                 * @generated
5728:                 */
5729:                EAttribute LOCK_FEATURE_TYPE__EXPIRY = eINSTANCE
5730:                        .getLockFeatureType_Expiry();
5731:
5732:                /**
5733:                 * The meta object literal for the '<em><b>Lock Action</b></em>' attribute feature.
5734:                 * <!-- begin-user-doc -->
5735:                 * <!-- end-user-doc -->
5736:                 * @generated
5737:                 */
5738:                EAttribute LOCK_FEATURE_TYPE__LOCK_ACTION = eINSTANCE
5739:                        .getLockFeatureType_LockAction();
5740:
5741:                /**
5742:                 * The meta object literal for the '{@link net.opengis.wfs.impl.LockTypeImpl <em>Lock Type</em>}' class.
5743:                 * <!-- begin-user-doc -->
5744:                 * <!-- end-user-doc -->
5745:                 * @see net.opengis.wfs.impl.LockTypeImpl
5746:                 * @see net.opengis.wfs.impl.WfsPackageImpl#getLockType()
5747:                 * @generated
5748:                 */
5749:                EClass LOCK_TYPE = eINSTANCE.getLockType();
5750:
5751:                /**
5752:                 * The meta object literal for the '<em><b>Filter</b></em>' attribute feature.
5753:                 * <!-- begin-user-doc -->
5754:                 * <!-- end-user-doc -->
5755:                 * @generated
5756:                 */
5757:                EAttribute LOCK_TYPE__FILTER = eINSTANCE.getLockType_Filter();
5758:
5759:                /**
5760:                 * The meta object literal for the '<em><b>Handle</b></em>' attribute feature.
5761:                 * <!-- begin-user-doc -->
5762:                 * <!-- end-user-doc -->
5763:                 * @generated
5764:                 */
5765:                EAttribute LOCK_TYPE__HANDLE = eINSTANCE.getLockType_Handle();
5766:
5767:                /**
5768:                 * The meta object literal for the '<em><b>Type Name</b></em>' attribute feature.
5769:                 * <!-- begin-user-doc -->
5770:                 * <!-- end-user-doc -->
5771:                 * @generated
5772:                 */
5773:                EAttribute LOCK_TYPE__TYPE_NAME = eINSTANCE
5774:                        .getLockType_TypeName();
5775:
5776:                /**
5777:                 * The meta object literal for the '{@link net.opengis.wfs.impl.MetadataURLTypeImpl <em>Metadata URL Type</em>}' class.
5778:                 * <!-- begin-user-doc -->
5779:                 * <!-- end-user-doc -->
5780:                 * @see net.opengis.wfs.impl.MetadataURLTypeImpl
5781:                 * @see net.opengis.wfs.impl.WfsPackageImpl#getMetadataURLType()
5782:                 * @generated
5783:                 */
5784:                EClass METADATA_URL_TYPE = eINSTANCE.getMetadataURLType();
5785:
5786:                /**
5787:                 * The meta object literal for the '<em><b>Value</b></em>' attribute feature.
5788:                 * <!-- begin-user-doc -->
5789:                 * <!-- end-user-doc -->
5790:                 * @generated
5791:                 */
5792:                EAttribute METADATA_URL_TYPE__VALUE = eINSTANCE
5793:                        .getMetadataURLType_Value();
5794:
5795:                /**
5796:                 * The meta object literal for the '<em><b>Format</b></em>' attribute feature.
5797:                 * <!-- begin-user-doc -->
5798:                 * <!-- end-user-doc -->
5799:                 * @generated
5800:                 */
5801:                EAttribute METADATA_URL_TYPE__FORMAT = eINSTANCE
5802:                        .getMetadataURLType_Format();
5803:
5804:                /**
5805:                 * The meta object literal for the '<em><b>Type</b></em>' attribute feature.
5806:                 * <!-- begin-user-doc -->
5807:                 * <!-- end-user-doc -->
5808:                 * @generated
5809:                 */
5810:                EAttribute METADATA_URL_TYPE__TYPE = eINSTANCE
5811:                        .getMetadataURLType_Type();
5812:
5813:                /**
5814:                 * The meta object literal for the '{@link net.opengis.wfs.impl.NativeTypeImpl <em>Native Type</em>}' class.
5815:                 * <!-- begin-user-doc -->
5816:                 * <!-- end-user-doc -->
5817:                 * @see net.opengis.wfs.impl.NativeTypeImpl
5818:                 * @see net.opengis.wfs.impl.WfsPackageImpl#getNativeType()
5819:                 * @generated
5820:                 */
5821:                EClass NATIVE_TYPE = eINSTANCE.getNativeType();
5822:
5823:                /**
5824:                 * The meta object literal for the '<em><b>Safe To Ignore</b></em>' attribute feature.
5825:                 * <!-- begin-user-doc -->
5826:                 * <!-- end-user-doc -->
5827:                 * @generated
5828:                 */
5829:                EAttribute NATIVE_TYPE__SAFE_TO_IGNORE = eINSTANCE
5830:                        .getNativeType_SafeToIgnore();
5831:
5832:                /**
5833:                 * The meta object literal for the '<em><b>Vendor Id</b></em>' attribute feature.
5834:                 * <!-- begin-user-doc -->
5835:                 * <!-- end-user-doc -->
5836:                 * @generated
5837:                 */
5838:                EAttribute NATIVE_TYPE__VENDOR_ID = eINSTANCE
5839:                        .getNativeType_VendorId();
5840:
5841:                /**
5842:                 * The meta object literal for the '{@link net.opengis.wfs.impl.NoSRSTypeImpl <em>No SRS Type</em>}' class.
5843:                 * <!-- begin-user-doc -->
5844:                 * <!-- end-user-doc -->
5845:                 * @see net.opengis.wfs.impl.NoSRSTypeImpl
5846:                 * @see net.opengis.wfs.impl.WfsPackageImpl#getNoSRSType()
5847:                 * @generated
5848:                 */
5849:                EClass NO_SRS_TYPE = eINSTANCE.getNoSRSType();
5850:
5851:                /**
5852:                 * The meta object literal for the '{@link net.opengis.wfs.impl.OperationsTypeImpl <em>Operations Type</em>}' class.
5853:                 * <!-- begin-user-doc -->
5854:                 * <!-- end-user-doc -->
5855:                 * @see net.opengis.wfs.impl.OperationsTypeImpl
5856:                 * @see net.opengis.wfs.impl.WfsPackageImpl#getOperationsType()
5857:                 * @generated
5858:                 */
5859:                EClass OPERATIONS_TYPE = eINSTANCE.getOperationsType();
5860:
5861:                /**
5862:                 * The meta object literal for the '<em><b>Operation</b></em>' attribute list feature.
5863:                 * <!-- begin-user-doc -->
5864:                 * <!-- end-user-doc -->
5865:                 * @generated
5866:                 */
5867:                EAttribute OPERATIONS_TYPE__OPERATION = eINSTANCE
5868:                        .getOperationsType_Operation();
5869:
5870:                /**
5871:                 * The meta object literal for the '{@link net.opengis.wfs.impl.OutputFormatListTypeImpl <em>Output Format List Type</em>}' class.
5872:                 * <!-- begin-user-doc -->
5873:                 * <!-- end-user-doc -->
5874:                 * @see net.opengis.wfs.impl.OutputFormatListTypeImpl
5875:                 * @see net.opengis.wfs.impl.WfsPackageImpl#getOutputFormatListType()
5876:                 * @generated
5877:                 */
5878:                EClass OUTPUT_FORMAT_LIST_TYPE = eINSTANCE
5879:                        .getOutputFormatListType();
5880:
5881:                /**
5882:                 * The meta object literal for the '<em><b>Group</b></em>' attribute list feature.
5883:                 * <!-- begin-user-doc -->
5884:                 * <!-- end-user-doc -->
5885:                 * @generated
5886:                 */
5887:                EAttribute OUTPUT_FORMAT_LIST_TYPE__GROUP = eINSTANCE
5888:                        .getOutputFormatListType_Group();
5889:
5890:                /**
5891:                 * The meta object literal for the '<em><b>Format</b></em>' attribute feature.
5892:                 * <!-- begin-user-doc -->
5893:                 * <!-- end-user-doc -->
5894:                 * @generated
5895:                 */
5896:                EAttribute OUTPUT_FORMAT_LIST_TYPE__FORMAT = eINSTANCE
5897:                        .getOutputFormatListType_Format();
5898:
5899:                /**
5900:                 * The meta object literal for the '{@link net.opengis.wfs.impl.PropertyTypeImpl <em>Property Type</em>}' class.
5901:                 * <!-- begin-user-doc -->
5902:                 * <!-- end-user-doc -->
5903:                 * @see net.opengis.wfs.impl.PropertyTypeImpl
5904:                 * @see net.opengis.wfs.impl.WfsPackageImpl#getPropertyType()
5905:                 * @generated
5906:                 */
5907:                EClass PROPERTY_TYPE = eINSTANCE.getPropertyType();
5908:
5909:                /**
5910:                 * The meta object literal for the '<em><b>Name</b></em>' attribute feature.
5911:                 * <!-- begin-user-doc -->
5912:                 * <!-- end-user-doc -->
5913:                 * @generated
5914:                 */
5915:                EAttribute PROPERTY_TYPE__NAME = eINSTANCE
5916:                        .getPropertyType_Name();
5917:
5918:                /**
5919:                 * The meta object literal for the '<em><b>Value</b></em>' attribute feature.
5920:                 * <!-- begin-user-doc -->
5921:                 * <!-- end-user-doc -->
5922:                 * @generated
5923:                 */
5924:                EAttribute PROPERTY_TYPE__VALUE = eINSTANCE
5925:                        .getPropertyType_Value();
5926:
5927:                /**
5928:                 * The meta object literal for the '{@link net.opengis.wfs.impl.QueryTypeImpl <em>Query Type</em>}' class.
5929:                 * <!-- begin-user-doc -->
5930:                 * <!-- end-user-doc -->
5931:                 * @see net.opengis.wfs.impl.QueryTypeImpl
5932:                 * @see net.opengis.wfs.impl.WfsPackageImpl#getQueryType()
5933:                 * @generated
5934:                 */
5935:                EClass QUERY_TYPE = eINSTANCE.getQueryType();
5936:
5937:                /**
5938:                 * The meta object literal for the '<em><b>Group</b></em>' attribute list feature.
5939:                 * <!-- begin-user-doc -->
5940:                 * <!-- end-user-doc -->
5941:                 * @generated
5942:                 */
5943:                EAttribute QUERY_TYPE__GROUP = eINSTANCE.getQueryType_Group();
5944:
5945:                /**
5946:                 * The meta object literal for the '<em><b>Property Name</b></em>' attribute list feature.
5947:                 * <!-- begin-user-doc -->
5948:                 * <!-- end-user-doc -->
5949:                 * @generated
5950:                 */
5951:                EAttribute QUERY_TYPE__PROPERTY_NAME = eINSTANCE
5952:                        .getQueryType_PropertyName();
5953:
5954:                /**
5955:                 * The meta object literal for the '<em><b>Xlink Property Name</b></em>' containment reference list feature.
5956:                 * <!-- begin-user-doc -->
5957:                 * <!-- end-user-doc -->
5958:                 * @generated
5959:                 */
5960:                EReference QUERY_TYPE__XLINK_PROPERTY_NAME = eINSTANCE
5961:                        .getQueryType_XlinkPropertyName();
5962:
5963:                /**
5964:                 * The meta object literal for the '<em><b>Function</b></em>' attribute list feature.
5965:                 * <!-- begin-user-doc -->
5966:                 * <!-- end-user-doc -->
5967:                 * @generated
5968:                 */
5969:                EAttribute QUERY_TYPE__FUNCTION = eINSTANCE
5970:                        .getQueryType_Function();
5971:
5972:                /**
5973:                 * The meta object literal for the '<em><b>Filter</b></em>' attribute feature.
5974:                 * <!-- begin-user-doc -->
5975:                 * <!-- end-user-doc -->
5976:                 * @generated
5977:                 */
5978:                EAttribute QUERY_TYPE__FILTER = eINSTANCE.getQueryType_Filter();
5979:
5980:                /**
5981:                 * The meta object literal for the '<em><b>Sort By</b></em>' attribute list feature.
5982:                 * <!-- begin-user-doc -->
5983:                 * <!-- end-user-doc -->
5984:                 * @generated
5985:                 */
5986:                EAttribute QUERY_TYPE__SORT_BY = eINSTANCE
5987:                        .getQueryType_SortBy();
5988:
5989:                /**
5990:                 * The meta object literal for the '<em><b>Feature Version</b></em>' attribute feature.
5991:                 * <!-- begin-user-doc -->
5992:                 * <!-- end-user-doc -->
5993:                 * @generated
5994:                 */
5995:                EAttribute QUERY_TYPE__FEATURE_VERSION = eINSTANCE
5996:                        .getQueryType_FeatureVersion();
5997:
5998:                /**
5999:                 * The meta object literal for the '<em><b>Handle</b></em>' attribute feature.
6000:                 * <!-- begin-user-doc -->
6001:                 * <!-- end-user-doc -->
6002:                 * @generated
6003:                 */
6004:                EAttribute QUERY_TYPE__HANDLE = eINSTANCE.getQueryType_Handle();
6005:
6006:                /**
6007:                 * The meta object literal for the '<em><b>Srs Name</b></em>' attribute feature.
6008:                 * <!-- begin-user-doc -->
6009:                 * <!-- end-user-doc -->
6010:                 * @generated
6011:                 */
6012:                EAttribute QUERY_TYPE__SRS_NAME = eINSTANCE
6013:                        .getQueryType_SrsName();
6014:
6015:                /**
6016:                 * The meta object literal for the '<em><b>Type Name</b></em>' attribute feature.
6017:                 * <!-- begin-user-doc -->
6018:                 * <!-- end-user-doc -->
6019:                 * @generated
6020:                 */
6021:                EAttribute QUERY_TYPE__TYPE_NAME = eINSTANCE
6022:                        .getQueryType_TypeName();
6023:
6024:                /**
6025:                 * The meta object literal for the '{@link net.opengis.wfs.impl.TransactionResponseTypeImpl <em>Transaction Response Type</em>}' class.
6026:                 * <!-- begin-user-doc -->
6027:                 * <!-- end-user-doc -->
6028:                 * @see net.opengis.wfs.impl.TransactionResponseTypeImpl
6029:                 * @see net.opengis.wfs.impl.WfsPackageImpl#getTransactionResponseType()
6030:                 * @generated
6031:                 */
6032:                EClass TRANSACTION_RESPONSE_TYPE = eINSTANCE
6033:                        .getTransactionResponseType();
6034:
6035:                /**
6036:                 * The meta object literal for the '<em><b>Transaction Summary</b></em>' containment reference feature.
6037:                 * <!-- begin-user-doc -->
6038:                 * <!-- end-user-doc -->
6039:                 * @generated
6040:                 */
6041:                EReference TRANSACTION_RESPONSE_TYPE__TRANSACTION_SUMMARY = eINSTANCE
6042:                        .getTransactionResponseType_TransactionSummary();
6043:
6044:                /**
6045:                 * The meta object literal for the '<em><b>Transaction Results</b></em>' containment reference feature.
6046:                 * <!-- begin-user-doc -->
6047:                 * <!-- end-user-doc -->
6048:                 * @generated
6049:                 */
6050:                EReference TRANSACTION_RESPONSE_TYPE__TRANSACTION_RESULTS = eINSTANCE
6051:                        .getTransactionResponseType_TransactionResults();
6052:
6053:                /**
6054:                 * The meta object literal for the '<em><b>Insert Results</b></em>' containment reference feature.
6055:                 * <!-- begin-user-doc -->
6056:                 * <!-- end-user-doc -->
6057:                 * @generated
6058:                 */
6059:                EReference TRANSACTION_RESPONSE_TYPE__INSERT_RESULTS = eINSTANCE
6060:                        .getTransactionResponseType_InsertResults();
6061:
6062:                /**
6063:                 * The meta object literal for the '<em><b>Version</b></em>' attribute feature.
6064:                 * <!-- begin-user-doc -->
6065:                 * <!-- end-user-doc -->
6066:                 * @generated
6067:                 */
6068:                EAttribute TRANSACTION_RESPONSE_TYPE__VERSION = eINSTANCE
6069:                        .getTransactionResponseType_Version();
6070:
6071:                /**
6072:                 * The meta object literal for the '{@link net.opengis.wfs.impl.TransactionResultsTypeImpl <em>Transaction Results Type</em>}' class.
6073:                 * <!-- begin-user-doc -->
6074:                 * <!-- end-user-doc -->
6075:                 * @see net.opengis.wfs.impl.TransactionResultsTypeImpl
6076:                 * @see net.opengis.wfs.impl.WfsPackageImpl#getTransactionResultsType()
6077:                 * @generated
6078:                 */
6079:                EClass TRANSACTION_RESULTS_TYPE = eINSTANCE
6080:                        .getTransactionResultsType();
6081:
6082:                /**
6083:                 * The meta object literal for the '<em><b>Handle</b></em>' attribute feature.
6084:                 * <!-- begin-user-doc -->
6085:                 * <!-- end-user-doc -->
6086:                 * @generated
6087:                 */
6088:                EAttribute TRANSACTION_RESULTS_TYPE__HANDLE = eINSTANCE
6089:                        .getTransactionResultsType_Handle();
6090:
6091:                /**
6092:                 * The meta object literal for the '<em><b>Action</b></em>' containment reference list feature.
6093:                 * <!-- begin-user-doc -->
6094:                 * <!-- end-user-doc -->
6095:                 * @generated
6096:                 */
6097:                EReference TRANSACTION_RESULTS_TYPE__ACTION = eINSTANCE
6098:                        .getTransactionResultsType_Action();
6099:
6100:                /**
6101:                 * The meta object literal for the '{@link net.opengis.wfs.impl.TransactionSummaryTypeImpl <em>Transaction Summary Type</em>}' class.
6102:                 * <!-- begin-user-doc -->
6103:                 * <!-- end-user-doc -->
6104:                 * @see net.opengis.wfs.impl.TransactionSummaryTypeImpl
6105:                 * @see net.opengis.wfs.impl.WfsPackageImpl#getTransactionSummaryType()
6106:                 * @generated
6107:                 */
6108:                EClass TRANSACTION_SUMMARY_TYPE = eINSTANCE
6109:                        .getTransactionSummaryType();
6110:
6111:                /**
6112:                 * The meta object literal for the '<em><b>Total Inserted</b></em>' attribute feature.
6113:                 * <!-- begin-user-doc -->
6114:                 * <!-- end-user-doc -->
6115:                 * @generated
6116:                 */
6117:                EAttribute TRANSACTION_SUMMARY_TYPE__TOTAL_INSERTED = eINSTANCE
6118:                        .getTransactionSummaryType_TotalInserted();
6119:
6120:                /**
6121:                 * The meta object literal for the '<em><b>Total Updated</b></em>' attribute feature.
6122:                 * <!-- begin-user-doc -->
6123:                 * <!-- end-user-doc -->
6124:                 * @generated
6125:                 */
6126:                EAttribute TRANSACTION_SUMMARY_TYPE__TOTAL_UPDATED = eINSTANCE
6127:                        .getTransactionSummaryType_TotalUpdated();
6128:
6129:                /**
6130:                 * The meta object literal for the '<em><b>Total Deleted</b></em>' attribute feature.
6131:                 * <!-- begin-user-doc -->
6132:                 * <!-- end-user-doc -->
6133:                 * @generated
6134:                 */
6135:                EAttribute TRANSACTION_SUMMARY_TYPE__TOTAL_DELETED = eINSTANCE
6136:                        .getTransactionSummaryType_TotalDeleted();
6137:
6138:                /**
6139:                 * The meta object literal for the '{@link net.opengis.wfs.impl.TransactionTypeImpl <em>Transaction Type</em>}' class.
6140:                 * <!-- begin-user-doc -->
6141:                 * <!-- end-user-doc -->
6142:                 * @see net.opengis.wfs.impl.TransactionTypeImpl
6143:                 * @see net.opengis.wfs.impl.WfsPackageImpl#getTransactionType()
6144:                 * @generated
6145:                 */
6146:                EClass TRANSACTION_TYPE = eINSTANCE.getTransactionType();
6147:
6148:                /**
6149:                 * The meta object literal for the '<em><b>Lock Id</b></em>' attribute feature.
6150:                 * <!-- begin-user-doc -->
6151:                 * <!-- end-user-doc -->
6152:                 * @generated
6153:                 */
6154:                EAttribute TRANSACTION_TYPE__LOCK_ID = eINSTANCE
6155:                        .getTransactionType_LockId();
6156:
6157:                /**
6158:                 * The meta object literal for the '<em><b>Group</b></em>' attribute list feature.
6159:                 * <!-- begin-user-doc -->
6160:                 * <!-- end-user-doc -->
6161:                 * @generated
6162:                 */
6163:                EAttribute TRANSACTION_TYPE__GROUP = eINSTANCE
6164:                        .getTransactionType_Group();
6165:
6166:                /**
6167:                 * The meta object literal for the '<em><b>Insert</b></em>' containment reference list feature.
6168:                 * <!-- begin-user-doc -->
6169:                 * <!-- end-user-doc -->
6170:                 * @generated
6171:                 */
6172:                EReference TRANSACTION_TYPE__INSERT = eINSTANCE
6173:                        .getTransactionType_Insert();
6174:
6175:                /**
6176:                 * The meta object literal for the '<em><b>Update</b></em>' containment reference list feature.
6177:                 * <!-- begin-user-doc -->
6178:                 * <!-- end-user-doc -->
6179:                 * @generated
6180:                 */
6181:                EReference TRANSACTION_TYPE__UPDATE = eINSTANCE
6182:                        .getTransactionType_Update();
6183:
6184:                /**
6185:                 * The meta object literal for the '<em><b>Delete</b></em>' containment reference list feature.
6186:                 * <!-- begin-user-doc -->
6187:                 * <!-- end-user-doc -->
6188:                 * @generated
6189:                 */
6190:                EReference TRANSACTION_TYPE__DELETE = eINSTANCE
6191:                        .getTransactionType_Delete();
6192:
6193:                /**
6194:                 * The meta object literal for the '<em><b>Native</b></em>' containment reference list feature.
6195:                 * <!-- begin-user-doc -->
6196:                 * <!-- end-user-doc -->
6197:                 * @generated
6198:                 */
6199:                EReference TRANSACTION_TYPE__NATIVE = eINSTANCE
6200:                        .getTransactionType_Native();
6201:
6202:                /**
6203:                 * The meta object literal for the '<em><b>Release Action</b></em>' attribute feature.
6204:                 * <!-- begin-user-doc -->
6205:                 * <!-- end-user-doc -->
6206:                 * @generated
6207:                 */
6208:                EAttribute TRANSACTION_TYPE__RELEASE_ACTION = eINSTANCE
6209:                        .getTransactionType_ReleaseAction();
6210:
6211:                /**
6212:                 * The meta object literal for the '{@link net.opengis.wfs.impl.UpdateElementTypeImpl <em>Update Element Type</em>}' class.
6213:                 * <!-- begin-user-doc -->
6214:                 * <!-- end-user-doc -->
6215:                 * @see net.opengis.wfs.impl.UpdateElementTypeImpl
6216:                 * @see net.opengis.wfs.impl.WfsPackageImpl#getUpdateElementType()
6217:                 * @generated
6218:                 */
6219:                EClass UPDATE_ELEMENT_TYPE = eINSTANCE.getUpdateElementType();
6220:
6221:                /**
6222:                 * The meta object literal for the '<em><b>Property</b></em>' containment reference list feature.
6223:                 * <!-- begin-user-doc -->
6224:                 * <!-- end-user-doc -->
6225:                 * @generated
6226:                 */
6227:                EReference UPDATE_ELEMENT_TYPE__PROPERTY = eINSTANCE
6228:                        .getUpdateElementType_Property();
6229:
6230:                /**
6231:                 * The meta object literal for the '<em><b>Filter</b></em>' attribute feature.
6232:                 * <!-- begin-user-doc -->
6233:                 * <!-- end-user-doc -->
6234:                 * @generated
6235:                 */
6236:                EAttribute UPDATE_ELEMENT_TYPE__FILTER = eINSTANCE
6237:                        .getUpdateElementType_Filter();
6238:
6239:                /**
6240:                 * The meta object literal for the '<em><b>Handle</b></em>' attribute feature.
6241:                 * <!-- begin-user-doc -->
6242:                 * <!-- end-user-doc -->
6243:                 * @generated
6244:                 */
6245:                EAttribute UPDATE_ELEMENT_TYPE__HANDLE = eINSTANCE
6246:                        .getUpdateElementType_Handle();
6247:
6248:                /**
6249:                 * The meta object literal for the '<em><b>Input Format</b></em>' attribute feature.
6250:                 * <!-- begin-user-doc -->
6251:                 * <!-- end-user-doc -->
6252:                 * @generated
6253:                 */
6254:                EAttribute UPDATE_ELEMENT_TYPE__INPUT_FORMAT = eINSTANCE
6255:                        .getUpdateElementType_InputFormat();
6256:
6257:                /**
6258:                 * The meta object literal for the '<em><b>Srs Name</b></em>' attribute feature.
6259:                 * <!-- begin-user-doc -->
6260:                 * <!-- end-user-doc -->
6261:                 * @generated
6262:                 */
6263:                EAttribute UPDATE_ELEMENT_TYPE__SRS_NAME = eINSTANCE
6264:                        .getUpdateElementType_SrsName();
6265:
6266:                /**
6267:                 * The meta object literal for the '<em><b>Type Name</b></em>' attribute feature.
6268:                 * <!-- begin-user-doc -->
6269:                 * <!-- end-user-doc -->
6270:                 * @generated
6271:                 */
6272:                EAttribute UPDATE_ELEMENT_TYPE__TYPE_NAME = eINSTANCE
6273:                        .getUpdateElementType_TypeName();
6274:
6275:                /**
6276:                 * The meta object literal for the '{@link net.opengis.wfs.impl.WFSCapabilitiesTypeImpl <em>WFS Capabilities Type</em>}' class.
6277:                 * <!-- begin-user-doc -->
6278:                 * <!-- end-user-doc -->
6279:                 * @see net.opengis.wfs.impl.WFSCapabilitiesTypeImpl
6280:                 * @see net.opengis.wfs.impl.WfsPackageImpl#getWFSCapabilitiesType()
6281:                 * @generated
6282:                 */
6283:                EClass WFS_CAPABILITIES_TYPE = eINSTANCE
6284:                        .getWFSCapabilitiesType();
6285:
6286:                /**
6287:                 * The meta object literal for the '<em><b>Feature Type List</b></em>' containment reference feature.
6288:                 * <!-- begin-user-doc -->
6289:                 * <!-- end-user-doc -->
6290:                 * @generated
6291:                 */
6292:                EReference WFS_CAPABILITIES_TYPE__FEATURE_TYPE_LIST = eINSTANCE
6293:                        .getWFSCapabilitiesType_FeatureTypeList();
6294:
6295:                /**
6296:                 * The meta object literal for the '<em><b>Serves GML Object Type List</b></em>' containment reference feature.
6297:                 * <!-- begin-user-doc -->
6298:                 * <!-- end-user-doc -->
6299:                 * @generated
6300:                 */
6301:                EReference WFS_CAPABILITIES_TYPE__SERVES_GML_OBJECT_TYPE_LIST = eINSTANCE
6302:                        .getWFSCapabilitiesType_ServesGMLObjectTypeList();
6303:
6304:                /**
6305:                 * The meta object literal for the '<em><b>Supports GML Object Type List</b></em>' containment reference feature.
6306:                 * <!-- begin-user-doc -->
6307:                 * <!-- end-user-doc -->
6308:                 * @generated
6309:                 */
6310:                EReference WFS_CAPABILITIES_TYPE__SUPPORTS_GML_OBJECT_TYPE_LIST = eINSTANCE
6311:                        .getWFSCapabilitiesType_SupportsGMLObjectTypeList();
6312:
6313:                /**
6314:                 * The meta object literal for the '<em><b>Filter Capabilities</b></em>' attribute feature.
6315:                 * <!-- begin-user-doc -->
6316:                 * <!-- end-user-doc -->
6317:                 * @generated
6318:                 */
6319:                EAttribute WFS_CAPABILITIES_TYPE__FILTER_CAPABILITIES = eINSTANCE
6320:                        .getWFSCapabilitiesType_FilterCapabilities();
6321:
6322:                /**
6323:                 * The meta object literal for the '{@link net.opengis.wfs.impl.XlinkPropertyNameTypeImpl <em>Xlink Property Name Type</em>}' class.
6324:                 * <!-- begin-user-doc -->
6325:                 * <!-- end-user-doc -->
6326:                 * @see net.opengis.wfs.impl.XlinkPropertyNameTypeImpl
6327:                 * @see net.opengis.wfs.impl.WfsPackageImpl#getXlinkPropertyNameType()
6328:                 * @generated
6329:                 */
6330:                EClass XLINK_PROPERTY_NAME_TYPE = eINSTANCE
6331:                        .getXlinkPropertyNameType();
6332:
6333:                /**
6334:                 * The meta object literal for the '<em><b>Value</b></em>' attribute feature.
6335:                 * <!-- begin-user-doc -->
6336:                 * <!-- end-user-doc -->
6337:                 * @generated
6338:                 */
6339:                EAttribute XLINK_PROPERTY_NAME_TYPE__VALUE = eINSTANCE
6340:                        .getXlinkPropertyNameType_Value();
6341:
6342:                /**
6343:                 * The meta object literal for the '<em><b>Traverse Xlink Depth</b></em>' attribute feature.
6344:                 * <!-- begin-user-doc -->
6345:                 * <!-- end-user-doc -->
6346:                 * @generated
6347:                 */
6348:                EAttribute XLINK_PROPERTY_NAME_TYPE__TRAVERSE_XLINK_DEPTH = eINSTANCE
6349:                        .getXlinkPropertyNameType_TraverseXlinkDepth();
6350:
6351:                /**
6352:                 * The meta object literal for the '<em><b>Traverse Xlink Expiry</b></em>' attribute feature.
6353:                 * <!-- begin-user-doc -->
6354:                 * <!-- end-user-doc -->
6355:                 * @generated
6356:                 */
6357:                EAttribute XLINK_PROPERTY_NAME_TYPE__TRAVERSE_XLINK_EXPIRY = eINSTANCE
6358:                        .getXlinkPropertyNameType_TraverseXlinkExpiry();
6359:
6360:                /**
6361:                 * The meta object literal for the '{@link net.opengis.wfs.AllSomeType <em>All Some Type</em>}' enum.
6362:                 * <!-- begin-user-doc -->
6363:                 * <!-- end-user-doc -->
6364:                 * @see net.opengis.wfs.AllSomeType
6365:                 * @see net.opengis.wfs.impl.WfsPackageImpl#getAllSomeType()
6366:                 * @generated
6367:                 */
6368:                EEnum ALL_SOME_TYPE = eINSTANCE.getAllSomeType();
6369:
6370:                /**
6371:                 * The meta object literal for the '{@link net.opengis.wfs.IdentifierGenerationOptionType <em>Identifier Generation Option Type</em>}' enum.
6372:                 * <!-- begin-user-doc -->
6373:                 * <!-- end-user-doc -->
6374:                 * @see net.opengis.wfs.IdentifierGenerationOptionType
6375:                 * @see net.opengis.wfs.impl.WfsPackageImpl#getIdentifierGenerationOptionType()
6376:                 * @generated
6377:                 */
6378:                EEnum IDENTIFIER_GENERATION_OPTION_TYPE = eINSTANCE
6379:                        .getIdentifierGenerationOptionType();
6380:
6381:                /**
6382:                 * The meta object literal for the '{@link net.opengis.wfs.OperationType <em>Operation Type</em>}' enum.
6383:                 * <!-- begin-user-doc -->
6384:                 * <!-- end-user-doc -->
6385:                 * @see net.opengis.wfs.OperationType
6386:                 * @see net.opengis.wfs.impl.WfsPackageImpl#getOperationType()
6387:                 * @generated
6388:                 */
6389:                EEnum OPERATION_TYPE = eINSTANCE.getOperationType();
6390:
6391:                /**
6392:                 * The meta object literal for the '{@link net.opengis.wfs.ResultTypeType <em>Result Type Type</em>}' enum.
6393:                 * <!-- begin-user-doc -->
6394:                 * <!-- end-user-doc -->
6395:                 * @see net.opengis.wfs.ResultTypeType
6396:                 * @see net.opengis.wfs.impl.WfsPackageImpl#getResultTypeType()
6397:                 * @generated
6398:                 */
6399:                EEnum RESULT_TYPE_TYPE = eINSTANCE.getResultTypeType();
6400:
6401:                /**
6402:                 * The meta object literal for the '<em>Service Type</em>' data type.
6403:                 * <!-- begin-user-doc -->
6404:                 * <!-- end-user-doc -->
6405:                 * @see java.lang.String
6406:                 * @see net.opengis.wfs.impl.WfsPackageImpl#getServiceType()
6407:                 * @generated
6408:                 */
6409:                EDataType SERVICE_TYPE = eINSTANCE.getServiceType();
6410:
6411:                /**
6412:                 * The meta object literal for the '<em>Filter</em>' data type.
6413:                 * <!-- begin-user-doc -->
6414:                 * <!-- end-user-doc -->
6415:                 * @see org.opengis.filter.Filter
6416:                 * @see net.opengis.wfs.impl.WfsPackageImpl#getFilter()
6417:                 * @generated
6418:                 */
6419:                EDataType FILTER = eINSTANCE.getFilter();
6420:
6421:                /**
6422:                 * The meta object literal for the '<em>QName</em>' data type.
6423:                 * <!-- begin-user-doc -->
6424:                 * <!-- end-user-doc -->
6425:                 * @see javax.xml.namespace.QName
6426:                 * @see net.opengis.wfs.impl.WfsPackageImpl#getQName()
6427:                 * @generated
6428:                 */
6429:                EDataType QNAME = eINSTANCE.getQName();
6430:
6431:                /**
6432:                 * The meta object literal for the '<em>Calendar</em>' data type.
6433:                 * <!-- begin-user-doc -->
6434:                 * <!-- end-user-doc -->
6435:                 * @see java.util.Calendar
6436:                 * @see net.opengis.wfs.impl.WfsPackageImpl#getCalendar()
6437:                 * @generated
6438:                 */
6439:                EDataType CALENDAR = eINSTANCE.getCalendar();
6440:
6441:                /**
6442:                 * The meta object literal for the '<em>Feature Collection</em>' data type.
6443:                 * <!-- begin-user-doc -->
6444:                 * <!-- end-user-doc -->
6445:                 * @see org.geotools.feature.FeatureCollection
6446:                 * @see net.opengis.wfs.impl.WfsPackageImpl#getFeatureCollection()
6447:                 * @generated
6448:                 */
6449:                EDataType FEATURE_COLLECTION = eINSTANCE.getFeatureCollection();
6450:
6451:                /**
6452:                 * The meta object literal for the '<em>Feature Id</em>' data type.
6453:                 * <!-- begin-user-doc -->
6454:                 * <!-- end-user-doc -->
6455:                 * @see org.opengis.filter.identity.FeatureId
6456:                 * @see net.opengis.wfs.impl.WfsPackageImpl#getFeatureId()
6457:                 * @generated
6458:                 */
6459:                EDataType FEATURE_ID = eINSTANCE.getFeatureId();
6460:
6461:                /**
6462:                 * The meta object literal for the '<em>Service Type 1</em>' data type.
6463:                 * <!-- begin-user-doc -->
6464:                 * <!-- end-user-doc -->
6465:                 * @see java.lang.String
6466:                 * @see net.opengis.wfs.impl.WfsPackageImpl#getServiceType_1()
6467:                 * @generated
6468:                 */
6469:                EDataType SERVICE_TYPE_1 = eINSTANCE.getServiceType_1();
6470:
6471:                /**
6472:                 * The meta object literal for the '<em>URI</em>' data type.
6473:                 * <!-- begin-user-doc -->
6474:                 * <!-- end-user-doc -->
6475:                 * @see java.net.URI
6476:                 * @see net.opengis.wfs.impl.WfsPackageImpl#getURI()
6477:                 * @generated
6478:                 */
6479:                EDataType URI = eINSTANCE.getURI();
6480:
6481:                /**
6482:                 * The meta object literal for the '<em>Format Type</em>' data type.
6483:                 * <!-- begin-user-doc -->
6484:                 * <!-- end-user-doc -->
6485:                 * @see java.lang.String
6486:                 * @see net.opengis.wfs.impl.WfsPackageImpl#getFormatType()
6487:                 * @generated
6488:                 */
6489:                EDataType FORMAT_TYPE = eINSTANCE.getFormatType();
6490:
6491:                /**
6492:                 * The meta object literal for the '<em>Type Type</em>' data type.
6493:                 * <!-- begin-user-doc -->
6494:                 * <!-- end-user-doc -->
6495:                 * @see java.lang.String
6496:                 * @see net.opengis.wfs.impl.WfsPackageImpl#getTypeType()
6497:                 * @generated
6498:                 */
6499:                EDataType TYPE_TYPE = eINSTANCE.getTypeType();
6500:
6501:                /**
6502:                 * The meta object literal for the '<em>Function</em>' data type.
6503:                 * <!-- begin-user-doc -->
6504:                 * <!-- end-user-doc -->
6505:                 * @see org.opengis.filter.expression.Function
6506:                 * @see net.opengis.wfs.impl.WfsPackageImpl#getFunction()
6507:                 * @generated
6508:                 */
6509:                EDataType FUNCTION = eINSTANCE.getFunction();
6510:
6511:                /**
6512:                 * The meta object literal for the '<em>Sort By</em>' data type.
6513:                 * <!-- begin-user-doc -->
6514:                 * <!-- end-user-doc -->
6515:                 * @see org.opengis.filter.sort.SortBy
6516:                 * @see net.opengis.wfs.impl.WfsPackageImpl#getSortBy()
6517:                 * @generated
6518:                 */
6519:                EDataType SORT_BY = eINSTANCE.getSortBy();
6520:
6521:                /**
6522:                 * The meta object literal for the '<em>Type Name List Type</em>' data type.
6523:                 * <!-- begin-user-doc -->
6524:                 * <!-- end-user-doc -->
6525:                 * @see java.util.List
6526:                 * @see net.opengis.wfs.impl.WfsPackageImpl#getTypeNameListType()
6527:                 * @generated
6528:                 */
6529:                EDataType TYPE_NAME_LIST_TYPE = eINSTANCE.getTypeNameListType();
6530:
6531:            }
6532:
6533:        } //WfsPackage
www.java2java.com | Contact Us
Copyright 2009 - 12 Demo Source and Support. All rights reserved.
All other trademarks are property of their respective owners.