📄 wfspackage.java
字号:
/**
* <copyright>
* </copyright>
*
* $Id: WfsPackage.java 7522 2007-09-12 22:00:10Z saul.farber $
*/
package net.opengis.wfs;
import net.opengis.ows.OwsPackage;
import org.eclipse.emf.ecore.EAttribute;
import org.eclipse.emf.ecore.EClass;
import org.eclipse.emf.ecore.EDataType;
import org.eclipse.emf.ecore.EEnum;
import org.eclipse.emf.ecore.EPackage;
import org.eclipse.emf.ecore.EReference;
/**
* <!-- begin-user-doc -->
* The <b>Package</b> for the model.
* It contains accessors for the meta objects to represent
* <ul>
* <li>each class,</li>
* <li>each feature of each class,</li>
* <li>each enum,</li>
* <li>and each data type</li>
* </ul>
* <!-- end-user-doc -->
* @see net.opengis.wfs.WfsFactory
* @model kind="package"
* @generated
*/
public interface WfsPackage extends EPackage {
/**
* The package name.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @generated
*/
String eNAME = "wfs";
/**
* The package namespace URI.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @generated
*/
String eNS_URI = "http:///net/opengis/wfs.ecore";
/**
* The package namespace name.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @generated
*/
String eNS_PREFIX = "net.opengis.wfs";
/**
* The singleton instance of the package.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @generated
*/
WfsPackage eINSTANCE = net.opengis.wfs.impl.WfsPackageImpl.init();
/**
* The meta object id for the '{@link net.opengis.wfs.impl.ActionTypeImpl <em>Action Type</em>}' class.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @see net.opengis.wfs.impl.ActionTypeImpl
* @see net.opengis.wfs.impl.WfsPackageImpl#getActionType()
* @generated
*/
int ACTION_TYPE = 0;
/**
* The feature id for the '<em><b>Message</b></em>' attribute.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @generated
* @ordered
*/
int ACTION_TYPE__MESSAGE = 0;
/**
* The feature id for the '<em><b>Code</b></em>' attribute.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @generated
* @ordered
*/
int ACTION_TYPE__CODE = 1;
/**
* The feature id for the '<em><b>Locator</b></em>' attribute.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @generated
* @ordered
*/
int ACTION_TYPE__LOCATOR = 2;
/**
* The number of structural features of the '<em>Action Type</em>' class.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @generated
* @ordered
*/
int ACTION_TYPE_FEATURE_COUNT = 3;
/**
* The meta object id for the '{@link net.opengis.wfs.impl.BaseRequestTypeImpl <em>Base Request Type</em>}' class.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @see net.opengis.wfs.impl.BaseRequestTypeImpl
* @see net.opengis.wfs.impl.WfsPackageImpl#getBaseRequestType()
* @generated
*/
int BASE_REQUEST_TYPE = 1;
/**
* The feature id for the '<em><b>Handle</b></em>' attribute.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @generated
* @ordered
*/
int BASE_REQUEST_TYPE__HANDLE = 0;
/**
* The feature id for the '<em><b>Service</b></em>' attribute.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @generated
* @ordered
*/
int BASE_REQUEST_TYPE__SERVICE = 1;
/**
* The feature id for the '<em><b>Version</b></em>' attribute.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @generated
* @ordered
*/
int BASE_REQUEST_TYPE__VERSION = 2;
/**
* The feature id for the '<em><b>Base Url</b></em>' attribute.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @generated
* @ordered
*/
int BASE_REQUEST_TYPE__BASE_URL = 3;
/**
* The number of structural features of the '<em>Base Request Type</em>' class.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @generated
* @ordered
*/
int BASE_REQUEST_TYPE_FEATURE_COUNT = 4;
/**
* The meta object id for the '{@link net.opengis.wfs.impl.DeleteElementTypeImpl <em>Delete Element Type</em>}' class.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @see net.opengis.wfs.impl.DeleteElementTypeImpl
* @see net.opengis.wfs.impl.WfsPackageImpl#getDeleteElementType()
* @generated
*/
int DELETE_ELEMENT_TYPE = 2;
/**
* The feature id for the '<em><b>Filter</b></em>' attribute.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @generated
* @ordered
*/
int DELETE_ELEMENT_TYPE__FILTER = 0;
/**
* The feature id for the '<em><b>Handle</b></em>' attribute.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @generated
* @ordered
*/
int DELETE_ELEMENT_TYPE__HANDLE = 1;
/**
* The feature id for the '<em><b>Type Name</b></em>' attribute.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @generated
* @ordered
*/
int DELETE_ELEMENT_TYPE__TYPE_NAME = 2;
/**
* The number of structural features of the '<em>Delete Element Type</em>' class.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @generated
* @ordered
*/
int DELETE_ELEMENT_TYPE_FEATURE_COUNT = 3;
/**
* The meta object id for the '{@link net.opengis.wfs.impl.DescribeFeatureTypeTypeImpl <em>Describe Feature Type Type</em>}' class.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @see net.opengis.wfs.impl.DescribeFeatureTypeTypeImpl
* @see net.opengis.wfs.impl.WfsPackageImpl#getDescribeFeatureTypeType()
* @generated
*/
int DESCRIBE_FEATURE_TYPE_TYPE = 3;
/**
* The feature id for the '<em><b>Handle</b></em>' attribute.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @generated
* @ordered
*/
int DESCRIBE_FEATURE_TYPE_TYPE__HANDLE = BASE_REQUEST_TYPE__HANDLE;
/**
* The feature id for the '<em><b>Service</b></em>' attribute.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @generated
* @ordered
*/
int DESCRIBE_FEATURE_TYPE_TYPE__SERVICE = BASE_REQUEST_TYPE__SERVICE;
/**
* The feature id for the '<em><b>Version</b></em>' attribute.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @generated
* @ordered
*/
int DESCRIBE_FEATURE_TYPE_TYPE__VERSION = BASE_REQUEST_TYPE__VERSION;
/**
* The feature id for the '<em><b>Base Url</b></em>' attribute.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @generated
* @ordered
*/
int DESCRIBE_FEATURE_TYPE_TYPE__BASE_URL = BASE_REQUEST_TYPE__BASE_URL;
/**
* The feature id for the '<em><b>Type Name</b></em>' attribute list.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @generated
* @ordered
*/
int DESCRIBE_FEATURE_TYPE_TYPE__TYPE_NAME = BASE_REQUEST_TYPE_FEATURE_COUNT + 0;
/**
* The feature id for the '<em><b>Output Format</b></em>' attribute.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @generated
* @ordered
*/
int DESCRIBE_FEATURE_TYPE_TYPE__OUTPUT_FORMAT = BASE_REQUEST_TYPE_FEATURE_COUNT + 1;
/**
* The number of structural features of the '<em>Describe Feature Type Type</em>' class.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @generated
* @ordered
*/
int DESCRIBE_FEATURE_TYPE_TYPE_FEATURE_COUNT = BASE_REQUEST_TYPE_FEATURE_COUNT + 2;
/**
* The meta object id for the '{@link net.opengis.wfs.impl.DocumentRootImpl <em>Document Root</em>}' class.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @see net.opengis.wfs.impl.DocumentRootImpl
* @see net.opengis.wfs.impl.WfsPackageImpl#getDocumentRoot()
* @generated
*/
int DOCUMENT_ROOT = 4;
/**
* The feature id for the '<em><b>Mixed</b></em>' attribute list.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @generated
* @ordered
*/
int DOCUMENT_ROOT__MIXED = 0;
/**
* The feature id for the '<em><b>XMLNS Prefix Map</b></em>' map.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @generated
* @ordered
*/
int DOCUMENT_ROOT__XMLNS_PREFIX_MAP = 1;
/**
* The feature id for the '<em><b>XSI Schema Location</b></em>' map.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @generated
* @ordered
*/
int DOCUMENT_ROOT__XSI_SCHEMA_LOCATION = 2;
/**
* The feature id for the '<em><b>Delete</b></em>' containment reference.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @generated
* @ordered
*/
int DOCUMENT_ROOT__DELETE = 3;
/**
* The feature id for the '<em><b>Describe Feature Type</b></em>' containment reference.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @generated
* @ordered
*/
int DOCUMENT_ROOT__DESCRIBE_FEATURE_TYPE = 4;
/**
* The feature id for the '<em><b>Feature Collection</b></em>' containment reference.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @generated
* @ordered
*/
int DOCUMENT_ROOT__FEATURE_COLLECTION = 5;
/**
* The feature id for the '<em><b>Feature Type List</b></em>' containment reference.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @generated
* @ordered
*/
int DOCUMENT_ROOT__FEATURE_TYPE_LIST = 6;
/**
* The feature id for the '<em><b>Get Capabilities</b></em>' containment reference.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @generated
* @ordered
*/
int DOCUMENT_ROOT__GET_CAPABILITIES = 7;
/**
* The feature id for the '<em><b>Get Feature</b></em>' containment reference.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @generated
* @ordered
*/
int DOCUMENT_ROOT__GET_FEATURE = 8;
/**
* The feature id for the '<em><b>Get Feature With Lock</b></em>' containment reference.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @generated
* @ordered
*/
int DOCUMENT_ROOT__GET_FEATURE_WITH_LOCK = 9;
/**
* The feature id for the '<em><b>Get Gml Object</b></em>' containment reference.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @generated
* @ordered
*/
int DOCUMENT_ROOT__GET_GML_OBJECT = 10;
/**
* The feature id for the '<em><b>Insert</b></em>' containment reference.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @generated
* @ordered
*/
int DOCUMENT_ROOT__INSERT = 11;
/**
* The feature id for the '<em><b>Lock Feature</b></em>' containment reference.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @generated
* @ordered
*/
int DOCUMENT_ROOT__LOCK_FEATURE = 12;
/**
* The feature id for the '<em><b>Lock Feature Response</b></em>' containment reference.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @generated
* @ordered
*/
int DOCUMENT_ROOT__LOCK_FEATURE_RESPONSE = 13;
/**
* The feature id for the '<em><b>Lock Id</b></em>' attribute.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @generated
* @ordered
*/
int DOCUMENT_ROOT__LOCK_ID = 14;
/**
* The feature id for the '<em><b>Native</b></em>' containment reference.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @generated
* @ordered
*/
int DOCUMENT_ROOT__NATIVE = 15;
/**
* The feature id for the '<em><b>Property</b></em>' containment reference.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @generated
* @ordered
*/
int DOCUMENT_ROOT__PROPERTY = 16;
/**
* The feature id for the '<em><b>Property Name</b></em>' attribute.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @generated
* @ordered
*/
int DOCUMENT_ROOT__PROPERTY_NAME = 17;
/**
* The feature id for the '<em><b>Query</b></em>' containment reference.
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -