/** * * * * $Id$ */ package net.opengis.wfs; import net.opengis.ows10.Ows10Package; 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; /** * * The Package for the model. * It contains accessors for the meta objects to represent * * * @see net.opengis.wfs.WfsFactory * @model kind="package" * @generated */ public interface WfsPackage extends EPackage { /** * The package name. * * * @generated */ String eNAME = "wfs"; /** * The package namespace URI. * * * @generated */ String eNS_URI = "http://www.opengis.net/wfs"; /** * The package namespace name. * * * @generated */ String eNS_PREFIX = "wfs"; /** * The singleton instance of the package. * * * @generated */ WfsPackage eINSTANCE = net.opengis.wfs.impl.WfsPackageImpl.init(); /** * The meta object id for the '{@link net.opengis.wfs.impl.ActionTypeImpl Action Type}' class. * * * @see net.opengis.wfs.impl.ActionTypeImpl * @see net.opengis.wfs.impl.WfsPackageImpl#getActionType() * @generated */ int ACTION_TYPE = 0; /** * The feature id for the 'Message' attribute. * * * @generated * @ordered */ int ACTION_TYPE__MESSAGE = 0; /** * The feature id for the 'Code' attribute. * * * @generated * @ordered */ int ACTION_TYPE__CODE = 1; /** * The feature id for the 'Locator' attribute. * * * @generated * @ordered */ int ACTION_TYPE__LOCATOR = 2; /** * The number of structural features of the 'Action Type' class. * * * @generated * @ordered */ int ACTION_TYPE_FEATURE_COUNT = 3; /** * The meta object id for the '{@link net.opengis.wfs.impl.BaseRequestTypeImpl Base Request Type}' class. * * * @see net.opengis.wfs.impl.BaseRequestTypeImpl * @see net.opengis.wfs.impl.WfsPackageImpl#getBaseRequestType() * @generated */ int BASE_REQUEST_TYPE = 1; /** * The feature id for the 'Handle' attribute. * * * @generated * @ordered */ int BASE_REQUEST_TYPE__HANDLE = 0; /** * The feature id for the 'Service' attribute. * * * @generated * @ordered */ int BASE_REQUEST_TYPE__SERVICE = 1; /** * The feature id for the 'Version' attribute. * * * @generated * @ordered */ int BASE_REQUEST_TYPE__VERSION = 2; /** * The feature id for the 'Base Url' attribute. * * * @generated * @ordered */ int BASE_REQUEST_TYPE__BASE_URL = 3; /** * The feature id for the 'Provided Version' attribute. * * * @generated * @ordered */ int BASE_REQUEST_TYPE__PROVIDED_VERSION = 4; /** * The number of structural features of the 'Base Request Type' class. * * * @generated * @ordered */ int BASE_REQUEST_TYPE_FEATURE_COUNT = 5; /** * The meta object id for the '{@link net.opengis.wfs.impl.DeleteElementTypeImpl Delete Element Type}' class. * * * @see net.opengis.wfs.impl.DeleteElementTypeImpl * @see net.opengis.wfs.impl.WfsPackageImpl#getDeleteElementType() * @generated */ int DELETE_ELEMENT_TYPE = 2; /** * The feature id for the 'Filter' attribute. * * * @generated * @ordered */ int DELETE_ELEMENT_TYPE__FILTER = 0; /** * The feature id for the 'Handle' attribute. * * * @generated * @ordered */ int DELETE_ELEMENT_TYPE__HANDLE = 1; /** * The feature id for the 'Type Name' attribute. * * * @generated * @ordered */ int DELETE_ELEMENT_TYPE__TYPE_NAME = 2; /** * The number of structural features of the 'Delete Element Type' class. * * * @generated * @ordered */ int DELETE_ELEMENT_TYPE_FEATURE_COUNT = 3; /** * The meta object id for the '{@link net.opengis.wfs.impl.DescribeFeatureTypeTypeImpl Describe Feature Type Type}' class. * * * @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 'Handle' attribute. * * * @generated * @ordered */ int DESCRIBE_FEATURE_TYPE_TYPE__HANDLE = BASE_REQUEST_TYPE__HANDLE; /** * The feature id for the 'Service' attribute. * * * @generated * @ordered */ int DESCRIBE_FEATURE_TYPE_TYPE__SERVICE = BASE_REQUEST_TYPE__SERVICE; /** * The feature id for the 'Version' attribute. * * * @generated * @ordered */ int DESCRIBE_FEATURE_TYPE_TYPE__VERSION = BASE_REQUEST_TYPE__VERSION; /** * The feature id for the 'Base Url' attribute. * * * @generated * @ordered */ int DESCRIBE_FEATURE_TYPE_TYPE__BASE_URL = BASE_REQUEST_TYPE__BASE_URL; /** * The feature id for the 'Provided Version' attribute. * * * @generated * @ordered */ int DESCRIBE_FEATURE_TYPE_TYPE__PROVIDED_VERSION = BASE_REQUEST_TYPE__PROVIDED_VERSION; /** * The feature id for the 'Type Name' attribute list. * * * @generated * @ordered */ int DESCRIBE_FEATURE_TYPE_TYPE__TYPE_NAME = BASE_REQUEST_TYPE_FEATURE_COUNT + 0; /** * The feature id for the 'Output Format' attribute. * * * @generated * @ordered */ int DESCRIBE_FEATURE_TYPE_TYPE__OUTPUT_FORMAT = BASE_REQUEST_TYPE_FEATURE_COUNT + 1; /** * The number of structural features of the 'Describe Feature Type Type' class. * * * @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 Document Root}' class. * * * @see net.opengis.wfs.impl.DocumentRootImpl * @see net.opengis.wfs.impl.WfsPackageImpl#getDocumentRoot() * @generated */ int DOCUMENT_ROOT = 4; /** * The feature id for the 'Mixed' attribute list. * * * @generated * @ordered */ int DOCUMENT_ROOT__MIXED = 0; /** * The feature id for the 'XMLNS Prefix Map' map. * * * @generated * @ordered */ int DOCUMENT_ROOT__XMLNS_PREFIX_MAP = 1; /** * The feature id for the 'XSI Schema Location' map. * * * @generated * @ordered */ int DOCUMENT_ROOT__XSI_SCHEMA_LOCATION = 2; /** * The feature id for the 'Delete' containment reference. * * * @generated * @ordered */ int DOCUMENT_ROOT__DELETE = 3; /** * The feature id for the 'Describe Feature Type' containment reference. * * * @generated * @ordered */ int DOCUMENT_ROOT__DESCRIBE_FEATURE_TYPE = 4; /** * The feature id for the 'Feature Collection' containment reference. * * * @generated * @ordered */ int DOCUMENT_ROOT__FEATURE_COLLECTION = 5; /** * The feature id for the 'Feature Type List' containment reference. * * * @generated * @ordered */ int DOCUMENT_ROOT__FEATURE_TYPE_LIST = 6; /** * The feature id for the 'Get Capabilities' containment reference. * * * @generated * @ordered */ int DOCUMENT_ROOT__GET_CAPABILITIES = 7; /** * The feature id for the 'Get Feature' containment reference. * * * @generated * @ordered */ int DOCUMENT_ROOT__GET_FEATURE = 8; /** * The feature id for the 'Get Feature With Lock' containment reference. * * * @generated * @ordered */ int DOCUMENT_ROOT__GET_FEATURE_WITH_LOCK = 9; /** * The feature id for the 'Get Gml Object' containment reference. * * * @generated * @ordered */ int DOCUMENT_ROOT__GET_GML_OBJECT = 10; /** * The feature id for the 'Insert' containment reference. * * * @generated * @ordered */ int DOCUMENT_ROOT__INSERT = 11; /** * The feature id for the 'Lock Feature' containment reference. * * * @generated * @ordered */ int DOCUMENT_ROOT__LOCK_FEATURE = 12; /** * The feature id for the 'Lock Feature Response' containment reference. * * * @generated * @ordered */ int DOCUMENT_ROOT__LOCK_FEATURE_RESPONSE = 13; /** * The feature id for the 'Lock Id' attribute. * * * @generated * @ordered */ int DOCUMENT_ROOT__LOCK_ID = 14; /** * The feature id for the 'Native' containment reference. * * * @generated * @ordered */ int DOCUMENT_ROOT__NATIVE = 15; /** * The feature id for the 'Property' containment reference. * * * @generated * @ordered */ int DOCUMENT_ROOT__PROPERTY = 16; /** * The feature id for the 'Property Name' attribute. * * * @generated * @ordered */ int DOCUMENT_ROOT__PROPERTY_NAME = 17; /** * The feature id for the 'Query' containment reference. * * * @generated * @ordered */ int DOCUMENT_ROOT__QUERY = 18; /** * The feature id for the 'Serves GML Object Type List' containment reference. * * * @generated * @ordered */ int DOCUMENT_ROOT__SERVES_GML_OBJECT_TYPE_LIST = 19; /** * The feature id for the 'Supports GML Object Type List' containment reference. * * * @generated * @ordered */ int DOCUMENT_ROOT__SUPPORTS_GML_OBJECT_TYPE_LIST = 20; /** * The feature id for the 'Transaction' containment reference. * * * @generated * @ordered */ int DOCUMENT_ROOT__TRANSACTION = 21; /** * The feature id for the 'Transaction Response' containment reference. * * * @generated * @ordered */ int DOCUMENT_ROOT__TRANSACTION_RESPONSE = 22; /** * The feature id for the 'Update' containment reference. * * * @generated * @ordered */ int DOCUMENT_ROOT__UPDATE = 23; /** * The feature id for the 'Wfs Capabilities' containment reference. * * * @generated * @ordered */ int DOCUMENT_ROOT__WFS_CAPABILITIES = 24; /** * The feature id for the 'Xlink Property Name' containment reference. * * * @generated * @ordered */ int DOCUMENT_ROOT__XLINK_PROPERTY_NAME = 25; /** * The number of structural features of the 'Document Root' class. * * * @generated * @ordered */ int DOCUMENT_ROOT_FEATURE_COUNT = 26; /** * The meta object id for the '{@link net.opengis.wfs.impl.FeatureCollectionTypeImpl Feature Collection Type}' class. * * * @see net.opengis.wfs.impl.FeatureCollectionTypeImpl * @see net.opengis.wfs.impl.WfsPackageImpl#getFeatureCollectionType() * @generated */ int FEATURE_COLLECTION_TYPE = 5; /** * The feature id for the 'Lock Id' attribute. * * * @generated * @ordered */ int FEATURE_COLLECTION_TYPE__LOCK_ID = 0; /** * The feature id for the 'Time Stamp' attribute. * * * @generated * @ordered */ int FEATURE_COLLECTION_TYPE__TIME_STAMP = 1; /** * The feature id for the 'Number Of Features' attribute. * * * @generated * @ordered */ int FEATURE_COLLECTION_TYPE__NUMBER_OF_FEATURES = 2; /** * The feature id for the 'Feature' attribute list. * * * @generated * @ordered */ int FEATURE_COLLECTION_TYPE__FEATURE = 3; /** * The number of structural features of the 'Feature Collection Type' class. * * * @generated * @ordered */ int FEATURE_COLLECTION_TYPE_FEATURE_COUNT = 4; /** * The meta object id for the '{@link net.opengis.wfs.impl.FeatureTypeListTypeImpl Feature Type List Type}' class. * * * @see net.opengis.wfs.impl.FeatureTypeListTypeImpl * @see net.opengis.wfs.impl.WfsPackageImpl#getFeatureTypeListType() * @generated */ int FEATURE_TYPE_LIST_TYPE = 6; /** * The feature id for the 'Operations' containment reference. * * * @generated * @ordered */ int FEATURE_TYPE_LIST_TYPE__OPERATIONS = 0; /** * The feature id for the 'Feature Type' containment reference list. * * * @generated * @ordered */ int FEATURE_TYPE_LIST_TYPE__FEATURE_TYPE = 1; /** * The number of structural features of the 'Feature Type List Type' class. * * * @generated * @ordered */ int FEATURE_TYPE_LIST_TYPE_FEATURE_COUNT = 2; /** * The meta object id for the '{@link net.opengis.wfs.impl.FeatureTypeTypeImpl Feature Type Type}' class. * * * @see net.opengis.wfs.impl.FeatureTypeTypeImpl * @see net.opengis.wfs.impl.WfsPackageImpl#getFeatureTypeType() * @generated */ int FEATURE_TYPE_TYPE = 7; /** * The feature id for the 'Name' attribute. * * * @generated * @ordered */ int FEATURE_TYPE_TYPE__NAME = 0; /** * The feature id for the 'Title' attribute. * * * @generated * @ordered */ int FEATURE_TYPE_TYPE__TITLE = 1; /** * The feature id for the 'Abstract' attribute. * * * @generated * @ordered */ int FEATURE_TYPE_TYPE__ABSTRACT = 2; /** * The feature id for the 'Keywords' containment reference list. * * * @generated * @ordered */ int FEATURE_TYPE_TYPE__KEYWORDS = 3; /** * The feature id for the 'Default SRS' attribute. * * * @generated * @ordered */ int FEATURE_TYPE_TYPE__DEFAULT_SRS = 4; /** * The feature id for the 'Other SRS' attribute list. * * * @generated * @ordered */ int FEATURE_TYPE_TYPE__OTHER_SRS = 5; /** * The feature id for the 'No SRS' containment reference. * * * @generated * @ordered */ int FEATURE_TYPE_TYPE__NO_SRS = 6; /** * The feature id for the 'Operations' containment reference. * * * @generated * @ordered */ int FEATURE_TYPE_TYPE__OPERATIONS = 7; /** * The feature id for the 'Output Formats' containment reference. * * * @generated * @ordered */ int FEATURE_TYPE_TYPE__OUTPUT_FORMATS = 8; /** * The feature id for the 'WGS84 Bounding Box' containment reference list. * * * @generated * @ordered */ int FEATURE_TYPE_TYPE__WGS84_BOUNDING_BOX = 9; /** * The feature id for the 'Metadata URL' containment reference list. * * * @generated * @ordered */ int FEATURE_TYPE_TYPE__METADATA_URL = 10; /** * The number of structural features of the 'Feature Type Type' class. * * * @generated * @ordered */ int FEATURE_TYPE_TYPE_FEATURE_COUNT = 11; /** * The meta object id for the '{@link net.opengis.wfs.impl.FeaturesLockedTypeImpl Features Locked Type}' class. * * * @see net.opengis.wfs.impl.FeaturesLockedTypeImpl * @see net.opengis.wfs.impl.WfsPackageImpl#getFeaturesLockedType() * @generated */ int FEATURES_LOCKED_TYPE = 8; /** * The feature id for the 'Group' attribute list. * * * @generated * @ordered */ int FEATURES_LOCKED_TYPE__GROUP = 0; /** * The feature id for the 'Feature Id' attribute list. * * * @generated * @ordered */ int FEATURES_LOCKED_TYPE__FEATURE_ID = 1; /** * The number of structural features of the 'Features Locked Type' class. * * * @generated * @ordered */ int FEATURES_LOCKED_TYPE_FEATURE_COUNT = 2; /** * The meta object id for the '{@link net.opengis.wfs.impl.FeaturesNotLockedTypeImpl Features Not Locked Type}' class. * * * @see net.opengis.wfs.impl.FeaturesNotLockedTypeImpl * @see net.opengis.wfs.impl.WfsPackageImpl#getFeaturesNotLockedType() * @generated */ int FEATURES_NOT_LOCKED_TYPE = 9; /** * The feature id for the 'Group' attribute list. * * * @generated * @ordered */ int FEATURES_NOT_LOCKED_TYPE__GROUP = 0; /** * The feature id for the 'Feature Id' attribute list. * * * @generated * @ordered */ int FEATURES_NOT_LOCKED_TYPE__FEATURE_ID = 1; /** * The number of structural features of the 'Features Not Locked Type' class. * * * @generated * @ordered */ int FEATURES_NOT_LOCKED_TYPE_FEATURE_COUNT = 2; /** * The meta object id for the '{@link net.opengis.wfs.impl.GMLObjectTypeListTypeImpl GML Object Type List Type}' class. * * * @see net.opengis.wfs.impl.GMLObjectTypeListTypeImpl * @see net.opengis.wfs.impl.WfsPackageImpl#getGMLObjectTypeListType() * @generated */ int GML_OBJECT_TYPE_LIST_TYPE = 10; /** * The feature id for the 'GML Object Type' containment reference list. * * * @generated * @ordered */ int GML_OBJECT_TYPE_LIST_TYPE__GML_OBJECT_TYPE = 0; /** * The number of structural features of the 'GML Object Type List Type' class. * * * @generated * @ordered */ int GML_OBJECT_TYPE_LIST_TYPE_FEATURE_COUNT = 1; /** * The meta object id for the '{@link net.opengis.wfs.impl.GMLObjectTypeTypeImpl GML Object Type Type}' class. * * * @see net.opengis.wfs.impl.GMLObjectTypeTypeImpl * @see net.opengis.wfs.impl.WfsPackageImpl#getGMLObjectTypeType() * @generated */ int GML_OBJECT_TYPE_TYPE = 11; /** * The feature id for the 'Name' attribute. * * * @generated * @ordered */ int GML_OBJECT_TYPE_TYPE__NAME = 0; /** * The feature id for the 'Title' attribute. * * * @generated * @ordered */ int GML_OBJECT_TYPE_TYPE__TITLE = 1; /** * The feature id for the 'Abstract' attribute. * * * @generated * @ordered */ int GML_OBJECT_TYPE_TYPE__ABSTRACT = 2; /** * The feature id for the 'Keywords' containment reference list. * * * @generated * @ordered */ int GML_OBJECT_TYPE_TYPE__KEYWORDS = 3; /** * The feature id for the 'Output Formats' containment reference. * * * @generated * @ordered */ int GML_OBJECT_TYPE_TYPE__OUTPUT_FORMATS = 4; /** * The number of structural features of the 'GML Object Type Type' class. * * * @generated * @ordered */ int GML_OBJECT_TYPE_TYPE_FEATURE_COUNT = 5; /** * The meta object id for the '{@link net.opengis.wfs.impl.GetCapabilitiesTypeImpl Get Capabilities Type}' class. * * * @see net.opengis.wfs.impl.GetCapabilitiesTypeImpl * @see net.opengis.wfs.impl.WfsPackageImpl#getGetCapabilitiesType() * @generated */ int GET_CAPABILITIES_TYPE = 12; /** * The feature id for the 'Accept Versions' containment reference. * * * @generated * @ordered */ int GET_CAPABILITIES_TYPE__ACCEPT_VERSIONS = Ows10Package.GET_CAPABILITIES_TYPE__ACCEPT_VERSIONS; /** * The feature id for the 'Sections' containment reference. * * * @generated * @ordered */ int GET_CAPABILITIES_TYPE__SECTIONS = Ows10Package.GET_CAPABILITIES_TYPE__SECTIONS; /** * The feature id for the 'Accept Formats' containment reference. * * * @generated * @ordered */ int GET_CAPABILITIES_TYPE__ACCEPT_FORMATS = Ows10Package.GET_CAPABILITIES_TYPE__ACCEPT_FORMATS; /** * The feature id for the 'Update Sequence' attribute. * * * @generated * @ordered */ int GET_CAPABILITIES_TYPE__UPDATE_SEQUENCE = Ows10Package.GET_CAPABILITIES_TYPE__UPDATE_SEQUENCE; /** * The feature id for the 'Base Url' attribute. * * * @generated * @ordered */ int GET_CAPABILITIES_TYPE__BASE_URL = Ows10Package.GET_CAPABILITIES_TYPE__BASE_URL; /** * The feature id for the 'Service' attribute. * * * @generated * @ordered */ int GET_CAPABILITIES_TYPE__SERVICE = Ows10Package.GET_CAPABILITIES_TYPE_FEATURE_COUNT + 0; /** * The number of structural features of the 'Get Capabilities Type' class. * * * @generated * @ordered */ int GET_CAPABILITIES_TYPE_FEATURE_COUNT = Ows10Package.GET_CAPABILITIES_TYPE_FEATURE_COUNT + 1; /** * The meta object id for the '{@link net.opengis.wfs.impl.GetFeatureTypeImpl Get Feature Type}' class. * * * @see net.opengis.wfs.impl.GetFeatureTypeImpl * @see net.opengis.wfs.impl.WfsPackageImpl#getGetFeatureType() * @generated */ int GET_FEATURE_TYPE = 13; /** * The feature id for the 'Handle' attribute. * * * @generated * @ordered */ int GET_FEATURE_TYPE__HANDLE = BASE_REQUEST_TYPE__HANDLE; /** * The feature id for the 'Service' attribute. * * * @generated * @ordered */ int GET_FEATURE_TYPE__SERVICE = BASE_REQUEST_TYPE__SERVICE; /** * The feature id for the 'Version' attribute. * * * @generated * @ordered */ int GET_FEATURE_TYPE__VERSION = BASE_REQUEST_TYPE__VERSION; /** * The feature id for the 'Base Url' attribute. * * * @generated * @ordered */ int GET_FEATURE_TYPE__BASE_URL = BASE_REQUEST_TYPE__BASE_URL; /** * The feature id for the 'Provided Version' attribute. * * * @generated * @ordered */ int GET_FEATURE_TYPE__PROVIDED_VERSION = BASE_REQUEST_TYPE__PROVIDED_VERSION; /** * The feature id for the 'Query' containment reference list. * * * @generated * @ordered */ int GET_FEATURE_TYPE__QUERY = BASE_REQUEST_TYPE_FEATURE_COUNT + 0; /** * The feature id for the 'Max Features' attribute. * * * @generated * @ordered */ int GET_FEATURE_TYPE__MAX_FEATURES = BASE_REQUEST_TYPE_FEATURE_COUNT + 1; /** * The feature id for the 'Output Format' attribute. * * * @generated * @ordered */ int GET_FEATURE_TYPE__OUTPUT_FORMAT = BASE_REQUEST_TYPE_FEATURE_COUNT + 2; /** * The feature id for the 'Result Type' attribute. * * * @generated * @ordered */ int GET_FEATURE_TYPE__RESULT_TYPE = BASE_REQUEST_TYPE_FEATURE_COUNT + 3; /** * The feature id for the 'Traverse Xlink Depth' attribute. * * * @generated * @ordered */ int GET_FEATURE_TYPE__TRAVERSE_XLINK_DEPTH = BASE_REQUEST_TYPE_FEATURE_COUNT + 4; /** * The feature id for the 'Traverse Xlink Expiry' attribute. * * * @generated * @ordered */ int GET_FEATURE_TYPE__TRAVERSE_XLINK_EXPIRY = BASE_REQUEST_TYPE_FEATURE_COUNT + 5; /** * The feature id for the 'Format Options' attribute. * * * @generated * @ordered */ int GET_FEATURE_TYPE__FORMAT_OPTIONS = BASE_REQUEST_TYPE_FEATURE_COUNT + 6; /** * The number of structural features of the 'Get Feature Type' class. * * * @generated * @ordered */ int GET_FEATURE_TYPE_FEATURE_COUNT = BASE_REQUEST_TYPE_FEATURE_COUNT + 7; /** * The meta object id for the '{@link net.opengis.wfs.impl.GetFeatureWithLockTypeImpl Get Feature With Lock Type}' class. * * * @see net.opengis.wfs.impl.GetFeatureWithLockTypeImpl * @see net.opengis.wfs.impl.WfsPackageImpl#getGetFeatureWithLockType() * @generated */ int GET_FEATURE_WITH_LOCK_TYPE = 14; /** * The feature id for the 'Handle' attribute. * * * @generated * @ordered */ int GET_FEATURE_WITH_LOCK_TYPE__HANDLE = GET_FEATURE_TYPE__HANDLE; /** * The feature id for the 'Service' attribute. * * * @generated * @ordered */ int GET_FEATURE_WITH_LOCK_TYPE__SERVICE = GET_FEATURE_TYPE__SERVICE; /** * The feature id for the 'Version' attribute. * * * @generated * @ordered */ int GET_FEATURE_WITH_LOCK_TYPE__VERSION = GET_FEATURE_TYPE__VERSION; /** * The feature id for the 'Base Url' attribute. * * * @generated * @ordered */ int GET_FEATURE_WITH_LOCK_TYPE__BASE_URL = GET_FEATURE_TYPE__BASE_URL; /** * The feature id for the 'Provided Version' attribute. * * * @generated * @ordered */ int GET_FEATURE_WITH_LOCK_TYPE__PROVIDED_VERSION = GET_FEATURE_TYPE__PROVIDED_VERSION; /** * The feature id for the 'Query' containment reference list. * * * @generated * @ordered */ int GET_FEATURE_WITH_LOCK_TYPE__QUERY = GET_FEATURE_TYPE__QUERY; /** * The feature id for the 'Max Features' attribute. * * * @generated * @ordered */ int GET_FEATURE_WITH_LOCK_TYPE__MAX_FEATURES = GET_FEATURE_TYPE__MAX_FEATURES; /** * The feature id for the 'Output Format' attribute. * * * @generated * @ordered */ int GET_FEATURE_WITH_LOCK_TYPE__OUTPUT_FORMAT = GET_FEATURE_TYPE__OUTPUT_FORMAT; /** * The feature id for the 'Result Type' attribute. * * * @generated * @ordered */ int GET_FEATURE_WITH_LOCK_TYPE__RESULT_TYPE = GET_FEATURE_TYPE__RESULT_TYPE; /** * The feature id for the 'Traverse Xlink Depth' attribute. * * * @generated * @ordered */ int GET_FEATURE_WITH_LOCK_TYPE__TRAVERSE_XLINK_DEPTH = GET_FEATURE_TYPE__TRAVERSE_XLINK_DEPTH; /** * The feature id for the 'Traverse Xlink Expiry' attribute. * * * @generated * @ordered */ int GET_FEATURE_WITH_LOCK_TYPE__TRAVERSE_XLINK_EXPIRY = GET_FEATURE_TYPE__TRAVERSE_XLINK_EXPIRY; /** * The feature id for the 'Format Options' attribute. * * * @generated * @ordered */ int GET_FEATURE_WITH_LOCK_TYPE__FORMAT_OPTIONS = GET_FEATURE_TYPE__FORMAT_OPTIONS; /** * The feature id for the 'Expiry' attribute. * * * @generated * @ordered */ int GET_FEATURE_WITH_LOCK_TYPE__EXPIRY = GET_FEATURE_TYPE_FEATURE_COUNT + 0; /** * The number of structural features of the 'Get Feature With Lock Type' class. * * * @generated * @ordered */ int GET_FEATURE_WITH_LOCK_TYPE_FEATURE_COUNT = GET_FEATURE_TYPE_FEATURE_COUNT + 1; /** * The meta object id for the '{@link net.opengis.wfs.impl.GetGmlObjectTypeImpl Get Gml Object Type}' class. * * * @see net.opengis.wfs.impl.GetGmlObjectTypeImpl * @see net.opengis.wfs.impl.WfsPackageImpl#getGetGmlObjectType() * @generated */ int GET_GML_OBJECT_TYPE = 15; /** * The feature id for the 'Handle' attribute. * * * @generated * @ordered */ int GET_GML_OBJECT_TYPE__HANDLE = BASE_REQUEST_TYPE__HANDLE; /** * The feature id for the 'Service' attribute. * * * @generated * @ordered */ int GET_GML_OBJECT_TYPE__SERVICE = BASE_REQUEST_TYPE__SERVICE; /** * The feature id for the 'Version' attribute. * * * @generated * @ordered */ int GET_GML_OBJECT_TYPE__VERSION = BASE_REQUEST_TYPE__VERSION; /** * The feature id for the 'Base Url' attribute. * * * @generated * @ordered */ int GET_GML_OBJECT_TYPE__BASE_URL = BASE_REQUEST_TYPE__BASE_URL; /** * The feature id for the 'Provided Version' attribute. * * * @generated * @ordered */ int GET_GML_OBJECT_TYPE__PROVIDED_VERSION = BASE_REQUEST_TYPE__PROVIDED_VERSION; /** * The feature id for the 'Gml Object Id' attribute. * * * @generated * @ordered */ int GET_GML_OBJECT_TYPE__GML_OBJECT_ID = BASE_REQUEST_TYPE_FEATURE_COUNT + 0; /** * The feature id for the 'Output Format' attribute. * * * @generated * @ordered */ int GET_GML_OBJECT_TYPE__OUTPUT_FORMAT = BASE_REQUEST_TYPE_FEATURE_COUNT + 1; /** * The feature id for the 'Traverse Xlink Depth' attribute. * * * @generated * @ordered */ int GET_GML_OBJECT_TYPE__TRAVERSE_XLINK_DEPTH = BASE_REQUEST_TYPE_FEATURE_COUNT + 2; /** * The feature id for the 'Traverse Xlink Expiry' attribute. * * * @generated * @ordered */ int GET_GML_OBJECT_TYPE__TRAVERSE_XLINK_EXPIRY = BASE_REQUEST_TYPE_FEATURE_COUNT + 3; /** * The number of structural features of the 'Get Gml Object Type' class. * * * @generated * @ordered */ int GET_GML_OBJECT_TYPE_FEATURE_COUNT = BASE_REQUEST_TYPE_FEATURE_COUNT + 4; /** * The meta object id for the '{@link net.opengis.wfs.impl.InsertElementTypeImpl Insert Element Type}' class. * * * @see net.opengis.wfs.impl.InsertElementTypeImpl * @see net.opengis.wfs.impl.WfsPackageImpl#getInsertElementType() * @generated */ int INSERT_ELEMENT_TYPE = 16; /** * The feature id for the 'Feature' attribute list. * * * @generated * @ordered */ int INSERT_ELEMENT_TYPE__FEATURE = 0; /** * The feature id for the 'Handle' attribute. * * * @generated * @ordered */ int INSERT_ELEMENT_TYPE__HANDLE = 1; /** * The feature id for the 'Idgen' attribute. * * * @generated * @ordered */ int INSERT_ELEMENT_TYPE__IDGEN = 2; /** * The feature id for the 'Input Format' attribute. * * * @generated * @ordered */ int INSERT_ELEMENT_TYPE__INPUT_FORMAT = 3; /** * The feature id for the 'Srs Name' attribute. * * * @generated * @ordered */ int INSERT_ELEMENT_TYPE__SRS_NAME = 4; /** * The number of structural features of the 'Insert Element Type' class. * * * @generated * @ordered */ int INSERT_ELEMENT_TYPE_FEATURE_COUNT = 5; /** * The meta object id for the '{@link net.opengis.wfs.impl.InsertResultsTypeImpl Insert Results Type}' class. * * * @see net.opengis.wfs.impl.InsertResultsTypeImpl * @see net.opengis.wfs.impl.WfsPackageImpl#getInsertResultsType() * @generated */ int INSERT_RESULTS_TYPE = 17; /** * The feature id for the 'Feature' containment reference list. * * * @generated * @ordered */ int INSERT_RESULTS_TYPE__FEATURE = 0; /** * The number of structural features of the 'Insert Results Type' class. * * * @generated * @ordered */ int INSERT_RESULTS_TYPE_FEATURE_COUNT = 1; /** * The meta object id for the '{@link net.opengis.wfs.impl.InsertedFeatureTypeImpl Inserted Feature Type}' class. * * * @see net.opengis.wfs.impl.InsertedFeatureTypeImpl * @see net.opengis.wfs.impl.WfsPackageImpl#getInsertedFeatureType() * @generated */ int INSERTED_FEATURE_TYPE = 18; /** * The feature id for the 'Feature Id' attribute list. * * * @generated * @ordered */ int INSERTED_FEATURE_TYPE__FEATURE_ID = 0; /** * The feature id for the 'Handle' attribute. * * * @generated * @ordered */ int INSERTED_FEATURE_TYPE__HANDLE = 1; /** * The number of structural features of the 'Inserted Feature Type' class. * * * @generated * @ordered */ int INSERTED_FEATURE_TYPE_FEATURE_COUNT = 2; /** * The meta object id for the '{@link net.opengis.wfs.impl.LockFeatureResponseTypeImpl Lock Feature Response Type}' class. * * * @see net.opengis.wfs.impl.LockFeatureResponseTypeImpl * @see net.opengis.wfs.impl.WfsPackageImpl#getLockFeatureResponseType() * @generated */ int LOCK_FEATURE_RESPONSE_TYPE = 19; /** * The feature id for the 'Lock Id' attribute. * * * @generated * @ordered */ int LOCK_FEATURE_RESPONSE_TYPE__LOCK_ID = 0; /** * The feature id for the 'Features Locked' containment reference. * * * @generated * @ordered */ int LOCK_FEATURE_RESPONSE_TYPE__FEATURES_LOCKED = 1; /** * The feature id for the 'Features Not Locked' containment reference. * * * @generated * @ordered */ int LOCK_FEATURE_RESPONSE_TYPE__FEATURES_NOT_LOCKED = 2; /** * The number of structural features of the 'Lock Feature Response Type' class. * * * @generated * @ordered */ int LOCK_FEATURE_RESPONSE_TYPE_FEATURE_COUNT = 3; /** * The meta object id for the '{@link net.opengis.wfs.impl.LockFeatureTypeImpl Lock Feature Type}' class. * * * @see net.opengis.wfs.impl.LockFeatureTypeImpl * @see net.opengis.wfs.impl.WfsPackageImpl#getLockFeatureType() * @generated */ int LOCK_FEATURE_TYPE = 20; /** * The feature id for the 'Handle' attribute. * * * @generated * @ordered */ int LOCK_FEATURE_TYPE__HANDLE = BASE_REQUEST_TYPE__HANDLE; /** * The feature id for the 'Service' attribute. * * * @generated * @ordered */ int LOCK_FEATURE_TYPE__SERVICE = BASE_REQUEST_TYPE__SERVICE; /** * The feature id for the 'Version' attribute. * * * @generated * @ordered */ int LOCK_FEATURE_TYPE__VERSION = BASE_REQUEST_TYPE__VERSION; /** * The feature id for the 'Base Url' attribute. * * * @generated * @ordered */ int LOCK_FEATURE_TYPE__BASE_URL = BASE_REQUEST_TYPE__BASE_URL; /** * The feature id for the 'Provided Version' attribute. * * * @generated * @ordered */ int LOCK_FEATURE_TYPE__PROVIDED_VERSION = BASE_REQUEST_TYPE__PROVIDED_VERSION; /** * The feature id for the 'Lock' containment reference list. * * * @generated * @ordered */ int LOCK_FEATURE_TYPE__LOCK = BASE_REQUEST_TYPE_FEATURE_COUNT + 0; /** * The feature id for the 'Expiry' attribute. * * * @generated * @ordered */ int LOCK_FEATURE_TYPE__EXPIRY = BASE_REQUEST_TYPE_FEATURE_COUNT + 1; /** * The feature id for the 'Lock Action' attribute. * * * @generated * @ordered */ int LOCK_FEATURE_TYPE__LOCK_ACTION = BASE_REQUEST_TYPE_FEATURE_COUNT + 2; /** * The number of structural features of the 'Lock Feature Type' class. * * * @generated * @ordered */ int LOCK_FEATURE_TYPE_FEATURE_COUNT = BASE_REQUEST_TYPE_FEATURE_COUNT + 3; /** * The meta object id for the '{@link net.opengis.wfs.impl.LockTypeImpl Lock Type}' class. * * * @see net.opengis.wfs.impl.LockTypeImpl * @see net.opengis.wfs.impl.WfsPackageImpl#getLockType() * @generated */ int LOCK_TYPE = 21; /** * The feature id for the 'Filter' attribute. * * * @generated * @ordered */ int LOCK_TYPE__FILTER = 0; /** * The feature id for the 'Handle' attribute. * * * @generated * @ordered */ int LOCK_TYPE__HANDLE = 1; /** * The feature id for the 'Type Name' attribute. * * * @generated * @ordered */ int LOCK_TYPE__TYPE_NAME = 2; /** * The number of structural features of the 'Lock Type' class. * * * @generated * @ordered */ int LOCK_TYPE_FEATURE_COUNT = 3; /** * The meta object id for the '{@link net.opengis.wfs.impl.MetadataURLTypeImpl Metadata URL Type}' class. * * * @see net.opengis.wfs.impl.MetadataURLTypeImpl * @see net.opengis.wfs.impl.WfsPackageImpl#getMetadataURLType() * @generated */ int METADATA_URL_TYPE = 22; /** * The feature id for the 'Value' attribute. * * * @generated * @ordered */ int METADATA_URL_TYPE__VALUE = 0; /** * The feature id for the 'Format' attribute. * * * @generated * @ordered */ int METADATA_URL_TYPE__FORMAT = 1; /** * The feature id for the 'Type' attribute. * * * @generated * @ordered */ int METADATA_URL_TYPE__TYPE = 2; /** * The number of structural features of the 'Metadata URL Type' class. * * * @generated * @ordered */ int METADATA_URL_TYPE_FEATURE_COUNT = 3; /** * The meta object id for the '{@link net.opengis.wfs.impl.NativeTypeImpl Native Type}' class. * * * @see net.opengis.wfs.impl.NativeTypeImpl * @see net.opengis.wfs.impl.WfsPackageImpl#getNativeType() * @generated */ int NATIVE_TYPE = 23; /** * The feature id for the 'Safe To Ignore' attribute. * * * @generated * @ordered */ int NATIVE_TYPE__SAFE_TO_IGNORE = 0; /** * The feature id for the 'Vendor Id' attribute. * * * @generated * @ordered */ int NATIVE_TYPE__VENDOR_ID = 1; /** * The number of structural features of the 'Native Type' class. * * * @generated * @ordered */ int NATIVE_TYPE_FEATURE_COUNT = 2; /** * The meta object id for the '{@link net.opengis.wfs.impl.NoSRSTypeImpl No SRS Type}' class. * * * @see net.opengis.wfs.impl.NoSRSTypeImpl * @see net.opengis.wfs.impl.WfsPackageImpl#getNoSRSType() * @generated */ int NO_SRS_TYPE = 24; /** * The number of structural features of the 'No SRS Type' class. * * * @generated * @ordered */ int NO_SRS_TYPE_FEATURE_COUNT = 0; /** * The meta object id for the '{@link net.opengis.wfs.impl.OperationsTypeImpl Operations Type}' class. * * * @see net.opengis.wfs.impl.OperationsTypeImpl * @see net.opengis.wfs.impl.WfsPackageImpl#getOperationsType() * @generated */ int OPERATIONS_TYPE = 25; /** * The feature id for the 'Operation' attribute. * * * @generated * @ordered */ int OPERATIONS_TYPE__OPERATION = 0; /** * The number of structural features of the 'Operations Type' class. * * * @generated * @ordered */ int OPERATIONS_TYPE_FEATURE_COUNT = 1; /** * The meta object id for the '{@link net.opengis.wfs.impl.OutputFormatListTypeImpl Output Format List Type}' class. * * * @see net.opengis.wfs.impl.OutputFormatListTypeImpl * @see net.opengis.wfs.impl.WfsPackageImpl#getOutputFormatListType() * @generated */ int OUTPUT_FORMAT_LIST_TYPE = 26; /** * The feature id for the 'Group' attribute list. * * * @generated * @ordered */ int OUTPUT_FORMAT_LIST_TYPE__GROUP = 0; /** * The feature id for the 'Format' attribute list. * * * @generated * @ordered */ int OUTPUT_FORMAT_LIST_TYPE__FORMAT = 1; /** * The number of structural features of the 'Output Format List Type' class. * * * @generated * @ordered */ int OUTPUT_FORMAT_LIST_TYPE_FEATURE_COUNT = 2; /** * The meta object id for the '{@link net.opengis.wfs.impl.PropertyTypeImpl Property Type}' class. * * * @see net.opengis.wfs.impl.PropertyTypeImpl * @see net.opengis.wfs.impl.WfsPackageImpl#getPropertyType() * @generated */ int PROPERTY_TYPE = 27; /** * The feature id for the 'Name' attribute. * * * @generated * @ordered */ int PROPERTY_TYPE__NAME = 0; /** * The feature id for the 'Value' attribute. * * * @generated * @ordered */ int PROPERTY_TYPE__VALUE = 1; /** * The number of structural features of the 'Property Type' class. * * * @generated * @ordered */ int PROPERTY_TYPE_FEATURE_COUNT = 2; /** * The meta object id for the '{@link net.opengis.wfs.impl.QueryTypeImpl Query Type}' class. * * * @see net.opengis.wfs.impl.QueryTypeImpl * @see net.opengis.wfs.impl.WfsPackageImpl#getQueryType() * @generated */ int QUERY_TYPE = 28; /** * The feature id for the 'Group' attribute list. * * * @generated * @ordered */ int QUERY_TYPE__GROUP = 0; /** * The feature id for the 'Property Name' attribute list. * * * @generated * @ordered */ int QUERY_TYPE__PROPERTY_NAME = 1; /** * The feature id for the 'Xlink Property Name' containment reference list. * * * @generated * @ordered */ int QUERY_TYPE__XLINK_PROPERTY_NAME = 2; /** * The feature id for the 'Function' attribute list. * * * @generated * @ordered */ int QUERY_TYPE__FUNCTION = 3; /** * The feature id for the 'Filter' attribute. * * * @generated * @ordered */ int QUERY_TYPE__FILTER = 4; /** * The feature id for the 'Sort By' attribute list. * * * @generated * @ordered */ int QUERY_TYPE__SORT_BY = 5; /** * The feature id for the 'Feature Version' attribute. * * * @generated * @ordered */ int QUERY_TYPE__FEATURE_VERSION = 6; /** * The feature id for the 'Handle' attribute. * * * @generated * @ordered */ int QUERY_TYPE__HANDLE = 7; /** * The feature id for the 'Srs Name' attribute. * * * @generated * @ordered */ int QUERY_TYPE__SRS_NAME = 8; /** * The feature id for the 'Type Name' attribute. * * * @generated * @ordered */ int QUERY_TYPE__TYPE_NAME = 9; /** * The number of structural features of the 'Query Type' class. * * * @generated * @ordered */ int QUERY_TYPE_FEATURE_COUNT = 10; /** * The meta object id for the '{@link net.opengis.wfs.impl.TransactionResponseTypeImpl Transaction Response Type}' class. * * * @see net.opengis.wfs.impl.TransactionResponseTypeImpl * @see net.opengis.wfs.impl.WfsPackageImpl#getTransactionResponseType() * @generated */ int TRANSACTION_RESPONSE_TYPE = 29; /** * The feature id for the 'Transaction Summary' containment reference. * * * @generated * @ordered */ int TRANSACTION_RESPONSE_TYPE__TRANSACTION_SUMMARY = 0; /** * The feature id for the 'Transaction Results' containment reference. * * * @generated * @ordered */ int TRANSACTION_RESPONSE_TYPE__TRANSACTION_RESULTS = 1; /** * The feature id for the 'Insert Results' containment reference. * * * @generated * @ordered */ int TRANSACTION_RESPONSE_TYPE__INSERT_RESULTS = 2; /** * The feature id for the 'Version' attribute. * * * @generated * @ordered */ int TRANSACTION_RESPONSE_TYPE__VERSION = 3; /** * The number of structural features of the 'Transaction Response Type' class. * * * @generated * @ordered */ int TRANSACTION_RESPONSE_TYPE_FEATURE_COUNT = 4; /** * The meta object id for the '{@link net.opengis.wfs.impl.TransactionResultsTypeImpl Transaction Results Type}' class. * * * @see net.opengis.wfs.impl.TransactionResultsTypeImpl * @see net.opengis.wfs.impl.WfsPackageImpl#getTransactionResultsType() * @generated */ int TRANSACTION_RESULTS_TYPE = 30; /** * The feature id for the 'Handle' attribute. * * * @generated * @ordered */ int TRANSACTION_RESULTS_TYPE__HANDLE = 0; /** * The feature id for the 'Action' containment reference list. * * * @generated * @ordered */ int TRANSACTION_RESULTS_TYPE__ACTION = 1; /** * The number of structural features of the 'Transaction Results Type' class. * * * @generated * @ordered */ int TRANSACTION_RESULTS_TYPE_FEATURE_COUNT = 2; /** * The meta object id for the '{@link net.opengis.wfs.impl.TransactionSummaryTypeImpl Transaction Summary Type}' class. * * * @see net.opengis.wfs.impl.TransactionSummaryTypeImpl * @see net.opengis.wfs.impl.WfsPackageImpl#getTransactionSummaryType() * @generated */ int TRANSACTION_SUMMARY_TYPE = 31; /** * The feature id for the 'Total Inserted' attribute. * * * @generated * @ordered */ int TRANSACTION_SUMMARY_TYPE__TOTAL_INSERTED = 0; /** * The feature id for the 'Total Updated' attribute. * * * @generated * @ordered */ int TRANSACTION_SUMMARY_TYPE__TOTAL_UPDATED = 1; /** * The feature id for the 'Total Deleted' attribute. * * * @generated * @ordered */ int TRANSACTION_SUMMARY_TYPE__TOTAL_DELETED = 2; /** * The number of structural features of the 'Transaction Summary Type' class. * * * @generated * @ordered */ int TRANSACTION_SUMMARY_TYPE_FEATURE_COUNT = 3; /** * The meta object id for the '{@link net.opengis.wfs.impl.TransactionTypeImpl Transaction Type}' class. * * * @see net.opengis.wfs.impl.TransactionTypeImpl * @see net.opengis.wfs.impl.WfsPackageImpl#getTransactionType() * @generated */ int TRANSACTION_TYPE = 32; /** * The feature id for the 'Handle' attribute. * * * @generated * @ordered */ int TRANSACTION_TYPE__HANDLE = BASE_REQUEST_TYPE__HANDLE; /** * The feature id for the 'Service' attribute. * * * @generated * @ordered */ int TRANSACTION_TYPE__SERVICE = BASE_REQUEST_TYPE__SERVICE; /** * The feature id for the 'Version' attribute. * * * @generated * @ordered */ int TRANSACTION_TYPE__VERSION = BASE_REQUEST_TYPE__VERSION; /** * The feature id for the 'Base Url' attribute. * * * @generated * @ordered */ int TRANSACTION_TYPE__BASE_URL = BASE_REQUEST_TYPE__BASE_URL; /** * The feature id for the 'Provided Version' attribute. * * * @generated * @ordered */ int TRANSACTION_TYPE__PROVIDED_VERSION = BASE_REQUEST_TYPE__PROVIDED_VERSION; /** * The feature id for the 'Lock Id' attribute. * * * @generated * @ordered */ int TRANSACTION_TYPE__LOCK_ID = BASE_REQUEST_TYPE_FEATURE_COUNT + 0; /** * The feature id for the 'Group' attribute list. * * * @generated * @ordered */ int TRANSACTION_TYPE__GROUP = BASE_REQUEST_TYPE_FEATURE_COUNT + 1; /** * The feature id for the 'Insert' containment reference list. * * * @generated * @ordered */ int TRANSACTION_TYPE__INSERT = BASE_REQUEST_TYPE_FEATURE_COUNT + 2; /** * The feature id for the 'Update' containment reference list. * * * @generated * @ordered */ int TRANSACTION_TYPE__UPDATE = BASE_REQUEST_TYPE_FEATURE_COUNT + 3; /** * The feature id for the 'Delete' containment reference list. * * * @generated * @ordered */ int TRANSACTION_TYPE__DELETE = BASE_REQUEST_TYPE_FEATURE_COUNT + 4; /** * The feature id for the 'Native' containment reference list. * * * @generated * @ordered */ int TRANSACTION_TYPE__NATIVE = BASE_REQUEST_TYPE_FEATURE_COUNT + 5; /** * The feature id for the 'Release Action' attribute. * * * @generated * @ordered */ int TRANSACTION_TYPE__RELEASE_ACTION = BASE_REQUEST_TYPE_FEATURE_COUNT + 6; /** * The number of structural features of the 'Transaction Type' class. * * * @generated * @ordered */ int TRANSACTION_TYPE_FEATURE_COUNT = BASE_REQUEST_TYPE_FEATURE_COUNT + 7; /** * The meta object id for the '{@link net.opengis.wfs.impl.UpdateElementTypeImpl Update Element Type}' class. * * * @see net.opengis.wfs.impl.UpdateElementTypeImpl * @see net.opengis.wfs.impl.WfsPackageImpl#getUpdateElementType() * @generated */ int UPDATE_ELEMENT_TYPE = 33; /** * The feature id for the 'Property' containment reference list. * * * @generated * @ordered */ int UPDATE_ELEMENT_TYPE__PROPERTY = 0; /** * The feature id for the 'Filter' attribute. * * * @generated * @ordered */ int UPDATE_ELEMENT_TYPE__FILTER = 1; /** * The feature id for the 'Handle' attribute. * * * @generated * @ordered */ int UPDATE_ELEMENT_TYPE__HANDLE = 2; /** * The feature id for the 'Input Format' attribute. * * * @generated * @ordered */ int UPDATE_ELEMENT_TYPE__INPUT_FORMAT = 3; /** * The feature id for the 'Srs Name' attribute. * * * @generated * @ordered */ int UPDATE_ELEMENT_TYPE__SRS_NAME = 4; /** * The feature id for the 'Type Name' attribute. * * * @generated * @ordered */ int UPDATE_ELEMENT_TYPE__TYPE_NAME = 5; /** * The number of structural features of the 'Update Element Type' class. * * * @generated * @ordered */ int UPDATE_ELEMENT_TYPE_FEATURE_COUNT = 6; /** * The meta object id for the '{@link net.opengis.wfs.impl.WFSCapabilitiesTypeImpl WFS Capabilities Type}' class. * * * @see net.opengis.wfs.impl.WFSCapabilitiesTypeImpl * @see net.opengis.wfs.impl.WfsPackageImpl#getWFSCapabilitiesType() * @generated */ int WFS_CAPABILITIES_TYPE = 34; /** * The feature id for the 'Service Identification' containment reference. * * * @generated * @ordered */ int WFS_CAPABILITIES_TYPE__SERVICE_IDENTIFICATION = Ows10Package.CAPABILITIES_BASE_TYPE__SERVICE_IDENTIFICATION; /** * The feature id for the 'Service Provider' containment reference. * * * @generated * @ordered */ int WFS_CAPABILITIES_TYPE__SERVICE_PROVIDER = Ows10Package.CAPABILITIES_BASE_TYPE__SERVICE_PROVIDER; /** * The feature id for the 'Operations Metadata' containment reference. * * * @generated * @ordered */ int WFS_CAPABILITIES_TYPE__OPERATIONS_METADATA = Ows10Package.CAPABILITIES_BASE_TYPE__OPERATIONS_METADATA; /** * The feature id for the 'Update Sequence' attribute. * * * @generated * @ordered */ int WFS_CAPABILITIES_TYPE__UPDATE_SEQUENCE = Ows10Package.CAPABILITIES_BASE_TYPE__UPDATE_SEQUENCE; /** * The feature id for the 'Version' attribute. * * * @generated * @ordered */ int WFS_CAPABILITIES_TYPE__VERSION = Ows10Package.CAPABILITIES_BASE_TYPE__VERSION; /** * The feature id for the 'Feature Type List' containment reference. * * * @generated * @ordered */ int WFS_CAPABILITIES_TYPE__FEATURE_TYPE_LIST = Ows10Package.CAPABILITIES_BASE_TYPE_FEATURE_COUNT + 0; /** * The feature id for the 'Serves GML Object Type List' containment reference. * * * @generated * @ordered */ int WFS_CAPABILITIES_TYPE__SERVES_GML_OBJECT_TYPE_LIST = Ows10Package.CAPABILITIES_BASE_TYPE_FEATURE_COUNT + 1; /** * The feature id for the 'Supports GML Object Type List' containment reference. * * * @generated * @ordered */ int WFS_CAPABILITIES_TYPE__SUPPORTS_GML_OBJECT_TYPE_LIST = Ows10Package.CAPABILITIES_BASE_TYPE_FEATURE_COUNT + 2; /** * The feature id for the 'Filter Capabilities' attribute. * * * @generated * @ordered */ int WFS_CAPABILITIES_TYPE__FILTER_CAPABILITIES = Ows10Package.CAPABILITIES_BASE_TYPE_FEATURE_COUNT + 3; /** * The number of structural features of the 'WFS Capabilities Type' class. * * * @generated * @ordered */ int WFS_CAPABILITIES_TYPE_FEATURE_COUNT = Ows10Package.CAPABILITIES_BASE_TYPE_FEATURE_COUNT + 4; /** * The meta object id for the '{@link net.opengis.wfs.impl.XlinkPropertyNameTypeImpl Xlink Property Name Type}' class. * * * @see net.opengis.wfs.impl.XlinkPropertyNameTypeImpl * @see net.opengis.wfs.impl.WfsPackageImpl#getXlinkPropertyNameType() * @generated */ int XLINK_PROPERTY_NAME_TYPE = 35; /** * The feature id for the 'Value' attribute. * * * @generated * @ordered */ int XLINK_PROPERTY_NAME_TYPE__VALUE = 0; /** * The feature id for the 'Traverse Xlink Depth' attribute. * * * @generated * @ordered */ int XLINK_PROPERTY_NAME_TYPE__TRAVERSE_XLINK_DEPTH = 1; /** * The feature id for the 'Traverse Xlink Expiry' attribute. * * * @generated * @ordered */ int XLINK_PROPERTY_NAME_TYPE__TRAVERSE_XLINK_EXPIRY = 2; /** * The number of structural features of the 'Xlink Property Name Type' class. * * * @generated * @ordered */ int XLINK_PROPERTY_NAME_TYPE_FEATURE_COUNT = 3; /** * The meta object id for the '{@link net.opengis.wfs.AllSomeType All Some Type}' enum. * * * @see net.opengis.wfs.AllSomeType * @see net.opengis.wfs.impl.WfsPackageImpl#getAllSomeType() * @generated */ int ALL_SOME_TYPE = 36; /** * The meta object id for the '{@link net.opengis.wfs.IdentifierGenerationOptionType Identifier Generation Option Type}' enum. * * * @see net.opengis.wfs.IdentifierGenerationOptionType * @see net.opengis.wfs.impl.WfsPackageImpl#getIdentifierGenerationOptionType() * @generated */ int IDENTIFIER_GENERATION_OPTION_TYPE = 37; /** * The meta object id for the '{@link net.opengis.wfs.OperationType Operation Type}' enum. * * * @see net.opengis.wfs.OperationType * @see net.opengis.wfs.impl.WfsPackageImpl#getOperationType() * @generated */ int OPERATION_TYPE = 38; /** * The meta object id for the '{@link net.opengis.wfs.ResultTypeType Result Type Type}' enum. * * * @see net.opengis.wfs.ResultTypeType * @see net.opengis.wfs.impl.WfsPackageImpl#getResultTypeType() * @generated */ int RESULT_TYPE_TYPE = 39; /** * The meta object id for the 'Service Type' data type. * * * @see java.lang.String * @see net.opengis.wfs.impl.WfsPackageImpl#getServiceType() * @generated */ int SERVICE_TYPE = 40; /** * The meta object id for the 'Filter' data type. * * * @see org.opengis.filter.Filter * @see net.opengis.wfs.impl.WfsPackageImpl#getFilter() * @generated */ int FILTER = 41; /** * The meta object id for the 'Filter Capabilities' data type. * * * @see org.opengis.filter.capability.FilterCapabilities * @see net.opengis.wfs.impl.WfsPackageImpl#getFilterCapabilities() * @generated */ int FILTER_CAPABILITIES = 42; /** * The meta object id for the 'QName' data type. * * * @see javax.xml.namespace.QName * @see net.opengis.wfs.impl.WfsPackageImpl#getQName() * @generated */ int QNAME = 43; /** * The meta object id for the 'Calendar' data type. * * * @see java.util.Calendar * @see net.opengis.wfs.impl.WfsPackageImpl#getCalendar() * @generated */ int CALENDAR = 44; /** * The meta object id for the 'Feature Collection' data type. * * * @see org.geotools.feature.FeatureCollection * @see net.opengis.wfs.impl.WfsPackageImpl#getFeatureCollection() * @generated */ int FEATURE_COLLECTION = 45; /** * The meta object id for the 'Feature Id' data type. * * * @see org.opengis.filter.identity.FeatureId * @see net.opengis.wfs.impl.WfsPackageImpl#getFeatureId() * @generated */ int FEATURE_ID = 46; /** * The meta object id for the 'Service Type 1' data type. * * * @see java.lang.String * @see net.opengis.wfs.impl.WfsPackageImpl#getServiceType_1() * @generated */ int SERVICE_TYPE_1 = 47; /** * The meta object id for the 'URI' data type. * * * @see java.net.URI * @see net.opengis.wfs.impl.WfsPackageImpl#getURI() * @generated */ int URI = 48; /** * The meta object id for the 'Format Type' data type. * * * @see java.lang.String * @see net.opengis.wfs.impl.WfsPackageImpl#getFormatType() * @generated */ int FORMAT_TYPE = 49; /** * The meta object id for the 'Type Type' data type. * * * @see java.lang.String * @see net.opengis.wfs.impl.WfsPackageImpl#getTypeType() * @generated */ int TYPE_TYPE = 50; /** * The meta object id for the 'Function' data type. * * * @see org.opengis.filter.expression.Function * @see net.opengis.wfs.impl.WfsPackageImpl#getFunction() * @generated */ int FUNCTION = 51; /** * The meta object id for the 'Sort By' data type. * * * @see org.opengis.filter.sort.SortBy * @see net.opengis.wfs.impl.WfsPackageImpl#getSortBy() * @generated */ int SORT_BY = 52; /** * The meta object id for the 'Type Name List Type' data type. * * * @see java.util.List * @see net.opengis.wfs.impl.WfsPackageImpl#getTypeNameListType() * @generated */ int TYPE_NAME_LIST_TYPE = 53; /** * The meta object id for the 'Map' data type. * * * @see java.util.Map * @see net.opengis.wfs.impl.WfsPackageImpl#getMap() * @generated */ int MAP = 54; /** * Returns the meta object for class '{@link net.opengis.wfs.ActionType Action Type}'. * * * @return the meta object for class 'Action Type'. * @see net.opengis.wfs.ActionType * @generated */ EClass getActionType(); /** * Returns the meta object for the attribute '{@link net.opengis.wfs.ActionType#getMessage Message}'. * * * @return the meta object for the attribute 'Message'. * @see net.opengis.wfs.ActionType#getMessage() * @see #getActionType() * @generated */ EAttribute getActionType_Message(); /** * Returns the meta object for the attribute '{@link net.opengis.wfs.ActionType#getCode Code}'. * * * @return the meta object for the attribute 'Code'. * @see net.opengis.wfs.ActionType#getCode() * @see #getActionType() * @generated */ EAttribute getActionType_Code(); /** * Returns the meta object for the attribute '{@link net.opengis.wfs.ActionType#getLocator Locator}'. * * * @return the meta object for the attribute 'Locator'. * @see net.opengis.wfs.ActionType#getLocator() * @see #getActionType() * @generated */ EAttribute getActionType_Locator(); /** * Returns the meta object for class '{@link net.opengis.wfs.BaseRequestType Base Request Type}'. * * * @return the meta object for class 'Base Request Type'. * @see net.opengis.wfs.BaseRequestType * @generated */ EClass getBaseRequestType(); /** * Returns the meta object for the attribute '{@link net.opengis.wfs.BaseRequestType#getHandle Handle}'. * * * @return the meta object for the attribute 'Handle'. * @see net.opengis.wfs.BaseRequestType#getHandle() * @see #getBaseRequestType() * @generated */ EAttribute getBaseRequestType_Handle(); /** * Returns the meta object for the attribute '{@link net.opengis.wfs.BaseRequestType#getService Service}'. * * * @return the meta object for the attribute 'Service'. * @see net.opengis.wfs.BaseRequestType#getService() * @see #getBaseRequestType() * @generated */ EAttribute getBaseRequestType_Service(); /** * Returns the meta object for the attribute '{@link net.opengis.wfs.BaseRequestType#getVersion Version}'. * * * @return the meta object for the attribute 'Version'. * @see net.opengis.wfs.BaseRequestType#getVersion() * @see #getBaseRequestType() * @generated */ EAttribute getBaseRequestType_Version(); /** * Returns the meta object for the attribute '{@link net.opengis.wfs.BaseRequestType#getBaseUrl Base Url}'. * * * @return the meta object for the attribute 'Base Url'. * @see net.opengis.wfs.BaseRequestType#getBaseUrl() * @see #getBaseRequestType() * @generated */ EAttribute getBaseRequestType_BaseUrl(); /** * Returns the meta object for the attribute '{@link net.opengis.wfs.BaseRequestType#getProvidedVersion Provided Version}'. * * * @return the meta object for the attribute 'Provided Version'. * @see net.opengis.wfs.BaseRequestType#getProvidedVersion() * @see #getBaseRequestType() * @generated */ EAttribute getBaseRequestType_ProvidedVersion(); /** * Returns the meta object for class '{@link net.opengis.wfs.DeleteElementType Delete Element Type}'. * * * @return the meta object for class 'Delete Element Type'. * @see net.opengis.wfs.DeleteElementType * @generated */ EClass getDeleteElementType(); /** * Returns the meta object for the attribute '{@link net.opengis.wfs.DeleteElementType#getFilter Filter}'. * * * @return the meta object for the attribute 'Filter'. * @see net.opengis.wfs.DeleteElementType#getFilter() * @see #getDeleteElementType() * @generated */ EAttribute getDeleteElementType_Filter(); /** * Returns the meta object for the attribute '{@link net.opengis.wfs.DeleteElementType#getHandle Handle}'. * * * @return the meta object for the attribute 'Handle'. * @see net.opengis.wfs.DeleteElementType#getHandle() * @see #getDeleteElementType() * @generated */ EAttribute getDeleteElementType_Handle(); /** * Returns the meta object for the attribute '{@link net.opengis.wfs.DeleteElementType#getTypeName Type Name}'. * * * @return the meta object for the attribute 'Type Name'. * @see net.opengis.wfs.DeleteElementType#getTypeName() * @see #getDeleteElementType() * @generated */ EAttribute getDeleteElementType_TypeName(); /** * Returns the meta object for class '{@link net.opengis.wfs.DescribeFeatureTypeType Describe Feature Type Type}'. * * * @return the meta object for class 'Describe Feature Type Type'. * @see net.opengis.wfs.DescribeFeatureTypeType * @generated */ EClass getDescribeFeatureTypeType(); /** * Returns the meta object for the attribute list '{@link net.opengis.wfs.DescribeFeatureTypeType#getTypeName Type Name}'. * * * @return the meta object for the attribute list 'Type Name'. * @see net.opengis.wfs.DescribeFeatureTypeType#getTypeName() * @see #getDescribeFeatureTypeType() * @generated */ EAttribute getDescribeFeatureTypeType_TypeName(); /** * Returns the meta object for the attribute '{@link net.opengis.wfs.DescribeFeatureTypeType#getOutputFormat Output Format}'. * * * @return the meta object for the attribute 'Output Format'. * @see net.opengis.wfs.DescribeFeatureTypeType#getOutputFormat() * @see #getDescribeFeatureTypeType() * @generated */ EAttribute getDescribeFeatureTypeType_OutputFormat(); /** * Returns the meta object for class '{@link net.opengis.wfs.DocumentRoot Document Root}'. * * * @return the meta object for class 'Document Root'. * @see net.opengis.wfs.DocumentRoot * @generated */ EClass getDocumentRoot(); /** * Returns the meta object for the attribute list '{@link net.opengis.wfs.DocumentRoot#getMixed Mixed}'. * * * @return the meta object for the attribute list 'Mixed'. * @see net.opengis.wfs.DocumentRoot#getMixed() * @see #getDocumentRoot() * @generated */ EAttribute getDocumentRoot_Mixed(); /** * Returns the meta object for the map '{@link net.opengis.wfs.DocumentRoot#getXMLNSPrefixMap XMLNS Prefix Map}'. * * * @return the meta object for the map 'XMLNS Prefix Map'. * @see net.opengis.wfs.DocumentRoot#getXMLNSPrefixMap() * @see #getDocumentRoot() * @generated */ EReference getDocumentRoot_XMLNSPrefixMap(); /** * Returns the meta object for the map '{@link net.opengis.wfs.DocumentRoot#getXSISchemaLocation XSI Schema Location}'. * * * @return the meta object for the map 'XSI Schema Location'. * @see net.opengis.wfs.DocumentRoot#getXSISchemaLocation() * @see #getDocumentRoot() * @generated */ EReference getDocumentRoot_XSISchemaLocation(); /** * Returns the meta object for the containment reference '{@link net.opengis.wfs.DocumentRoot#getDelete Delete}'. * * * @return the meta object for the containment reference 'Delete'. * @see net.opengis.wfs.DocumentRoot#getDelete() * @see #getDocumentRoot() * @generated */ EReference getDocumentRoot_Delete(); /** * Returns the meta object for the containment reference '{@link net.opengis.wfs.DocumentRoot#getDescribeFeatureType Describe Feature Type}'. * * * @return the meta object for the containment reference 'Describe Feature Type'. * @see net.opengis.wfs.DocumentRoot#getDescribeFeatureType() * @see #getDocumentRoot() * @generated */ EReference getDocumentRoot_DescribeFeatureType(); /** * Returns the meta object for the containment reference '{@link net.opengis.wfs.DocumentRoot#getFeatureCollection Feature Collection}'. * * * @return the meta object for the containment reference 'Feature Collection'. * @see net.opengis.wfs.DocumentRoot#getFeatureCollection() * @see #getDocumentRoot() * @generated */ EReference getDocumentRoot_FeatureCollection(); /** * Returns the meta object for the containment reference '{@link net.opengis.wfs.DocumentRoot#getFeatureTypeList Feature Type List}'. * * * @return the meta object for the containment reference 'Feature Type List'. * @see net.opengis.wfs.DocumentRoot#getFeatureTypeList() * @see #getDocumentRoot() * @generated */ EReference getDocumentRoot_FeatureTypeList(); /** * Returns the meta object for the containment reference '{@link net.opengis.wfs.DocumentRoot#getGetCapabilities Get Capabilities}'. * * * @return the meta object for the containment reference 'Get Capabilities'. * @see net.opengis.wfs.DocumentRoot#getGetCapabilities() * @see #getDocumentRoot() * @generated */ EReference getDocumentRoot_GetCapabilities(); /** * Returns the meta object for the containment reference '{@link net.opengis.wfs.DocumentRoot#getGetFeature Get Feature}'. * * * @return the meta object for the containment reference 'Get Feature'. * @see net.opengis.wfs.DocumentRoot#getGetFeature() * @see #getDocumentRoot() * @generated */ EReference getDocumentRoot_GetFeature(); /** * Returns the meta object for the containment reference '{@link net.opengis.wfs.DocumentRoot#getGetFeatureWithLock Get Feature With Lock}'. * * * @return the meta object for the containment reference 'Get Feature With Lock'. * @see net.opengis.wfs.DocumentRoot#getGetFeatureWithLock() * @see #getDocumentRoot() * @generated */ EReference getDocumentRoot_GetFeatureWithLock(); /** * Returns the meta object for the containment reference '{@link net.opengis.wfs.DocumentRoot#getGetGmlObject Get Gml Object}'. * * * @return the meta object for the containment reference 'Get Gml Object'. * @see net.opengis.wfs.DocumentRoot#getGetGmlObject() * @see #getDocumentRoot() * @generated */ EReference getDocumentRoot_GetGmlObject(); /** * Returns the meta object for the containment reference '{@link net.opengis.wfs.DocumentRoot#getInsert Insert}'. * * * @return the meta object for the containment reference 'Insert'. * @see net.opengis.wfs.DocumentRoot#getInsert() * @see #getDocumentRoot() * @generated */ EReference getDocumentRoot_Insert(); /** * Returns the meta object for the containment reference '{@link net.opengis.wfs.DocumentRoot#getLockFeature Lock Feature}'. * * * @return the meta object for the containment reference 'Lock Feature'. * @see net.opengis.wfs.DocumentRoot#getLockFeature() * @see #getDocumentRoot() * @generated */ EReference getDocumentRoot_LockFeature(); /** * Returns the meta object for the containment reference '{@link net.opengis.wfs.DocumentRoot#getLockFeatureResponse Lock Feature Response}'. * * * @return the meta object for the containment reference 'Lock Feature Response'. * @see net.opengis.wfs.DocumentRoot#getLockFeatureResponse() * @see #getDocumentRoot() * @generated */ EReference getDocumentRoot_LockFeatureResponse(); /** * Returns the meta object for the attribute '{@link net.opengis.wfs.DocumentRoot#getLockId Lock Id}'. * * * @return the meta object for the attribute 'Lock Id'. * @see net.opengis.wfs.DocumentRoot#getLockId() * @see #getDocumentRoot() * @generated */ EAttribute getDocumentRoot_LockId(); /** * Returns the meta object for the containment reference '{@link net.opengis.wfs.DocumentRoot#getNative Native}'. * * * @return the meta object for the containment reference 'Native'. * @see net.opengis.wfs.DocumentRoot#getNative() * @see #getDocumentRoot() * @generated */ EReference getDocumentRoot_Native(); /** * Returns the meta object for the containment reference '{@link net.opengis.wfs.DocumentRoot#getProperty Property}'. * * * @return the meta object for the containment reference 'Property'. * @see net.opengis.wfs.DocumentRoot#getProperty() * @see #getDocumentRoot() * @generated */ EReference getDocumentRoot_Property(); /** * Returns the meta object for the attribute '{@link net.opengis.wfs.DocumentRoot#getPropertyName Property Name}'. * * * @return the meta object for the attribute 'Property Name'. * @see net.opengis.wfs.DocumentRoot#getPropertyName() * @see #getDocumentRoot() * @generated */ EAttribute getDocumentRoot_PropertyName(); /** * Returns the meta object for the containment reference '{@link net.opengis.wfs.DocumentRoot#getQuery Query}'. * * * @return the meta object for the containment reference 'Query'. * @see net.opengis.wfs.DocumentRoot#getQuery() * @see #getDocumentRoot() * @generated */ EReference getDocumentRoot_Query(); /** * Returns the meta object for the containment reference '{@link net.opengis.wfs.DocumentRoot#getServesGMLObjectTypeList Serves GML Object Type List}'. * * * @return the meta object for the containment reference 'Serves GML Object Type List'. * @see net.opengis.wfs.DocumentRoot#getServesGMLObjectTypeList() * @see #getDocumentRoot() * @generated */ EReference getDocumentRoot_ServesGMLObjectTypeList(); /** * Returns the meta object for the containment reference '{@link net.opengis.wfs.DocumentRoot#getSupportsGMLObjectTypeList Supports GML Object Type List}'. * * * @return the meta object for the containment reference 'Supports GML Object Type List'. * @see net.opengis.wfs.DocumentRoot#getSupportsGMLObjectTypeList() * @see #getDocumentRoot() * @generated */ EReference getDocumentRoot_SupportsGMLObjectTypeList(); /** * Returns the meta object for the containment reference '{@link net.opengis.wfs.DocumentRoot#getTransaction Transaction}'. * * * @return the meta object for the containment reference 'Transaction'. * @see net.opengis.wfs.DocumentRoot#getTransaction() * @see #getDocumentRoot() * @generated */ EReference getDocumentRoot_Transaction(); /** * Returns the meta object for the containment reference '{@link net.opengis.wfs.DocumentRoot#getTransactionResponse Transaction Response}'. * * * @return the meta object for the containment reference 'Transaction Response'. * @see net.opengis.wfs.DocumentRoot#getTransactionResponse() * @see #getDocumentRoot() * @generated */ EReference getDocumentRoot_TransactionResponse(); /** * Returns the meta object for the containment reference '{@link net.opengis.wfs.DocumentRoot#getUpdate Update}'. * * * @return the meta object for the containment reference 'Update'. * @see net.opengis.wfs.DocumentRoot#getUpdate() * @see #getDocumentRoot() * @generated */ EReference getDocumentRoot_Update(); /** * Returns the meta object for the containment reference '{@link net.opengis.wfs.DocumentRoot#getWfsCapabilities Wfs Capabilities}'. * * * @return the meta object for the containment reference 'Wfs Capabilities'. * @see net.opengis.wfs.DocumentRoot#getWfsCapabilities() * @see #getDocumentRoot() * @generated */ EReference getDocumentRoot_WfsCapabilities(); /** * Returns the meta object for the containment reference '{@link net.opengis.wfs.DocumentRoot#getXlinkPropertyName Xlink Property Name}'. * * * @return the meta object for the containment reference 'Xlink Property Name'. * @see net.opengis.wfs.DocumentRoot#getXlinkPropertyName() * @see #getDocumentRoot() * @generated */ EReference getDocumentRoot_XlinkPropertyName(); /** * Returns the meta object for class '{@link net.opengis.wfs.FeatureCollectionType Feature Collection Type}'. * * * @return the meta object for class 'Feature Collection Type'. * @see net.opengis.wfs.FeatureCollectionType * @generated */ EClass getFeatureCollectionType(); /** * Returns the meta object for the attribute '{@link net.opengis.wfs.FeatureCollectionType#getLockId Lock Id}'. * * * @return the meta object for the attribute 'Lock Id'. * @see net.opengis.wfs.FeatureCollectionType#getLockId() * @see #getFeatureCollectionType() * @generated */ EAttribute getFeatureCollectionType_LockId(); /** * Returns the meta object for the attribute '{@link net.opengis.wfs.FeatureCollectionType#getTimeStamp Time Stamp}'. * * * @return the meta object for the attribute 'Time Stamp'. * @see net.opengis.wfs.FeatureCollectionType#getTimeStamp() * @see #getFeatureCollectionType() * @generated */ EAttribute getFeatureCollectionType_TimeStamp(); /** * Returns the meta object for the attribute '{@link net.opengis.wfs.FeatureCollectionType#getNumberOfFeatures Number Of Features}'. * * * @return the meta object for the attribute 'Number Of Features'. * @see net.opengis.wfs.FeatureCollectionType#getNumberOfFeatures() * @see #getFeatureCollectionType() * @generated */ EAttribute getFeatureCollectionType_NumberOfFeatures(); /** * Returns the meta object for the attribute list '{@link net.opengis.wfs.FeatureCollectionType#getFeature Feature}'. * * * @return the meta object for the attribute list 'Feature'. * @see net.opengis.wfs.FeatureCollectionType#getFeature() * @see #getFeatureCollectionType() * @generated */ EAttribute getFeatureCollectionType_Feature(); /** * Returns the meta object for class '{@link net.opengis.wfs.FeatureTypeListType Feature Type List Type}'. * * * @return the meta object for class 'Feature Type List Type'. * @see net.opengis.wfs.FeatureTypeListType * @generated */ EClass getFeatureTypeListType(); /** * Returns the meta object for the containment reference '{@link net.opengis.wfs.FeatureTypeListType#getOperations Operations}'. * * * @return the meta object for the containment reference 'Operations'. * @see net.opengis.wfs.FeatureTypeListType#getOperations() * @see #getFeatureTypeListType() * @generated */ EReference getFeatureTypeListType_Operations(); /** * Returns the meta object for the containment reference list '{@link net.opengis.wfs.FeatureTypeListType#getFeatureType Feature Type}'. * * * @return the meta object for the containment reference list 'Feature Type'. * @see net.opengis.wfs.FeatureTypeListType#getFeatureType() * @see #getFeatureTypeListType() * @generated */ EReference getFeatureTypeListType_FeatureType(); /** * Returns the meta object for class '{@link net.opengis.wfs.FeatureTypeType Feature Type Type}'. * * * @return the meta object for class 'Feature Type Type'. * @see net.opengis.wfs.FeatureTypeType * @generated */ EClass getFeatureTypeType(); /** * Returns the meta object for the attribute '{@link net.opengis.wfs.FeatureTypeType#getName Name}'. * * * @return the meta object for the attribute 'Name'. * @see net.opengis.wfs.FeatureTypeType#getName() * @see #getFeatureTypeType() * @generated */ EAttribute getFeatureTypeType_Name(); /** * Returns the meta object for the attribute '{@link net.opengis.wfs.FeatureTypeType#getTitle Title}'. * * * @return the meta object for the attribute 'Title'. * @see net.opengis.wfs.FeatureTypeType#getTitle() * @see #getFeatureTypeType() * @generated */ EAttribute getFeatureTypeType_Title(); /** * Returns the meta object for the attribute '{@link net.opengis.wfs.FeatureTypeType#getAbstract Abstract}'. * * * @return the meta object for the attribute 'Abstract'. * @see net.opengis.wfs.FeatureTypeType#getAbstract() * @see #getFeatureTypeType() * @generated */ EAttribute getFeatureTypeType_Abstract(); /** * Returns the meta object for the containment reference list '{@link net.opengis.wfs.FeatureTypeType#getKeywords Keywords}'. * * * @return the meta object for the containment reference list 'Keywords'. * @see net.opengis.wfs.FeatureTypeType#getKeywords() * @see #getFeatureTypeType() * @generated */ EReference getFeatureTypeType_Keywords(); /** * Returns the meta object for the attribute '{@link net.opengis.wfs.FeatureTypeType#getDefaultSRS Default SRS}'. * * * @return the meta object for the attribute 'Default SRS'. * @see net.opengis.wfs.FeatureTypeType#getDefaultSRS() * @see #getFeatureTypeType() * @generated */ EAttribute getFeatureTypeType_DefaultSRS(); /** * Returns the meta object for the attribute list '{@link net.opengis.wfs.FeatureTypeType#getOtherSRS Other SRS}'. * * * @return the meta object for the attribute list 'Other SRS'. * @see net.opengis.wfs.FeatureTypeType#getOtherSRS() * @see #getFeatureTypeType() * @generated */ EAttribute getFeatureTypeType_OtherSRS(); /** * Returns the meta object for the containment reference '{@link net.opengis.wfs.FeatureTypeType#getNoSRS No SRS}'. * * * @return the meta object for the containment reference 'No SRS'. * @see net.opengis.wfs.FeatureTypeType#getNoSRS() * @see #getFeatureTypeType() * @generated */ EReference getFeatureTypeType_NoSRS(); /** * Returns the meta object for the containment reference '{@link net.opengis.wfs.FeatureTypeType#getOperations Operations}'. * * * @return the meta object for the containment reference 'Operations'. * @see net.opengis.wfs.FeatureTypeType#getOperations() * @see #getFeatureTypeType() * @generated */ EReference getFeatureTypeType_Operations(); /** * Returns the meta object for the containment reference '{@link net.opengis.wfs.FeatureTypeType#getOutputFormats Output Formats}'. * * * @return the meta object for the containment reference 'Output Formats'. * @see net.opengis.wfs.FeatureTypeType#getOutputFormats() * @see #getFeatureTypeType() * @generated */ EReference getFeatureTypeType_OutputFormats(); /** * Returns the meta object for the containment reference list '{@link net.opengis.wfs.FeatureTypeType#getWGS84BoundingBox WGS84 Bounding Box}'. * * * @return the meta object for the containment reference list 'WGS84 Bounding Box'. * @see net.opengis.wfs.FeatureTypeType#getWGS84BoundingBox() * @see #getFeatureTypeType() * @generated */ EReference getFeatureTypeType_WGS84BoundingBox(); /** * Returns the meta object for the containment reference list '{@link net.opengis.wfs.FeatureTypeType#getMetadataURL Metadata URL}'. * * * @return the meta object for the containment reference list 'Metadata URL'. * @see net.opengis.wfs.FeatureTypeType#getMetadataURL() * @see #getFeatureTypeType() * @generated */ EReference getFeatureTypeType_MetadataURL(); /** * Returns the meta object for class '{@link net.opengis.wfs.FeaturesLockedType Features Locked Type}'. * * * @return the meta object for class 'Features Locked Type'. * @see net.opengis.wfs.FeaturesLockedType * @generated */ EClass getFeaturesLockedType(); /** * Returns the meta object for the attribute list '{@link net.opengis.wfs.FeaturesLockedType#getGroup Group}'. * * * @return the meta object for the attribute list 'Group'. * @see net.opengis.wfs.FeaturesLockedType#getGroup() * @see #getFeaturesLockedType() * @generated */ EAttribute getFeaturesLockedType_Group(); /** * Returns the meta object for the attribute list '{@link net.opengis.wfs.FeaturesLockedType#getFeatureId Feature Id}'. * * * @return the meta object for the attribute list 'Feature Id'. * @see net.opengis.wfs.FeaturesLockedType#getFeatureId() * @see #getFeaturesLockedType() * @generated */ EAttribute getFeaturesLockedType_FeatureId(); /** * Returns the meta object for class '{@link net.opengis.wfs.FeaturesNotLockedType Features Not Locked Type}'. * * * @return the meta object for class 'Features Not Locked Type'. * @see net.opengis.wfs.FeaturesNotLockedType * @generated */ EClass getFeaturesNotLockedType(); /** * Returns the meta object for the attribute list '{@link net.opengis.wfs.FeaturesNotLockedType#getGroup Group}'. * * * @return the meta object for the attribute list 'Group'. * @see net.opengis.wfs.FeaturesNotLockedType#getGroup() * @see #getFeaturesNotLockedType() * @generated */ EAttribute getFeaturesNotLockedType_Group(); /** * Returns the meta object for the attribute list '{@link net.opengis.wfs.FeaturesNotLockedType#getFeatureId Feature Id}'. * * * @return the meta object for the attribute list 'Feature Id'. * @see net.opengis.wfs.FeaturesNotLockedType#getFeatureId() * @see #getFeaturesNotLockedType() * @generated */ EAttribute getFeaturesNotLockedType_FeatureId(); /** * Returns the meta object for class '{@link net.opengis.wfs.GMLObjectTypeListType GML Object Type List Type}'. * * * @return the meta object for class 'GML Object Type List Type'. * @see net.opengis.wfs.GMLObjectTypeListType * @generated */ EClass getGMLObjectTypeListType(); /** * Returns the meta object for the containment reference list '{@link net.opengis.wfs.GMLObjectTypeListType#getGMLObjectType GML Object Type}'. * * * @return the meta object for the containment reference list 'GML Object Type'. * @see net.opengis.wfs.GMLObjectTypeListType#getGMLObjectType() * @see #getGMLObjectTypeListType() * @generated */ EReference getGMLObjectTypeListType_GMLObjectType(); /** * Returns the meta object for class '{@link net.opengis.wfs.GMLObjectTypeType GML Object Type Type}'. * * * @return the meta object for class 'GML Object Type Type'. * @see net.opengis.wfs.GMLObjectTypeType * @generated */ EClass getGMLObjectTypeType(); /** * Returns the meta object for the attribute '{@link net.opengis.wfs.GMLObjectTypeType#getName Name}'. * * * @return the meta object for the attribute 'Name'. * @see net.opengis.wfs.GMLObjectTypeType#getName() * @see #getGMLObjectTypeType() * @generated */ EAttribute getGMLObjectTypeType_Name(); /** * Returns the meta object for the attribute '{@link net.opengis.wfs.GMLObjectTypeType#getTitle Title}'. * * * @return the meta object for the attribute 'Title'. * @see net.opengis.wfs.GMLObjectTypeType#getTitle() * @see #getGMLObjectTypeType() * @generated */ EAttribute getGMLObjectTypeType_Title(); /** * Returns the meta object for the attribute '{@link net.opengis.wfs.GMLObjectTypeType#getAbstract Abstract}'. * * * @return the meta object for the attribute 'Abstract'. * @see net.opengis.wfs.GMLObjectTypeType#getAbstract() * @see #getGMLObjectTypeType() * @generated */ EAttribute getGMLObjectTypeType_Abstract(); /** * Returns the meta object for the containment reference list '{@link net.opengis.wfs.GMLObjectTypeType#getKeywords Keywords}'. * * * @return the meta object for the containment reference list 'Keywords'. * @see net.opengis.wfs.GMLObjectTypeType#getKeywords() * @see #getGMLObjectTypeType() * @generated */ EReference getGMLObjectTypeType_Keywords(); /** * Returns the meta object for the containment reference '{@link net.opengis.wfs.GMLObjectTypeType#getOutputFormats Output Formats}'. * * * @return the meta object for the containment reference 'Output Formats'. * @see net.opengis.wfs.GMLObjectTypeType#getOutputFormats() * @see #getGMLObjectTypeType() * @generated */ EReference getGMLObjectTypeType_OutputFormats(); /** * Returns the meta object for class '{@link net.opengis.wfs.GetCapabilitiesType Get Capabilities Type}'. * * * @return the meta object for class 'Get Capabilities Type'. * @see net.opengis.wfs.GetCapabilitiesType * @generated */ EClass getGetCapabilitiesType(); /** * Returns the meta object for the attribute '{@link net.opengis.wfs.GetCapabilitiesType#getService Service}'. * * * @return the meta object for the attribute 'Service'. * @see net.opengis.wfs.GetCapabilitiesType#getService() * @see #getGetCapabilitiesType() * @generated */ EAttribute getGetCapabilitiesType_Service(); /** * Returns the meta object for class '{@link net.opengis.wfs.GetFeatureType Get Feature Type}'. * * * @return the meta object for class 'Get Feature Type'. * @see net.opengis.wfs.GetFeatureType * @generated */ EClass getGetFeatureType(); /** * Returns the meta object for the containment reference list '{@link net.opengis.wfs.GetFeatureType#getQuery Query}'. * * * @return the meta object for the containment reference list 'Query'. * @see net.opengis.wfs.GetFeatureType#getQuery() * @see #getGetFeatureType() * @generated */ EReference getGetFeatureType_Query(); /** * Returns the meta object for the attribute '{@link net.opengis.wfs.GetFeatureType#getMaxFeatures Max Features}'. * * * @return the meta object for the attribute 'Max Features'. * @see net.opengis.wfs.GetFeatureType#getMaxFeatures() * @see #getGetFeatureType() * @generated */ EAttribute getGetFeatureType_MaxFeatures(); /** * Returns the meta object for the attribute '{@link net.opengis.wfs.GetFeatureType#getOutputFormat Output Format}'. * * * @return the meta object for the attribute 'Output Format'. * @see net.opengis.wfs.GetFeatureType#getOutputFormat() * @see #getGetFeatureType() * @generated */ EAttribute getGetFeatureType_OutputFormat(); /** * Returns the meta object for the attribute '{@link net.opengis.wfs.GetFeatureType#getResultType Result Type}'. * * * @return the meta object for the attribute 'Result Type'. * @see net.opengis.wfs.GetFeatureType#getResultType() * @see #getGetFeatureType() * @generated */ EAttribute getGetFeatureType_ResultType(); /** * Returns the meta object for the attribute '{@link net.opengis.wfs.GetFeatureType#getTraverseXlinkDepth Traverse Xlink Depth}'. * * * @return the meta object for the attribute 'Traverse Xlink Depth'. * @see net.opengis.wfs.GetFeatureType#getTraverseXlinkDepth() * @see #getGetFeatureType() * @generated */ EAttribute getGetFeatureType_TraverseXlinkDepth(); /** * Returns the meta object for the attribute '{@link net.opengis.wfs.GetFeatureType#getTraverseXlinkExpiry Traverse Xlink Expiry}'. * * * @return the meta object for the attribute 'Traverse Xlink Expiry'. * @see net.opengis.wfs.GetFeatureType#getTraverseXlinkExpiry() * @see #getGetFeatureType() * @generated */ EAttribute getGetFeatureType_TraverseXlinkExpiry(); /** * Returns the meta object for the attribute '{@link net.opengis.wfs.GetFeatureType#getFormatOptions Format Options}'. * * * @return the meta object for the attribute 'Format Options'. * @see net.opengis.wfs.GetFeatureType#getFormatOptions() * @see #getGetFeatureType() * @generated */ EAttribute getGetFeatureType_FormatOptions(); /** * Returns the meta object for class '{@link net.opengis.wfs.GetFeatureWithLockType Get Feature With Lock Type}'. * * * @return the meta object for class 'Get Feature With Lock Type'. * @see net.opengis.wfs.GetFeatureWithLockType * @generated */ EClass getGetFeatureWithLockType(); /** * Returns the meta object for the attribute '{@link net.opengis.wfs.GetFeatureWithLockType#getExpiry Expiry}'. * * * @return the meta object for the attribute 'Expiry'. * @see net.opengis.wfs.GetFeatureWithLockType#getExpiry() * @see #getGetFeatureWithLockType() * @generated */ EAttribute getGetFeatureWithLockType_Expiry(); /** * Returns the meta object for class '{@link net.opengis.wfs.GetGmlObjectType Get Gml Object Type}'. * * * @return the meta object for class 'Get Gml Object Type'. * @see net.opengis.wfs.GetGmlObjectType * @generated */ EClass getGetGmlObjectType(); /** * Returns the meta object for the attribute '{@link net.opengis.wfs.GetGmlObjectType#getGmlObjectId Gml Object Id}'. * * * @return the meta object for the attribute 'Gml Object Id'. * @see net.opengis.wfs.GetGmlObjectType#getGmlObjectId() * @see #getGetGmlObjectType() * @generated */ EAttribute getGetGmlObjectType_GmlObjectId(); /** * Returns the meta object for the attribute '{@link net.opengis.wfs.GetGmlObjectType#getOutputFormat Output Format}'. * * * @return the meta object for the attribute 'Output Format'. * @see net.opengis.wfs.GetGmlObjectType#getOutputFormat() * @see #getGetGmlObjectType() * @generated */ EAttribute getGetGmlObjectType_OutputFormat(); /** * Returns the meta object for the attribute '{@link net.opengis.wfs.GetGmlObjectType#getTraverseXlinkDepth Traverse Xlink Depth}'. * * * @return the meta object for the attribute 'Traverse Xlink Depth'. * @see net.opengis.wfs.GetGmlObjectType#getTraverseXlinkDepth() * @see #getGetGmlObjectType() * @generated */ EAttribute getGetGmlObjectType_TraverseXlinkDepth(); /** * Returns the meta object for the attribute '{@link net.opengis.wfs.GetGmlObjectType#getTraverseXlinkExpiry Traverse Xlink Expiry}'. * * * @return the meta object for the attribute 'Traverse Xlink Expiry'. * @see net.opengis.wfs.GetGmlObjectType#getTraverseXlinkExpiry() * @see #getGetGmlObjectType() * @generated */ EAttribute getGetGmlObjectType_TraverseXlinkExpiry(); /** * Returns the meta object for class '{@link net.opengis.wfs.InsertElementType Insert Element Type}'. * * * @return the meta object for class 'Insert Element Type'. * @see net.opengis.wfs.InsertElementType * @generated */ EClass getInsertElementType(); /** * Returns the meta object for the attribute list '{@link net.opengis.wfs.InsertElementType#getFeature Feature}'. * * * @return the meta object for the attribute list 'Feature'. * @see net.opengis.wfs.InsertElementType#getFeature() * @see #getInsertElementType() * @generated */ EAttribute getInsertElementType_Feature(); /** * Returns the meta object for the attribute '{@link net.opengis.wfs.InsertElementType#getHandle Handle}'. * * * @return the meta object for the attribute 'Handle'. * @see net.opengis.wfs.InsertElementType#getHandle() * @see #getInsertElementType() * @generated */ EAttribute getInsertElementType_Handle(); /** * Returns the meta object for the attribute '{@link net.opengis.wfs.InsertElementType#getIdgen Idgen}'. * * * @return the meta object for the attribute 'Idgen'. * @see net.opengis.wfs.InsertElementType#getIdgen() * @see #getInsertElementType() * @generated */ EAttribute getInsertElementType_Idgen(); /** * Returns the meta object for the attribute '{@link net.opengis.wfs.InsertElementType#getInputFormat Input Format}'. * * * @return the meta object for the attribute 'Input Format'. * @see net.opengis.wfs.InsertElementType#getInputFormat() * @see #getInsertElementType() * @generated */ EAttribute getInsertElementType_InputFormat(); /** * Returns the meta object for the attribute '{@link net.opengis.wfs.InsertElementType#getSrsName Srs Name}'. * * * @return the meta object for the attribute 'Srs Name'. * @see net.opengis.wfs.InsertElementType#getSrsName() * @see #getInsertElementType() * @generated */ EAttribute getInsertElementType_SrsName(); /** * Returns the meta object for class '{@link net.opengis.wfs.InsertResultsType Insert Results Type}'. * * * @return the meta object for class 'Insert Results Type'. * @see net.opengis.wfs.InsertResultsType * @generated */ EClass getInsertResultsType(); /** * Returns the meta object for the containment reference list '{@link net.opengis.wfs.InsertResultsType#getFeature Feature}'. * * * @return the meta object for the containment reference list 'Feature'. * @see net.opengis.wfs.InsertResultsType#getFeature() * @see #getInsertResultsType() * @generated */ EReference getInsertResultsType_Feature(); /** * Returns the meta object for class '{@link net.opengis.wfs.InsertedFeatureType Inserted Feature Type}'. * * * @return the meta object for class 'Inserted Feature Type'. * @see net.opengis.wfs.InsertedFeatureType * @generated */ EClass getInsertedFeatureType(); /** * Returns the meta object for the attribute list '{@link net.opengis.wfs.InsertedFeatureType#getFeatureId Feature Id}'. * * * @return the meta object for the attribute list 'Feature Id'. * @see net.opengis.wfs.InsertedFeatureType#getFeatureId() * @see #getInsertedFeatureType() * @generated */ EAttribute getInsertedFeatureType_FeatureId(); /** * Returns the meta object for the attribute '{@link net.opengis.wfs.InsertedFeatureType#getHandle Handle}'. * * * @return the meta object for the attribute 'Handle'. * @see net.opengis.wfs.InsertedFeatureType#getHandle() * @see #getInsertedFeatureType() * @generated */ EAttribute getInsertedFeatureType_Handle(); /** * Returns the meta object for class '{@link net.opengis.wfs.LockFeatureResponseType Lock Feature Response Type}'. * * * @return the meta object for class 'Lock Feature Response Type'. * @see net.opengis.wfs.LockFeatureResponseType * @generated */ EClass getLockFeatureResponseType(); /** * Returns the meta object for the attribute '{@link net.opengis.wfs.LockFeatureResponseType#getLockId Lock Id}'. * * * @return the meta object for the attribute 'Lock Id'. * @see net.opengis.wfs.LockFeatureResponseType#getLockId() * @see #getLockFeatureResponseType() * @generated */ EAttribute getLockFeatureResponseType_LockId(); /** * Returns the meta object for the containment reference '{@link net.opengis.wfs.LockFeatureResponseType#getFeaturesLocked Features Locked}'. * * * @return the meta object for the containment reference 'Features Locked'. * @see net.opengis.wfs.LockFeatureResponseType#getFeaturesLocked() * @see #getLockFeatureResponseType() * @generated */ EReference getLockFeatureResponseType_FeaturesLocked(); /** * Returns the meta object for the containment reference '{@link net.opengis.wfs.LockFeatureResponseType#getFeaturesNotLocked Features Not Locked}'. * * * @return the meta object for the containment reference 'Features Not Locked'. * @see net.opengis.wfs.LockFeatureResponseType#getFeaturesNotLocked() * @see #getLockFeatureResponseType() * @generated */ EReference getLockFeatureResponseType_FeaturesNotLocked(); /** * Returns the meta object for class '{@link net.opengis.wfs.LockFeatureType Lock Feature Type}'. * * * @return the meta object for class 'Lock Feature Type'. * @see net.opengis.wfs.LockFeatureType * @generated */ EClass getLockFeatureType(); /** * Returns the meta object for the containment reference list '{@link net.opengis.wfs.LockFeatureType#getLock Lock}'. * * * @return the meta object for the containment reference list 'Lock'. * @see net.opengis.wfs.LockFeatureType#getLock() * @see #getLockFeatureType() * @generated */ EReference getLockFeatureType_Lock(); /** * Returns the meta object for the attribute '{@link net.opengis.wfs.LockFeatureType#getExpiry Expiry}'. * * * @return the meta object for the attribute 'Expiry'. * @see net.opengis.wfs.LockFeatureType#getExpiry() * @see #getLockFeatureType() * @generated */ EAttribute getLockFeatureType_Expiry(); /** * Returns the meta object for the attribute '{@link net.opengis.wfs.LockFeatureType#getLockAction Lock Action}'. * * * @return the meta object for the attribute 'Lock Action'. * @see net.opengis.wfs.LockFeatureType#getLockAction() * @see #getLockFeatureType() * @generated */ EAttribute getLockFeatureType_LockAction(); /** * Returns the meta object for class '{@link net.opengis.wfs.LockType Lock Type}'. * * * @return the meta object for class 'Lock Type'. * @see net.opengis.wfs.LockType * @generated */ EClass getLockType(); /** * Returns the meta object for the attribute '{@link net.opengis.wfs.LockType#getFilter Filter}'. * * * @return the meta object for the attribute 'Filter'. * @see net.opengis.wfs.LockType#getFilter() * @see #getLockType() * @generated */ EAttribute getLockType_Filter(); /** * Returns the meta object for the attribute '{@link net.opengis.wfs.LockType#getHandle Handle}'. * * * @return the meta object for the attribute 'Handle'. * @see net.opengis.wfs.LockType#getHandle() * @see #getLockType() * @generated */ EAttribute getLockType_Handle(); /** * Returns the meta object for the attribute '{@link net.opengis.wfs.LockType#getTypeName Type Name}'. * * * @return the meta object for the attribute 'Type Name'. * @see net.opengis.wfs.LockType#getTypeName() * @see #getLockType() * @generated */ EAttribute getLockType_TypeName(); /** * Returns the meta object for class '{@link net.opengis.wfs.MetadataURLType Metadata URL Type}'. * * * @return the meta object for class 'Metadata URL Type'. * @see net.opengis.wfs.MetadataURLType * @generated */ EClass getMetadataURLType(); /** * Returns the meta object for the attribute '{@link net.opengis.wfs.MetadataURLType#getValue Value}'. * * * @return the meta object for the attribute 'Value'. * @see net.opengis.wfs.MetadataURLType#getValue() * @see #getMetadataURLType() * @generated */ EAttribute getMetadataURLType_Value(); /** * Returns the meta object for the attribute '{@link net.opengis.wfs.MetadataURLType#getFormat Format}'. * * * @return the meta object for the attribute 'Format'. * @see net.opengis.wfs.MetadataURLType#getFormat() * @see #getMetadataURLType() * @generated */ EAttribute getMetadataURLType_Format(); /** * Returns the meta object for the attribute '{@link net.opengis.wfs.MetadataURLType#getType Type}'. * * * @return the meta object for the attribute 'Type'. * @see net.opengis.wfs.MetadataURLType#getType() * @see #getMetadataURLType() * @generated */ EAttribute getMetadataURLType_Type(); /** * Returns the meta object for class '{@link net.opengis.wfs.NativeType Native Type}'. * * * @return the meta object for class 'Native Type'. * @see net.opengis.wfs.NativeType * @generated */ EClass getNativeType(); /** * Returns the meta object for the attribute '{@link net.opengis.wfs.NativeType#isSafeToIgnore Safe To Ignore}'. * * * @return the meta object for the attribute 'Safe To Ignore'. * @see net.opengis.wfs.NativeType#isSafeToIgnore() * @see #getNativeType() * @generated */ EAttribute getNativeType_SafeToIgnore(); /** * Returns the meta object for the attribute '{@link net.opengis.wfs.NativeType#getVendorId Vendor Id}'. * * * @return the meta object for the attribute 'Vendor Id'. * @see net.opengis.wfs.NativeType#getVendorId() * @see #getNativeType() * @generated */ EAttribute getNativeType_VendorId(); /** * Returns the meta object for class '{@link net.opengis.wfs.NoSRSType No SRS Type}'. * * * @return the meta object for class 'No SRS Type'. * @see net.opengis.wfs.NoSRSType * @generated */ EClass getNoSRSType(); /** * Returns the meta object for class '{@link net.opengis.wfs.OperationsType Operations Type}'. * * * @return the meta object for class 'Operations Type'. * @see net.opengis.wfs.OperationsType * @generated */ EClass getOperationsType(); /** * Returns the meta object for the attribute '{@link net.opengis.wfs.OperationsType#getOperation Operation}'. * * * @return the meta object for the attribute 'Operation'. * @see net.opengis.wfs.OperationsType#getOperation() * @see #getOperationsType() * @generated */ EAttribute getOperationsType_Operation(); /** * Returns the meta object for class '{@link net.opengis.wfs.OutputFormatListType Output Format List Type}'. * * * @return the meta object for class 'Output Format List Type'. * @see net.opengis.wfs.OutputFormatListType * @generated */ EClass getOutputFormatListType(); /** * Returns the meta object for the attribute list '{@link net.opengis.wfs.OutputFormatListType#getGroup Group}'. * * * @return the meta object for the attribute list 'Group'. * @see net.opengis.wfs.OutputFormatListType#getGroup() * @see #getOutputFormatListType() * @generated */ EAttribute getOutputFormatListType_Group(); /** * Returns the meta object for the attribute list '{@link net.opengis.wfs.OutputFormatListType#getFormat Format}'. * * * @return the meta object for the attribute list 'Format'. * @see net.opengis.wfs.OutputFormatListType#getFormat() * @see #getOutputFormatListType() * @generated */ EAttribute getOutputFormatListType_Format(); /** * Returns the meta object for class '{@link net.opengis.wfs.PropertyType Property Type}'. * * * @return the meta object for class 'Property Type'. * @see net.opengis.wfs.PropertyType * @generated */ EClass getPropertyType(); /** * Returns the meta object for the attribute '{@link net.opengis.wfs.PropertyType#getName Name}'. * * * @return the meta object for the attribute 'Name'. * @see net.opengis.wfs.PropertyType#getName() * @see #getPropertyType() * @generated */ EAttribute getPropertyType_Name(); /** * Returns the meta object for the attribute '{@link net.opengis.wfs.PropertyType#getValue Value}'. * * * @return the meta object for the attribute 'Value'. * @see net.opengis.wfs.PropertyType#getValue() * @see #getPropertyType() * @generated */ EAttribute getPropertyType_Value(); /** * Returns the meta object for class '{@link net.opengis.wfs.QueryType Query Type}'. * * * @return the meta object for class 'Query Type'. * @see net.opengis.wfs.QueryType * @generated */ EClass getQueryType(); /** * Returns the meta object for the attribute list '{@link net.opengis.wfs.QueryType#getGroup Group}'. * * * @return the meta object for the attribute list 'Group'. * @see net.opengis.wfs.QueryType#getGroup() * @see #getQueryType() * @generated */ EAttribute getQueryType_Group(); /** * Returns the meta object for the attribute list '{@link net.opengis.wfs.QueryType#getPropertyName Property Name}'. * * * @return the meta object for the attribute list 'Property Name'. * @see net.opengis.wfs.QueryType#getPropertyName() * @see #getQueryType() * @generated */ EAttribute getQueryType_PropertyName(); /** * Returns the meta object for the containment reference list '{@link net.opengis.wfs.QueryType#getXlinkPropertyName Xlink Property Name}'. * * * @return the meta object for the containment reference list 'Xlink Property Name'. * @see net.opengis.wfs.QueryType#getXlinkPropertyName() * @see #getQueryType() * @generated */ EReference getQueryType_XlinkPropertyName(); /** * Returns the meta object for the attribute list '{@link net.opengis.wfs.QueryType#getFunction Function}'. * * * @return the meta object for the attribute list 'Function'. * @see net.opengis.wfs.QueryType#getFunction() * @see #getQueryType() * @generated */ EAttribute getQueryType_Function(); /** * Returns the meta object for the attribute '{@link net.opengis.wfs.QueryType#getFilter Filter}'. * * * @return the meta object for the attribute 'Filter'. * @see net.opengis.wfs.QueryType#getFilter() * @see #getQueryType() * @generated */ EAttribute getQueryType_Filter(); /** * Returns the meta object for the attribute list '{@link net.opengis.wfs.QueryType#getSortBy Sort By}'. * * * @return the meta object for the attribute list 'Sort By'. * @see net.opengis.wfs.QueryType#getSortBy() * @see #getQueryType() * @generated */ EAttribute getQueryType_SortBy(); /** * Returns the meta object for the attribute '{@link net.opengis.wfs.QueryType#getFeatureVersion Feature Version}'. * * * @return the meta object for the attribute 'Feature Version'. * @see net.opengis.wfs.QueryType#getFeatureVersion() * @see #getQueryType() * @generated */ EAttribute getQueryType_FeatureVersion(); /** * Returns the meta object for the attribute '{@link net.opengis.wfs.QueryType#getHandle Handle}'. * * * @return the meta object for the attribute 'Handle'. * @see net.opengis.wfs.QueryType#getHandle() * @see #getQueryType() * @generated */ EAttribute getQueryType_Handle(); /** * Returns the meta object for the attribute '{@link net.opengis.wfs.QueryType#getSrsName Srs Name}'. * * * @return the meta object for the attribute 'Srs Name'. * @see net.opengis.wfs.QueryType#getSrsName() * @see #getQueryType() * @generated */ EAttribute getQueryType_SrsName(); /** * Returns the meta object for the attribute '{@link net.opengis.wfs.QueryType#getTypeName Type Name}'. * * * @return the meta object for the attribute 'Type Name'. * @see net.opengis.wfs.QueryType#getTypeName() * @see #getQueryType() * @generated */ EAttribute getQueryType_TypeName(); /** * Returns the meta object for class '{@link net.opengis.wfs.TransactionResponseType Transaction Response Type}'. * * * @return the meta object for class 'Transaction Response Type'. * @see net.opengis.wfs.TransactionResponseType * @generated */ EClass getTransactionResponseType(); /** * Returns the meta object for the containment reference '{@link net.opengis.wfs.TransactionResponseType#getTransactionSummary Transaction Summary}'. * * * @return the meta object for the containment reference 'Transaction Summary'. * @see net.opengis.wfs.TransactionResponseType#getTransactionSummary() * @see #getTransactionResponseType() * @generated */ EReference getTransactionResponseType_TransactionSummary(); /** * Returns the meta object for the containment reference '{@link net.opengis.wfs.TransactionResponseType#getTransactionResults Transaction Results}'. * * * @return the meta object for the containment reference 'Transaction Results'. * @see net.opengis.wfs.TransactionResponseType#getTransactionResults() * @see #getTransactionResponseType() * @generated */ EReference getTransactionResponseType_TransactionResults(); /** * Returns the meta object for the containment reference '{@link net.opengis.wfs.TransactionResponseType#getInsertResults Insert Results}'. * * * @return the meta object for the containment reference 'Insert Results'. * @see net.opengis.wfs.TransactionResponseType#getInsertResults() * @see #getTransactionResponseType() * @generated */ EReference getTransactionResponseType_InsertResults(); /** * Returns the meta object for the attribute '{@link net.opengis.wfs.TransactionResponseType#getVersion Version}'. * * * @return the meta object for the attribute 'Version'. * @see net.opengis.wfs.TransactionResponseType#getVersion() * @see #getTransactionResponseType() * @generated */ EAttribute getTransactionResponseType_Version(); /** * Returns the meta object for class '{@link net.opengis.wfs.TransactionResultsType Transaction Results Type}'. * * * @return the meta object for class 'Transaction Results Type'. * @see net.opengis.wfs.TransactionResultsType * @generated */ EClass getTransactionResultsType(); /** * Returns the meta object for the attribute '{@link net.opengis.wfs.TransactionResultsType#getHandle Handle}'. * * * @return the meta object for the attribute 'Handle'. * @see net.opengis.wfs.TransactionResultsType#getHandle() * @see #getTransactionResultsType() * @generated */ EAttribute getTransactionResultsType_Handle(); /** * Returns the meta object for the containment reference list '{@link net.opengis.wfs.TransactionResultsType#getAction Action}'. * * * @return the meta object for the containment reference list 'Action'. * @see net.opengis.wfs.TransactionResultsType#getAction() * @see #getTransactionResultsType() * @generated */ EReference getTransactionResultsType_Action(); /** * Returns the meta object for class '{@link net.opengis.wfs.TransactionSummaryType Transaction Summary Type}'. * * * @return the meta object for class 'Transaction Summary Type'. * @see net.opengis.wfs.TransactionSummaryType * @generated */ EClass getTransactionSummaryType(); /** * Returns the meta object for the attribute '{@link net.opengis.wfs.TransactionSummaryType#getTotalInserted Total Inserted}'. * * * @return the meta object for the attribute 'Total Inserted'. * @see net.opengis.wfs.TransactionSummaryType#getTotalInserted() * @see #getTransactionSummaryType() * @generated */ EAttribute getTransactionSummaryType_TotalInserted(); /** * Returns the meta object for the attribute '{@link net.opengis.wfs.TransactionSummaryType#getTotalUpdated Total Updated}'. * * * @return the meta object for the attribute 'Total Updated'. * @see net.opengis.wfs.TransactionSummaryType#getTotalUpdated() * @see #getTransactionSummaryType() * @generated */ EAttribute getTransactionSummaryType_TotalUpdated(); /** * Returns the meta object for the attribute '{@link net.opengis.wfs.TransactionSummaryType#getTotalDeleted Total Deleted}'. * * * @return the meta object for the attribute 'Total Deleted'. * @see net.opengis.wfs.TransactionSummaryType#getTotalDeleted() * @see #getTransactionSummaryType() * @generated */ EAttribute getTransactionSummaryType_TotalDeleted(); /** * Returns the meta object for class '{@link net.opengis.wfs.TransactionType Transaction Type}'. * * * @return the meta object for class 'Transaction Type'. * @see net.opengis.wfs.TransactionType * @generated */ EClass getTransactionType(); /** * Returns the meta object for the attribute '{@link net.opengis.wfs.TransactionType#getLockId Lock Id}'. * * * @return the meta object for the attribute 'Lock Id'. * @see net.opengis.wfs.TransactionType#getLockId() * @see #getTransactionType() * @generated */ EAttribute getTransactionType_LockId(); /** * Returns the meta object for the attribute list '{@link net.opengis.wfs.TransactionType#getGroup Group}'. * * * @return the meta object for the attribute list 'Group'. * @see net.opengis.wfs.TransactionType#getGroup() * @see #getTransactionType() * @generated */ EAttribute getTransactionType_Group(); /** * Returns the meta object for the containment reference list '{@link net.opengis.wfs.TransactionType#getInsert Insert}'. * * * @return the meta object for the containment reference list 'Insert'. * @see net.opengis.wfs.TransactionType#getInsert() * @see #getTransactionType() * @generated */ EReference getTransactionType_Insert(); /** * Returns the meta object for the containment reference list '{@link net.opengis.wfs.TransactionType#getUpdate Update}'. * * * @return the meta object for the containment reference list 'Update'. * @see net.opengis.wfs.TransactionType#getUpdate() * @see #getTransactionType() * @generated */ EReference getTransactionType_Update(); /** * Returns the meta object for the containment reference list '{@link net.opengis.wfs.TransactionType#getDelete Delete}'. * * * @return the meta object for the containment reference list 'Delete'. * @see net.opengis.wfs.TransactionType#getDelete() * @see #getTransactionType() * @generated */ EReference getTransactionType_Delete(); /** * Returns the meta object for the containment reference list '{@link net.opengis.wfs.TransactionType#getNative Native}'. * * * @return the meta object for the containment reference list 'Native'. * @see net.opengis.wfs.TransactionType#getNative() * @see #getTransactionType() * @generated */ EReference getTransactionType_Native(); /** * Returns the meta object for the attribute '{@link net.opengis.wfs.TransactionType#getReleaseAction Release Action}'. * * * @return the meta object for the attribute 'Release Action'. * @see net.opengis.wfs.TransactionType#getReleaseAction() * @see #getTransactionType() * @generated */ EAttribute getTransactionType_ReleaseAction(); /** * Returns the meta object for class '{@link net.opengis.wfs.UpdateElementType Update Element Type}'. * * * @return the meta object for class 'Update Element Type'. * @see net.opengis.wfs.UpdateElementType * @generated */ EClass getUpdateElementType(); /** * Returns the meta object for the containment reference list '{@link net.opengis.wfs.UpdateElementType#getProperty Property}'. * * * @return the meta object for the containment reference list 'Property'. * @see net.opengis.wfs.UpdateElementType#getProperty() * @see #getUpdateElementType() * @generated */ EReference getUpdateElementType_Property(); /** * Returns the meta object for the attribute '{@link net.opengis.wfs.UpdateElementType#getFilter Filter}'. * * * @return the meta object for the attribute 'Filter'. * @see net.opengis.wfs.UpdateElementType#getFilter() * @see #getUpdateElementType() * @generated */ EAttribute getUpdateElementType_Filter(); /** * Returns the meta object for the attribute '{@link net.opengis.wfs.UpdateElementType#getHandle Handle}'. * * * @return the meta object for the attribute 'Handle'. * @see net.opengis.wfs.UpdateElementType#getHandle() * @see #getUpdateElementType() * @generated */ EAttribute getUpdateElementType_Handle(); /** * Returns the meta object for the attribute '{@link net.opengis.wfs.UpdateElementType#getInputFormat Input Format}'. * * * @return the meta object for the attribute 'Input Format'. * @see net.opengis.wfs.UpdateElementType#getInputFormat() * @see #getUpdateElementType() * @generated */ EAttribute getUpdateElementType_InputFormat(); /** * Returns the meta object for the attribute '{@link net.opengis.wfs.UpdateElementType#getSrsName Srs Name}'. * * * @return the meta object for the attribute 'Srs Name'. * @see net.opengis.wfs.UpdateElementType#getSrsName() * @see #getUpdateElementType() * @generated */ EAttribute getUpdateElementType_SrsName(); /** * Returns the meta object for the attribute '{@link net.opengis.wfs.UpdateElementType#getTypeName Type Name}'. * * * @return the meta object for the attribute 'Type Name'. * @see net.opengis.wfs.UpdateElementType#getTypeName() * @see #getUpdateElementType() * @generated */ EAttribute getUpdateElementType_TypeName(); /** * Returns the meta object for class '{@link net.opengis.wfs.WFSCapabilitiesType WFS Capabilities Type}'. * * * @return the meta object for class 'WFS Capabilities Type'. * @see net.opengis.wfs.WFSCapabilitiesType * @generated */ EClass getWFSCapabilitiesType(); /** * Returns the meta object for the containment reference '{@link net.opengis.wfs.WFSCapabilitiesType#getFeatureTypeList Feature Type List}'. * * * @return the meta object for the containment reference 'Feature Type List'. * @see net.opengis.wfs.WFSCapabilitiesType#getFeatureTypeList() * @see #getWFSCapabilitiesType() * @generated */ EReference getWFSCapabilitiesType_FeatureTypeList(); /** * Returns the meta object for the containment reference '{@link net.opengis.wfs.WFSCapabilitiesType#getServesGMLObjectTypeList Serves GML Object Type List}'. * * * @return the meta object for the containment reference 'Serves GML Object Type List'. * @see net.opengis.wfs.WFSCapabilitiesType#getServesGMLObjectTypeList() * @see #getWFSCapabilitiesType() * @generated */ EReference getWFSCapabilitiesType_ServesGMLObjectTypeList(); /** * Returns the meta object for the containment reference '{@link net.opengis.wfs.WFSCapabilitiesType#getSupportsGMLObjectTypeList Supports GML Object Type List}'. * * * @return the meta object for the containment reference 'Supports GML Object Type List'. * @see net.opengis.wfs.WFSCapabilitiesType#getSupportsGMLObjectTypeList() * @see #getWFSCapabilitiesType() * @generated */ EReference getWFSCapabilitiesType_SupportsGMLObjectTypeList(); /** * Returns the meta object for the attribute '{@link net.opengis.wfs.WFSCapabilitiesType#getFilterCapabilities Filter Capabilities}'. * * * @return the meta object for the attribute 'Filter Capabilities'. * @see net.opengis.wfs.WFSCapabilitiesType#getFilterCapabilities() * @see #getWFSCapabilitiesType() * @generated */ EAttribute getWFSCapabilitiesType_FilterCapabilities(); /** * Returns the meta object for class '{@link net.opengis.wfs.XlinkPropertyNameType Xlink Property Name Type}'. * * * @return the meta object for class 'Xlink Property Name Type'. * @see net.opengis.wfs.XlinkPropertyNameType * @generated */ EClass getXlinkPropertyNameType(); /** * Returns the meta object for the attribute '{@link net.opengis.wfs.XlinkPropertyNameType#getValue Value}'. * * * @return the meta object for the attribute 'Value'. * @see net.opengis.wfs.XlinkPropertyNameType#getValue() * @see #getXlinkPropertyNameType() * @generated */ EAttribute getXlinkPropertyNameType_Value(); /** * Returns the meta object for the attribute '{@link net.opengis.wfs.XlinkPropertyNameType#getTraverseXlinkDepth Traverse Xlink Depth}'. * * * @return the meta object for the attribute 'Traverse Xlink Depth'. * @see net.opengis.wfs.XlinkPropertyNameType#getTraverseXlinkDepth() * @see #getXlinkPropertyNameType() * @generated */ EAttribute getXlinkPropertyNameType_TraverseXlinkDepth(); /** * Returns the meta object for the attribute '{@link net.opengis.wfs.XlinkPropertyNameType#getTraverseXlinkExpiry Traverse Xlink Expiry}'. * * * @return the meta object for the attribute 'Traverse Xlink Expiry'. * @see net.opengis.wfs.XlinkPropertyNameType#getTraverseXlinkExpiry() * @see #getXlinkPropertyNameType() * @generated */ EAttribute getXlinkPropertyNameType_TraverseXlinkExpiry(); /** * Returns the meta object for enum '{@link net.opengis.wfs.AllSomeType All Some Type}'. * * * @return the meta object for enum 'All Some Type'. * @see net.opengis.wfs.AllSomeType * @generated */ EEnum getAllSomeType(); /** * Returns the meta object for enum '{@link net.opengis.wfs.IdentifierGenerationOptionType Identifier Generation Option Type}'. * * * @return the meta object for enum 'Identifier Generation Option Type'. * @see net.opengis.wfs.IdentifierGenerationOptionType * @generated */ EEnum getIdentifierGenerationOptionType(); /** * Returns the meta object for enum '{@link net.opengis.wfs.OperationType Operation Type}'. * * * @return the meta object for enum 'Operation Type'. * @see net.opengis.wfs.OperationType * @generated */ EEnum getOperationType(); /** * Returns the meta object for enum '{@link net.opengis.wfs.ResultTypeType Result Type Type}'. * * * @return the meta object for enum 'Result Type Type'. * @see net.opengis.wfs.ResultTypeType * @generated */ EEnum getResultTypeType(); /** * Returns the meta object for data type '{@link java.lang.String Service Type}'. * * * @return the meta object for data type 'Service Type'. * @see java.lang.String * @model instanceClass="java.lang.String" * @generated */ EDataType getServiceType(); /** * Returns the meta object for data type '{@link org.opengis.filter.Filter Filter}'. * * * @return the meta object for data type 'Filter'. * @see org.opengis.filter.Filter * @model instanceClass="org.opengis.filter.Filter" * @generated */ EDataType getFilter(); /** * Returns the meta object for data type '{@link org.opengis.filter.capability.FilterCapabilities Filter Capabilities}'. * * * @return the meta object for data type 'Filter Capabilities'. * @see org.opengis.filter.capability.FilterCapabilities * @model instanceClass="org.opengis.filter.capability.FilterCapabilities" * @generated */ EDataType getFilterCapabilities(); /** * Returns the meta object for data type '{@link javax.xml.namespace.QName QName}'. * * * @return the meta object for data type 'QName'. * @see javax.xml.namespace.QName * @model instanceClass="javax.xml.namespace.QName" * @generated */ EDataType getQName(); /** * Returns the meta object for data type '{@link java.util.Calendar Calendar}'. * * * @return the meta object for data type 'Calendar'. * @see java.util.Calendar * @model instanceClass="java.util.Calendar" * @generated */ EDataType getCalendar(); /** * Returns the meta object for data type '{@link org.geotools.feature.FeatureCollection Feature Collection}'. * * * @return the meta object for data type 'Feature Collection'. * @see org.geotools.feature.FeatureCollection * @model instanceClass="org.geotools.feature.FeatureCollection" * @generated */ EDataType getFeatureCollection(); /** * Returns the meta object for data type '{@link org.opengis.filter.identity.FeatureId Feature Id}'. * * * @return the meta object for data type 'Feature Id'. * @see org.opengis.filter.identity.FeatureId * @model instanceClass="org.opengis.filter.identity.FeatureId" * @generated */ EDataType getFeatureId(); /** * Returns the meta object for data type '{@link java.lang.String Service Type 1}'. * * * @return the meta object for data type 'Service Type 1'. * @see java.lang.String * @model instanceClass="java.lang.String" * @generated */ EDataType getServiceType_1(); /** * Returns the meta object for data type '{@link java.net.URI URI}'. * * * @return the meta object for data type 'URI'. * @see java.net.URI * @model instanceClass="java.net.URI" * @generated */ EDataType getURI(); /** * Returns the meta object for data type '{@link java.lang.String Format Type}'. * * * @return the meta object for data type 'Format Type'. * @see java.lang.String * @model instanceClass="java.lang.String" * @generated */ EDataType getFormatType(); /** * Returns the meta object for data type '{@link java.lang.String Type Type}'. * * * @return the meta object for data type 'Type Type'. * @see java.lang.String * @model instanceClass="java.lang.String" * @generated */ EDataType getTypeType(); /** * Returns the meta object for data type '{@link org.opengis.filter.expression.Function Function}'. * * * @return the meta object for data type 'Function'. * @see org.opengis.filter.expression.Function * @model instanceClass="org.opengis.filter.expression.Function" * @generated */ EDataType getFunction(); /** * Returns the meta object for data type '{@link org.opengis.filter.sort.SortBy Sort By}'. * * * @return the meta object for data type 'Sort By'. * @see org.opengis.filter.sort.SortBy * @model instanceClass="org.opengis.filter.sort.SortBy" * @generated */ EDataType getSortBy(); /** * Returns the meta object for data type '{@link java.util.List Type Name List Type}'. * * * @return the meta object for data type 'Type Name List Type'. * @see java.util.List * @model instanceClass="java.util.List" * @generated */ EDataType getTypeNameListType(); /** * Returns the meta object for data type '{@link java.util.Map Map}'. * * * @return the meta object for data type 'Map'. * @see java.util.Map * @model instanceClass="java.util.Map" * @generated */ EDataType getMap(); /** * Returns the factory that creates the instances of the model. * * * @return the factory that creates the instances of the model. * @generated */ WfsFactory getWfsFactory(); /** * * Defines literals for the meta objects that represent * * * @generated */ interface Literals { /** * The meta object literal for the '{@link net.opengis.wfs.impl.ActionTypeImpl Action Type}' class. * * * @see net.opengis.wfs.impl.ActionTypeImpl * @see net.opengis.wfs.impl.WfsPackageImpl#getActionType() * @generated */ EClass ACTION_TYPE = eINSTANCE.getActionType(); /** * The meta object literal for the 'Message' attribute feature. * * * @generated */ EAttribute ACTION_TYPE__MESSAGE = eINSTANCE.getActionType_Message(); /** * The meta object literal for the 'Code' attribute feature. * * * @generated */ EAttribute ACTION_TYPE__CODE = eINSTANCE.getActionType_Code(); /** * The meta object literal for the 'Locator' attribute feature. * * * @generated */ EAttribute ACTION_TYPE__LOCATOR = eINSTANCE.getActionType_Locator(); /** * The meta object literal for the '{@link net.opengis.wfs.impl.BaseRequestTypeImpl Base Request Type}' class. * * * @see net.opengis.wfs.impl.BaseRequestTypeImpl * @see net.opengis.wfs.impl.WfsPackageImpl#getBaseRequestType() * @generated */ EClass BASE_REQUEST_TYPE = eINSTANCE.getBaseRequestType(); /** * The meta object literal for the 'Handle' attribute feature. * * * @generated */ EAttribute BASE_REQUEST_TYPE__HANDLE = eINSTANCE.getBaseRequestType_Handle(); /** * The meta object literal for the 'Service' attribute feature. * * * @generated */ EAttribute BASE_REQUEST_TYPE__SERVICE = eINSTANCE.getBaseRequestType_Service(); /** * The meta object literal for the 'Version' attribute feature. * * * @generated */ EAttribute BASE_REQUEST_TYPE__VERSION = eINSTANCE.getBaseRequestType_Version(); /** * The meta object literal for the 'Base Url' attribute feature. * * * @generated */ EAttribute BASE_REQUEST_TYPE__BASE_URL = eINSTANCE.getBaseRequestType_BaseUrl(); /** * The meta object literal for the 'Provided Version' attribute feature. * * * @generated */ EAttribute BASE_REQUEST_TYPE__PROVIDED_VERSION = eINSTANCE.getBaseRequestType_ProvidedVersion(); /** * The meta object literal for the '{@link net.opengis.wfs.impl.DeleteElementTypeImpl Delete Element Type}' class. * * * @see net.opengis.wfs.impl.DeleteElementTypeImpl * @see net.opengis.wfs.impl.WfsPackageImpl#getDeleteElementType() * @generated */ EClass DELETE_ELEMENT_TYPE = eINSTANCE.getDeleteElementType(); /** * The meta object literal for the 'Filter' attribute feature. * * * @generated */ EAttribute DELETE_ELEMENT_TYPE__FILTER = eINSTANCE.getDeleteElementType_Filter(); /** * The meta object literal for the 'Handle' attribute feature. * * * @generated */ EAttribute DELETE_ELEMENT_TYPE__HANDLE = eINSTANCE.getDeleteElementType_Handle(); /** * The meta object literal for the 'Type Name' attribute feature. * * * @generated */ EAttribute DELETE_ELEMENT_TYPE__TYPE_NAME = eINSTANCE.getDeleteElementType_TypeName(); /** * The meta object literal for the '{@link net.opengis.wfs.impl.DescribeFeatureTypeTypeImpl Describe Feature Type Type}' class. * * * @see net.opengis.wfs.impl.DescribeFeatureTypeTypeImpl * @see net.opengis.wfs.impl.WfsPackageImpl#getDescribeFeatureTypeType() * @generated */ EClass DESCRIBE_FEATURE_TYPE_TYPE = eINSTANCE.getDescribeFeatureTypeType(); /** * The meta object literal for the 'Type Name' attribute list feature. * * * @generated */ EAttribute DESCRIBE_FEATURE_TYPE_TYPE__TYPE_NAME = eINSTANCE.getDescribeFeatureTypeType_TypeName(); /** * The meta object literal for the 'Output Format' attribute feature. * * * @generated */ EAttribute DESCRIBE_FEATURE_TYPE_TYPE__OUTPUT_FORMAT = eINSTANCE.getDescribeFeatureTypeType_OutputFormat(); /** * The meta object literal for the '{@link net.opengis.wfs.impl.DocumentRootImpl Document Root}' class. * * * @see net.opengis.wfs.impl.DocumentRootImpl * @see net.opengis.wfs.impl.WfsPackageImpl#getDocumentRoot() * @generated */ EClass DOCUMENT_ROOT = eINSTANCE.getDocumentRoot(); /** * The meta object literal for the 'Mixed' attribute list feature. * * * @generated */ EAttribute DOCUMENT_ROOT__MIXED = eINSTANCE.getDocumentRoot_Mixed(); /** * The meta object literal for the 'XMLNS Prefix Map' map feature. * * * @generated */ EReference DOCUMENT_ROOT__XMLNS_PREFIX_MAP = eINSTANCE.getDocumentRoot_XMLNSPrefixMap(); /** * The meta object literal for the 'XSI Schema Location' map feature. * * * @generated */ EReference DOCUMENT_ROOT__XSI_SCHEMA_LOCATION = eINSTANCE.getDocumentRoot_XSISchemaLocation(); /** * The meta object literal for the 'Delete' containment reference feature. * * * @generated */ EReference DOCUMENT_ROOT__DELETE = eINSTANCE.getDocumentRoot_Delete(); /** * The meta object literal for the 'Describe Feature Type' containment reference feature. * * * @generated */ EReference DOCUMENT_ROOT__DESCRIBE_FEATURE_TYPE = eINSTANCE.getDocumentRoot_DescribeFeatureType(); /** * The meta object literal for the 'Feature Collection' containment reference feature. * * * @generated */ EReference DOCUMENT_ROOT__FEATURE_COLLECTION = eINSTANCE.getDocumentRoot_FeatureCollection(); /** * The meta object literal for the 'Feature Type List' containment reference feature. * * * @generated */ EReference DOCUMENT_ROOT__FEATURE_TYPE_LIST = eINSTANCE.getDocumentRoot_FeatureTypeList(); /** * The meta object literal for the 'Get Capabilities' containment reference feature. * * * @generated */ EReference DOCUMENT_ROOT__GET_CAPABILITIES = eINSTANCE.getDocumentRoot_GetCapabilities(); /** * The meta object literal for the 'Get Feature' containment reference feature. * * * @generated */ EReference DOCUMENT_ROOT__GET_FEATURE = eINSTANCE.getDocumentRoot_GetFeature(); /** * The meta object literal for the 'Get Feature With Lock' containment reference feature. * * * @generated */ EReference DOCUMENT_ROOT__GET_FEATURE_WITH_LOCK = eINSTANCE.getDocumentRoot_GetFeatureWithLock(); /** * The meta object literal for the 'Get Gml Object' containment reference feature. * * * @generated */ EReference DOCUMENT_ROOT__GET_GML_OBJECT = eINSTANCE.getDocumentRoot_GetGmlObject(); /** * The meta object literal for the 'Insert' containment reference feature. * * * @generated */ EReference DOCUMENT_ROOT__INSERT = eINSTANCE.getDocumentRoot_Insert(); /** * The meta object literal for the 'Lock Feature' containment reference feature. * * * @generated */ EReference DOCUMENT_ROOT__LOCK_FEATURE = eINSTANCE.getDocumentRoot_LockFeature(); /** * The meta object literal for the 'Lock Feature Response' containment reference feature. * * * @generated */ EReference DOCUMENT_ROOT__LOCK_FEATURE_RESPONSE = eINSTANCE.getDocumentRoot_LockFeatureResponse(); /** * The meta object literal for the 'Lock Id' attribute feature. * * * @generated */ EAttribute DOCUMENT_ROOT__LOCK_ID = eINSTANCE.getDocumentRoot_LockId(); /** * The meta object literal for the 'Native' containment reference feature. * * * @generated */ EReference DOCUMENT_ROOT__NATIVE = eINSTANCE.getDocumentRoot_Native(); /** * The meta object literal for the 'Property' containment reference feature. * * * @generated */ EReference DOCUMENT_ROOT__PROPERTY = eINSTANCE.getDocumentRoot_Property(); /** * The meta object literal for the 'Property Name' attribute feature. * * * @generated */ EAttribute DOCUMENT_ROOT__PROPERTY_NAME = eINSTANCE.getDocumentRoot_PropertyName(); /** * The meta object literal for the 'Query' containment reference feature. * * * @generated */ EReference DOCUMENT_ROOT__QUERY = eINSTANCE.getDocumentRoot_Query(); /** * The meta object literal for the 'Serves GML Object Type List' containment reference feature. * * * @generated */ EReference DOCUMENT_ROOT__SERVES_GML_OBJECT_TYPE_LIST = eINSTANCE.getDocumentRoot_ServesGMLObjectTypeList(); /** * The meta object literal for the 'Supports GML Object Type List' containment reference feature. * * * @generated */ EReference DOCUMENT_ROOT__SUPPORTS_GML_OBJECT_TYPE_LIST = eINSTANCE.getDocumentRoot_SupportsGMLObjectTypeList(); /** * The meta object literal for the 'Transaction' containment reference feature. * * * @generated */ EReference DOCUMENT_ROOT__TRANSACTION = eINSTANCE.getDocumentRoot_Transaction(); /** * The meta object literal for the 'Transaction Response' containment reference feature. * * * @generated */ EReference DOCUMENT_ROOT__TRANSACTION_RESPONSE = eINSTANCE.getDocumentRoot_TransactionResponse(); /** * The meta object literal for the 'Update' containment reference feature. * * * @generated */ EReference DOCUMENT_ROOT__UPDATE = eINSTANCE.getDocumentRoot_Update(); /** * The meta object literal for the 'Wfs Capabilities' containment reference feature. * * * @generated */ EReference DOCUMENT_ROOT__WFS_CAPABILITIES = eINSTANCE.getDocumentRoot_WfsCapabilities(); /** * The meta object literal for the 'Xlink Property Name' containment reference feature. * * * @generated */ EReference DOCUMENT_ROOT__XLINK_PROPERTY_NAME = eINSTANCE.getDocumentRoot_XlinkPropertyName(); /** * The meta object literal for the '{@link net.opengis.wfs.impl.FeatureCollectionTypeImpl Feature Collection Type}' class. * * * @see net.opengis.wfs.impl.FeatureCollectionTypeImpl * @see net.opengis.wfs.impl.WfsPackageImpl#getFeatureCollectionType() * @generated */ EClass FEATURE_COLLECTION_TYPE = eINSTANCE.getFeatureCollectionType(); /** * The meta object literal for the 'Lock Id' attribute feature. * * * @generated */ EAttribute FEATURE_COLLECTION_TYPE__LOCK_ID = eINSTANCE.getFeatureCollectionType_LockId(); /** * The meta object literal for the 'Time Stamp' attribute feature. * * * @generated */ EAttribute FEATURE_COLLECTION_TYPE__TIME_STAMP = eINSTANCE.getFeatureCollectionType_TimeStamp(); /** * The meta object literal for the 'Number Of Features' attribute feature. * * * @generated */ EAttribute FEATURE_COLLECTION_TYPE__NUMBER_OF_FEATURES = eINSTANCE.getFeatureCollectionType_NumberOfFeatures(); /** * The meta object literal for the 'Feature' attribute list feature. * * * @generated */ EAttribute FEATURE_COLLECTION_TYPE__FEATURE = eINSTANCE.getFeatureCollectionType_Feature(); /** * The meta object literal for the '{@link net.opengis.wfs.impl.FeatureTypeListTypeImpl Feature Type List Type}' class. * * * @see net.opengis.wfs.impl.FeatureTypeListTypeImpl * @see net.opengis.wfs.impl.WfsPackageImpl#getFeatureTypeListType() * @generated */ EClass FEATURE_TYPE_LIST_TYPE = eINSTANCE.getFeatureTypeListType(); /** * The meta object literal for the 'Operations' containment reference feature. * * * @generated */ EReference FEATURE_TYPE_LIST_TYPE__OPERATIONS = eINSTANCE.getFeatureTypeListType_Operations(); /** * The meta object literal for the 'Feature Type' containment reference list feature. * * * @generated */ EReference FEATURE_TYPE_LIST_TYPE__FEATURE_TYPE = eINSTANCE.getFeatureTypeListType_FeatureType(); /** * The meta object literal for the '{@link net.opengis.wfs.impl.FeatureTypeTypeImpl Feature Type Type}' class. * * * @see net.opengis.wfs.impl.FeatureTypeTypeImpl * @see net.opengis.wfs.impl.WfsPackageImpl#getFeatureTypeType() * @generated */ EClass FEATURE_TYPE_TYPE = eINSTANCE.getFeatureTypeType(); /** * The meta object literal for the 'Name' attribute feature. * * * @generated */ EAttribute FEATURE_TYPE_TYPE__NAME = eINSTANCE.getFeatureTypeType_Name(); /** * The meta object literal for the 'Title' attribute feature. * * * @generated */ EAttribute FEATURE_TYPE_TYPE__TITLE = eINSTANCE.getFeatureTypeType_Title(); /** * The meta object literal for the 'Abstract' attribute feature. * * * @generated */ EAttribute FEATURE_TYPE_TYPE__ABSTRACT = eINSTANCE.getFeatureTypeType_Abstract(); /** * The meta object literal for the 'Keywords' containment reference list feature. * * * @generated */ EReference FEATURE_TYPE_TYPE__KEYWORDS = eINSTANCE.getFeatureTypeType_Keywords(); /** * The meta object literal for the 'Default SRS' attribute feature. * * * @generated */ EAttribute FEATURE_TYPE_TYPE__DEFAULT_SRS = eINSTANCE.getFeatureTypeType_DefaultSRS(); /** * The meta object literal for the 'Other SRS' attribute list feature. * * * @generated */ EAttribute FEATURE_TYPE_TYPE__OTHER_SRS = eINSTANCE.getFeatureTypeType_OtherSRS(); /** * The meta object literal for the 'No SRS' containment reference feature. * * * @generated */ EReference FEATURE_TYPE_TYPE__NO_SRS = eINSTANCE.getFeatureTypeType_NoSRS(); /** * The meta object literal for the 'Operations' containment reference feature. * * * @generated */ EReference FEATURE_TYPE_TYPE__OPERATIONS = eINSTANCE.getFeatureTypeType_Operations(); /** * The meta object literal for the 'Output Formats' containment reference feature. * * * @generated */ EReference FEATURE_TYPE_TYPE__OUTPUT_FORMATS = eINSTANCE.getFeatureTypeType_OutputFormats(); /** * The meta object literal for the 'WGS84 Bounding Box' containment reference list feature. * * * @generated */ EReference FEATURE_TYPE_TYPE__WGS84_BOUNDING_BOX = eINSTANCE.getFeatureTypeType_WGS84BoundingBox(); /** * The meta object literal for the 'Metadata URL' containment reference list feature. * * * @generated */ EReference FEATURE_TYPE_TYPE__METADATA_URL = eINSTANCE.getFeatureTypeType_MetadataURL(); /** * The meta object literal for the '{@link net.opengis.wfs.impl.FeaturesLockedTypeImpl Features Locked Type}' class. * * * @see net.opengis.wfs.impl.FeaturesLockedTypeImpl * @see net.opengis.wfs.impl.WfsPackageImpl#getFeaturesLockedType() * @generated */ EClass FEATURES_LOCKED_TYPE = eINSTANCE.getFeaturesLockedType(); /** * The meta object literal for the 'Group' attribute list feature. * * * @generated */ EAttribute FEATURES_LOCKED_TYPE__GROUP = eINSTANCE.getFeaturesLockedType_Group(); /** * The meta object literal for the 'Feature Id' attribute list feature. * * * @generated */ EAttribute FEATURES_LOCKED_TYPE__FEATURE_ID = eINSTANCE.getFeaturesLockedType_FeatureId(); /** * The meta object literal for the '{@link net.opengis.wfs.impl.FeaturesNotLockedTypeImpl Features Not Locked Type}' class. * * * @see net.opengis.wfs.impl.FeaturesNotLockedTypeImpl * @see net.opengis.wfs.impl.WfsPackageImpl#getFeaturesNotLockedType() * @generated */ EClass FEATURES_NOT_LOCKED_TYPE = eINSTANCE.getFeaturesNotLockedType(); /** * The meta object literal for the 'Group' attribute list feature. * * * @generated */ EAttribute FEATURES_NOT_LOCKED_TYPE__GROUP = eINSTANCE.getFeaturesNotLockedType_Group(); /** * The meta object literal for the 'Feature Id' attribute list feature. * * * @generated */ EAttribute FEATURES_NOT_LOCKED_TYPE__FEATURE_ID = eINSTANCE.getFeaturesNotLockedType_FeatureId(); /** * The meta object literal for the '{@link net.opengis.wfs.impl.GMLObjectTypeListTypeImpl GML Object Type List Type}' class. * * * @see net.opengis.wfs.impl.GMLObjectTypeListTypeImpl * @see net.opengis.wfs.impl.WfsPackageImpl#getGMLObjectTypeListType() * @generated */ EClass GML_OBJECT_TYPE_LIST_TYPE = eINSTANCE.getGMLObjectTypeListType(); /** * The meta object literal for the 'GML Object Type' containment reference list feature. * * * @generated */ EReference GML_OBJECT_TYPE_LIST_TYPE__GML_OBJECT_TYPE = eINSTANCE.getGMLObjectTypeListType_GMLObjectType(); /** * The meta object literal for the '{@link net.opengis.wfs.impl.GMLObjectTypeTypeImpl GML Object Type Type}' class. * * * @see net.opengis.wfs.impl.GMLObjectTypeTypeImpl * @see net.opengis.wfs.impl.WfsPackageImpl#getGMLObjectTypeType() * @generated */ EClass GML_OBJECT_TYPE_TYPE = eINSTANCE.getGMLObjectTypeType(); /** * The meta object literal for the 'Name' attribute feature. * * * @generated */ EAttribute GML_OBJECT_TYPE_TYPE__NAME = eINSTANCE.getGMLObjectTypeType_Name(); /** * The meta object literal for the 'Title' attribute feature. * * * @generated */ EAttribute GML_OBJECT_TYPE_TYPE__TITLE = eINSTANCE.getGMLObjectTypeType_Title(); /** * The meta object literal for the 'Abstract' attribute feature. * * * @generated */ EAttribute GML_OBJECT_TYPE_TYPE__ABSTRACT = eINSTANCE.getGMLObjectTypeType_Abstract(); /** * The meta object literal for the 'Keywords' containment reference list feature. * * * @generated */ EReference GML_OBJECT_TYPE_TYPE__KEYWORDS = eINSTANCE.getGMLObjectTypeType_Keywords(); /** * The meta object literal for the 'Output Formats' containment reference feature. * * * @generated */ EReference GML_OBJECT_TYPE_TYPE__OUTPUT_FORMATS = eINSTANCE.getGMLObjectTypeType_OutputFormats(); /** * The meta object literal for the '{@link net.opengis.wfs.impl.GetCapabilitiesTypeImpl Get Capabilities Type}' class. * * * @see net.opengis.wfs.impl.GetCapabilitiesTypeImpl * @see net.opengis.wfs.impl.WfsPackageImpl#getGetCapabilitiesType() * @generated */ EClass GET_CAPABILITIES_TYPE = eINSTANCE.getGetCapabilitiesType(); /** * The meta object literal for the 'Service' attribute feature. * * * @generated */ EAttribute GET_CAPABILITIES_TYPE__SERVICE = eINSTANCE.getGetCapabilitiesType_Service(); /** * The meta object literal for the '{@link net.opengis.wfs.impl.GetFeatureTypeImpl Get Feature Type}' class. * * * @see net.opengis.wfs.impl.GetFeatureTypeImpl * @see net.opengis.wfs.impl.WfsPackageImpl#getGetFeatureType() * @generated */ EClass GET_FEATURE_TYPE = eINSTANCE.getGetFeatureType(); /** * The meta object literal for the 'Query' containment reference list feature. * * * @generated */ EReference GET_FEATURE_TYPE__QUERY = eINSTANCE.getGetFeatureType_Query(); /** * The meta object literal for the 'Max Features' attribute feature. * * * @generated */ EAttribute GET_FEATURE_TYPE__MAX_FEATURES = eINSTANCE.getGetFeatureType_MaxFeatures(); /** * The meta object literal for the 'Output Format' attribute feature. * * * @generated */ EAttribute GET_FEATURE_TYPE__OUTPUT_FORMAT = eINSTANCE.getGetFeatureType_OutputFormat(); /** * The meta object literal for the 'Result Type' attribute feature. * * * @generated */ EAttribute GET_FEATURE_TYPE__RESULT_TYPE = eINSTANCE.getGetFeatureType_ResultType(); /** * The meta object literal for the 'Traverse Xlink Depth' attribute feature. * * * @generated */ EAttribute GET_FEATURE_TYPE__TRAVERSE_XLINK_DEPTH = eINSTANCE.getGetFeatureType_TraverseXlinkDepth(); /** * The meta object literal for the 'Traverse Xlink Expiry' attribute feature. * * * @generated */ EAttribute GET_FEATURE_TYPE__TRAVERSE_XLINK_EXPIRY = eINSTANCE.getGetFeatureType_TraverseXlinkExpiry(); /** * The meta object literal for the 'Format Options' attribute feature. * * * @generated */ EAttribute GET_FEATURE_TYPE__FORMAT_OPTIONS = eINSTANCE.getGetFeatureType_FormatOptions(); /** * The meta object literal for the '{@link net.opengis.wfs.impl.GetFeatureWithLockTypeImpl Get Feature With Lock Type}' class. * * * @see net.opengis.wfs.impl.GetFeatureWithLockTypeImpl * @see net.opengis.wfs.impl.WfsPackageImpl#getGetFeatureWithLockType() * @generated */ EClass GET_FEATURE_WITH_LOCK_TYPE = eINSTANCE.getGetFeatureWithLockType(); /** * The meta object literal for the 'Expiry' attribute feature. * * * @generated */ EAttribute GET_FEATURE_WITH_LOCK_TYPE__EXPIRY = eINSTANCE.getGetFeatureWithLockType_Expiry(); /** * The meta object literal for the '{@link net.opengis.wfs.impl.GetGmlObjectTypeImpl Get Gml Object Type}' class. * * * @see net.opengis.wfs.impl.GetGmlObjectTypeImpl * @see net.opengis.wfs.impl.WfsPackageImpl#getGetGmlObjectType() * @generated */ EClass GET_GML_OBJECT_TYPE = eINSTANCE.getGetGmlObjectType(); /** * The meta object literal for the 'Gml Object Id' attribute feature. * * * @generated */ EAttribute GET_GML_OBJECT_TYPE__GML_OBJECT_ID = eINSTANCE.getGetGmlObjectType_GmlObjectId(); /** * The meta object literal for the 'Output Format' attribute feature. * * * @generated */ EAttribute GET_GML_OBJECT_TYPE__OUTPUT_FORMAT = eINSTANCE.getGetGmlObjectType_OutputFormat(); /** * The meta object literal for the 'Traverse Xlink Depth' attribute feature. * * * @generated */ EAttribute GET_GML_OBJECT_TYPE__TRAVERSE_XLINK_DEPTH = eINSTANCE.getGetGmlObjectType_TraverseXlinkDepth(); /** * The meta object literal for the 'Traverse Xlink Expiry' attribute feature. * * * @generated */ EAttribute GET_GML_OBJECT_TYPE__TRAVERSE_XLINK_EXPIRY = eINSTANCE.getGetGmlObjectType_TraverseXlinkExpiry(); /** * The meta object literal for the '{@link net.opengis.wfs.impl.InsertElementTypeImpl Insert Element Type}' class. * * * @see net.opengis.wfs.impl.InsertElementTypeImpl * @see net.opengis.wfs.impl.WfsPackageImpl#getInsertElementType() * @generated */ EClass INSERT_ELEMENT_TYPE = eINSTANCE.getInsertElementType(); /** * The meta object literal for the 'Feature' attribute list feature. * * * @generated */ EAttribute INSERT_ELEMENT_TYPE__FEATURE = eINSTANCE.getInsertElementType_Feature(); /** * The meta object literal for the 'Handle' attribute feature. * * * @generated */ EAttribute INSERT_ELEMENT_TYPE__HANDLE = eINSTANCE.getInsertElementType_Handle(); /** * The meta object literal for the 'Idgen' attribute feature. * * * @generated */ EAttribute INSERT_ELEMENT_TYPE__IDGEN = eINSTANCE.getInsertElementType_Idgen(); /** * The meta object literal for the 'Input Format' attribute feature. * * * @generated */ EAttribute INSERT_ELEMENT_TYPE__INPUT_FORMAT = eINSTANCE.getInsertElementType_InputFormat(); /** * The meta object literal for the 'Srs Name' attribute feature. * * * @generated */ EAttribute INSERT_ELEMENT_TYPE__SRS_NAME = eINSTANCE.getInsertElementType_SrsName(); /** * The meta object literal for the '{@link net.opengis.wfs.impl.InsertResultsTypeImpl Insert Results Type}' class. * * * @see net.opengis.wfs.impl.InsertResultsTypeImpl * @see net.opengis.wfs.impl.WfsPackageImpl#getInsertResultsType() * @generated */ EClass INSERT_RESULTS_TYPE = eINSTANCE.getInsertResultsType(); /** * The meta object literal for the 'Feature' containment reference list feature. * * * @generated */ EReference INSERT_RESULTS_TYPE__FEATURE = eINSTANCE.getInsertResultsType_Feature(); /** * The meta object literal for the '{@link net.opengis.wfs.impl.InsertedFeatureTypeImpl Inserted Feature Type}' class. * * * @see net.opengis.wfs.impl.InsertedFeatureTypeImpl * @see net.opengis.wfs.impl.WfsPackageImpl#getInsertedFeatureType() * @generated */ EClass INSERTED_FEATURE_TYPE = eINSTANCE.getInsertedFeatureType(); /** * The meta object literal for the 'Feature Id' attribute list feature. * * * @generated */ EAttribute INSERTED_FEATURE_TYPE__FEATURE_ID = eINSTANCE.getInsertedFeatureType_FeatureId(); /** * The meta object literal for the 'Handle' attribute feature. * * * @generated */ EAttribute INSERTED_FEATURE_TYPE__HANDLE = eINSTANCE.getInsertedFeatureType_Handle(); /** * The meta object literal for the '{@link net.opengis.wfs.impl.LockFeatureResponseTypeImpl Lock Feature Response Type}' class. * * * @see net.opengis.wfs.impl.LockFeatureResponseTypeImpl * @see net.opengis.wfs.impl.WfsPackageImpl#getLockFeatureResponseType() * @generated */ EClass LOCK_FEATURE_RESPONSE_TYPE = eINSTANCE.getLockFeatureResponseType(); /** * The meta object literal for the 'Lock Id' attribute feature. * * * @generated */ EAttribute LOCK_FEATURE_RESPONSE_TYPE__LOCK_ID = eINSTANCE.getLockFeatureResponseType_LockId(); /** * The meta object literal for the 'Features Locked' containment reference feature. * * * @generated */ EReference LOCK_FEATURE_RESPONSE_TYPE__FEATURES_LOCKED = eINSTANCE.getLockFeatureResponseType_FeaturesLocked(); /** * The meta object literal for the 'Features Not Locked' containment reference feature. * * * @generated */ EReference LOCK_FEATURE_RESPONSE_TYPE__FEATURES_NOT_LOCKED = eINSTANCE.getLockFeatureResponseType_FeaturesNotLocked(); /** * The meta object literal for the '{@link net.opengis.wfs.impl.LockFeatureTypeImpl Lock Feature Type}' class. * * * @see net.opengis.wfs.impl.LockFeatureTypeImpl * @see net.opengis.wfs.impl.WfsPackageImpl#getLockFeatureType() * @generated */ EClass LOCK_FEATURE_TYPE = eINSTANCE.getLockFeatureType(); /** * The meta object literal for the 'Lock' containment reference list feature. * * * @generated */ EReference LOCK_FEATURE_TYPE__LOCK = eINSTANCE.getLockFeatureType_Lock(); /** * The meta object literal for the 'Expiry' attribute feature. * * * @generated */ EAttribute LOCK_FEATURE_TYPE__EXPIRY = eINSTANCE.getLockFeatureType_Expiry(); /** * The meta object literal for the 'Lock Action' attribute feature. * * * @generated */ EAttribute LOCK_FEATURE_TYPE__LOCK_ACTION = eINSTANCE.getLockFeatureType_LockAction(); /** * The meta object literal for the '{@link net.opengis.wfs.impl.LockTypeImpl Lock Type}' class. * * * @see net.opengis.wfs.impl.LockTypeImpl * @see net.opengis.wfs.impl.WfsPackageImpl#getLockType() * @generated */ EClass LOCK_TYPE = eINSTANCE.getLockType(); /** * The meta object literal for the 'Filter' attribute feature. * * * @generated */ EAttribute LOCK_TYPE__FILTER = eINSTANCE.getLockType_Filter(); /** * The meta object literal for the 'Handle' attribute feature. * * * @generated */ EAttribute LOCK_TYPE__HANDLE = eINSTANCE.getLockType_Handle(); /** * The meta object literal for the 'Type Name' attribute feature. * * * @generated */ EAttribute LOCK_TYPE__TYPE_NAME = eINSTANCE.getLockType_TypeName(); /** * The meta object literal for the '{@link net.opengis.wfs.impl.MetadataURLTypeImpl Metadata URL Type}' class. * * * @see net.opengis.wfs.impl.MetadataURLTypeImpl * @see net.opengis.wfs.impl.WfsPackageImpl#getMetadataURLType() * @generated */ EClass METADATA_URL_TYPE = eINSTANCE.getMetadataURLType(); /** * The meta object literal for the 'Value' attribute feature. * * * @generated */ EAttribute METADATA_URL_TYPE__VALUE = eINSTANCE.getMetadataURLType_Value(); /** * The meta object literal for the 'Format' attribute feature. * * * @generated */ EAttribute METADATA_URL_TYPE__FORMAT = eINSTANCE.getMetadataURLType_Format(); /** * The meta object literal for the 'Type' attribute feature. * * * @generated */ EAttribute METADATA_URL_TYPE__TYPE = eINSTANCE.getMetadataURLType_Type(); /** * The meta object literal for the '{@link net.opengis.wfs.impl.NativeTypeImpl Native Type}' class. * * * @see net.opengis.wfs.impl.NativeTypeImpl * @see net.opengis.wfs.impl.WfsPackageImpl#getNativeType() * @generated */ EClass NATIVE_TYPE = eINSTANCE.getNativeType(); /** * The meta object literal for the 'Safe To Ignore' attribute feature. * * * @generated */ EAttribute NATIVE_TYPE__SAFE_TO_IGNORE = eINSTANCE.getNativeType_SafeToIgnore(); /** * The meta object literal for the 'Vendor Id' attribute feature. * * * @generated */ EAttribute NATIVE_TYPE__VENDOR_ID = eINSTANCE.getNativeType_VendorId(); /** * The meta object literal for the '{@link net.opengis.wfs.impl.NoSRSTypeImpl No SRS Type}' class. * * * @see net.opengis.wfs.impl.NoSRSTypeImpl * @see net.opengis.wfs.impl.WfsPackageImpl#getNoSRSType() * @generated */ EClass NO_SRS_TYPE = eINSTANCE.getNoSRSType(); /** * The meta object literal for the '{@link net.opengis.wfs.impl.OperationsTypeImpl Operations Type}' class. * * * @see net.opengis.wfs.impl.OperationsTypeImpl * @see net.opengis.wfs.impl.WfsPackageImpl#getOperationsType() * @generated */ EClass OPERATIONS_TYPE = eINSTANCE.getOperationsType(); /** * The meta object literal for the 'Operation' attribute feature. * * * @generated */ EAttribute OPERATIONS_TYPE__OPERATION = eINSTANCE.getOperationsType_Operation(); /** * The meta object literal for the '{@link net.opengis.wfs.impl.OutputFormatListTypeImpl Output Format List Type}' class. * * * @see net.opengis.wfs.impl.OutputFormatListTypeImpl * @see net.opengis.wfs.impl.WfsPackageImpl#getOutputFormatListType() * @generated */ EClass OUTPUT_FORMAT_LIST_TYPE = eINSTANCE.getOutputFormatListType(); /** * The meta object literal for the 'Group' attribute list feature. * * * @generated */ EAttribute OUTPUT_FORMAT_LIST_TYPE__GROUP = eINSTANCE.getOutputFormatListType_Group(); /** * The meta object literal for the 'Format' attribute list feature. * * * @generated */ EAttribute OUTPUT_FORMAT_LIST_TYPE__FORMAT = eINSTANCE.getOutputFormatListType_Format(); /** * The meta object literal for the '{@link net.opengis.wfs.impl.PropertyTypeImpl Property Type}' class. * * * @see net.opengis.wfs.impl.PropertyTypeImpl * @see net.opengis.wfs.impl.WfsPackageImpl#getPropertyType() * @generated */ EClass PROPERTY_TYPE = eINSTANCE.getPropertyType(); /** * The meta object literal for the 'Name' attribute feature. * * * @generated */ EAttribute PROPERTY_TYPE__NAME = eINSTANCE.getPropertyType_Name(); /** * The meta object literal for the 'Value' attribute feature. * * * @generated */ EAttribute PROPERTY_TYPE__VALUE = eINSTANCE.getPropertyType_Value(); /** * The meta object literal for the '{@link net.opengis.wfs.impl.QueryTypeImpl Query Type}' class. * * * @see net.opengis.wfs.impl.QueryTypeImpl * @see net.opengis.wfs.impl.WfsPackageImpl#getQueryType() * @generated */ EClass QUERY_TYPE = eINSTANCE.getQueryType(); /** * The meta object literal for the 'Group' attribute list feature. * * * @generated */ EAttribute QUERY_TYPE__GROUP = eINSTANCE.getQueryType_Group(); /** * The meta object literal for the 'Property Name' attribute list feature. * * * @generated */ EAttribute QUERY_TYPE__PROPERTY_NAME = eINSTANCE.getQueryType_PropertyName(); /** * The meta object literal for the 'Xlink Property Name' containment reference list feature. * * * @generated */ EReference QUERY_TYPE__XLINK_PROPERTY_NAME = eINSTANCE.getQueryType_XlinkPropertyName(); /** * The meta object literal for the 'Function' attribute list feature. * * * @generated */ EAttribute QUERY_TYPE__FUNCTION = eINSTANCE.getQueryType_Function(); /** * The meta object literal for the 'Filter' attribute feature. * * * @generated */ EAttribute QUERY_TYPE__FILTER = eINSTANCE.getQueryType_Filter(); /** * The meta object literal for the 'Sort By' attribute list feature. * * * @generated */ EAttribute QUERY_TYPE__SORT_BY = eINSTANCE.getQueryType_SortBy(); /** * The meta object literal for the 'Feature Version' attribute feature. * * * @generated */ EAttribute QUERY_TYPE__FEATURE_VERSION = eINSTANCE.getQueryType_FeatureVersion(); /** * The meta object literal for the 'Handle' attribute feature. * * * @generated */ EAttribute QUERY_TYPE__HANDLE = eINSTANCE.getQueryType_Handle(); /** * The meta object literal for the 'Srs Name' attribute feature. * * * @generated */ EAttribute QUERY_TYPE__SRS_NAME = eINSTANCE.getQueryType_SrsName(); /** * The meta object literal for the 'Type Name' attribute feature. * * * @generated */ EAttribute QUERY_TYPE__TYPE_NAME = eINSTANCE.getQueryType_TypeName(); /** * The meta object literal for the '{@link net.opengis.wfs.impl.TransactionResponseTypeImpl Transaction Response Type}' class. * * * @see net.opengis.wfs.impl.TransactionResponseTypeImpl * @see net.opengis.wfs.impl.WfsPackageImpl#getTransactionResponseType() * @generated */ EClass TRANSACTION_RESPONSE_TYPE = eINSTANCE.getTransactionResponseType(); /** * The meta object literal for the 'Transaction Summary' containment reference feature. * * * @generated */ EReference TRANSACTION_RESPONSE_TYPE__TRANSACTION_SUMMARY = eINSTANCE.getTransactionResponseType_TransactionSummary(); /** * The meta object literal for the 'Transaction Results' containment reference feature. * * * @generated */ EReference TRANSACTION_RESPONSE_TYPE__TRANSACTION_RESULTS = eINSTANCE.getTransactionResponseType_TransactionResults(); /** * The meta object literal for the 'Insert Results' containment reference feature. * * * @generated */ EReference TRANSACTION_RESPONSE_TYPE__INSERT_RESULTS = eINSTANCE.getTransactionResponseType_InsertResults(); /** * The meta object literal for the 'Version' attribute feature. * * * @generated */ EAttribute TRANSACTION_RESPONSE_TYPE__VERSION = eINSTANCE.getTransactionResponseType_Version(); /** * The meta object literal for the '{@link net.opengis.wfs.impl.TransactionResultsTypeImpl Transaction Results Type}' class. * * * @see net.opengis.wfs.impl.TransactionResultsTypeImpl * @see net.opengis.wfs.impl.WfsPackageImpl#getTransactionResultsType() * @generated */ EClass TRANSACTION_RESULTS_TYPE = eINSTANCE.getTransactionResultsType(); /** * The meta object literal for the 'Handle' attribute feature. * * * @generated */ EAttribute TRANSACTION_RESULTS_TYPE__HANDLE = eINSTANCE.getTransactionResultsType_Handle(); /** * The meta object literal for the 'Action' containment reference list feature. * * * @generated */ EReference TRANSACTION_RESULTS_TYPE__ACTION = eINSTANCE.getTransactionResultsType_Action(); /** * The meta object literal for the '{@link net.opengis.wfs.impl.TransactionSummaryTypeImpl Transaction Summary Type}' class. * * * @see net.opengis.wfs.impl.TransactionSummaryTypeImpl * @see net.opengis.wfs.impl.WfsPackageImpl#getTransactionSummaryType() * @generated */ EClass TRANSACTION_SUMMARY_TYPE = eINSTANCE.getTransactionSummaryType(); /** * The meta object literal for the 'Total Inserted' attribute feature. * * * @generated */ EAttribute TRANSACTION_SUMMARY_TYPE__TOTAL_INSERTED = eINSTANCE.getTransactionSummaryType_TotalInserted(); /** * The meta object literal for the 'Total Updated' attribute feature. * * * @generated */ EAttribute TRANSACTION_SUMMARY_TYPE__TOTAL_UPDATED = eINSTANCE.getTransactionSummaryType_TotalUpdated(); /** * The meta object literal for the 'Total Deleted' attribute feature. * * * @generated */ EAttribute TRANSACTION_SUMMARY_TYPE__TOTAL_DELETED = eINSTANCE.getTransactionSummaryType_TotalDeleted(); /** * The meta object literal for the '{@link net.opengis.wfs.impl.TransactionTypeImpl Transaction Type}' class. * * * @see net.opengis.wfs.impl.TransactionTypeImpl * @see net.opengis.wfs.impl.WfsPackageImpl#getTransactionType() * @generated */ EClass TRANSACTION_TYPE = eINSTANCE.getTransactionType(); /** * The meta object literal for the 'Lock Id' attribute feature. * * * @generated */ EAttribute TRANSACTION_TYPE__LOCK_ID = eINSTANCE.getTransactionType_LockId(); /** * The meta object literal for the 'Group' attribute list feature. * * * @generated */ EAttribute TRANSACTION_TYPE__GROUP = eINSTANCE.getTransactionType_Group(); /** * The meta object literal for the 'Insert' containment reference list feature. * * * @generated */ EReference TRANSACTION_TYPE__INSERT = eINSTANCE.getTransactionType_Insert(); /** * The meta object literal for the 'Update' containment reference list feature. * * * @generated */ EReference TRANSACTION_TYPE__UPDATE = eINSTANCE.getTransactionType_Update(); /** * The meta object literal for the 'Delete' containment reference list feature. * * * @generated */ EReference TRANSACTION_TYPE__DELETE = eINSTANCE.getTransactionType_Delete(); /** * The meta object literal for the 'Native' containment reference list feature. * * * @generated */ EReference TRANSACTION_TYPE__NATIVE = eINSTANCE.getTransactionType_Native(); /** * The meta object literal for the 'Release Action' attribute feature. * * * @generated */ EAttribute TRANSACTION_TYPE__RELEASE_ACTION = eINSTANCE.getTransactionType_ReleaseAction(); /** * The meta object literal for the '{@link net.opengis.wfs.impl.UpdateElementTypeImpl Update Element Type}' class. * * * @see net.opengis.wfs.impl.UpdateElementTypeImpl * @see net.opengis.wfs.impl.WfsPackageImpl#getUpdateElementType() * @generated */ EClass UPDATE_ELEMENT_TYPE = eINSTANCE.getUpdateElementType(); /** * The meta object literal for the 'Property' containment reference list feature. * * * @generated */ EReference UPDATE_ELEMENT_TYPE__PROPERTY = eINSTANCE.getUpdateElementType_Property(); /** * The meta object literal for the 'Filter' attribute feature. * * * @generated */ EAttribute UPDATE_ELEMENT_TYPE__FILTER = eINSTANCE.getUpdateElementType_Filter(); /** * The meta object literal for the 'Handle' attribute feature. * * * @generated */ EAttribute UPDATE_ELEMENT_TYPE__HANDLE = eINSTANCE.getUpdateElementType_Handle(); /** * The meta object literal for the 'Input Format' attribute feature. * * * @generated */ EAttribute UPDATE_ELEMENT_TYPE__INPUT_FORMAT = eINSTANCE.getUpdateElementType_InputFormat(); /** * The meta object literal for the 'Srs Name' attribute feature. * * * @generated */ EAttribute UPDATE_ELEMENT_TYPE__SRS_NAME = eINSTANCE.getUpdateElementType_SrsName(); /** * The meta object literal for the 'Type Name' attribute feature. * * * @generated */ EAttribute UPDATE_ELEMENT_TYPE__TYPE_NAME = eINSTANCE.getUpdateElementType_TypeName(); /** * The meta object literal for the '{@link net.opengis.wfs.impl.WFSCapabilitiesTypeImpl WFS Capabilities Type}' class. * * * @see net.opengis.wfs.impl.WFSCapabilitiesTypeImpl * @see net.opengis.wfs.impl.WfsPackageImpl#getWFSCapabilitiesType() * @generated */ EClass WFS_CAPABILITIES_TYPE = eINSTANCE.getWFSCapabilitiesType(); /** * The meta object literal for the 'Feature Type List' containment reference feature. * * * @generated */ EReference WFS_CAPABILITIES_TYPE__FEATURE_TYPE_LIST = eINSTANCE.getWFSCapabilitiesType_FeatureTypeList(); /** * The meta object literal for the 'Serves GML Object Type List' containment reference feature. * * * @generated */ EReference WFS_CAPABILITIES_TYPE__SERVES_GML_OBJECT_TYPE_LIST = eINSTANCE.getWFSCapabilitiesType_ServesGMLObjectTypeList(); /** * The meta object literal for the 'Supports GML Object Type List' containment reference feature. * * * @generated */ EReference WFS_CAPABILITIES_TYPE__SUPPORTS_GML_OBJECT_TYPE_LIST = eINSTANCE.getWFSCapabilitiesType_SupportsGMLObjectTypeList(); /** * The meta object literal for the 'Filter Capabilities' attribute feature. * * * @generated */ EAttribute WFS_CAPABILITIES_TYPE__FILTER_CAPABILITIES = eINSTANCE.getWFSCapabilitiesType_FilterCapabilities(); /** * The meta object literal for the '{@link net.opengis.wfs.impl.XlinkPropertyNameTypeImpl Xlink Property Name Type}' class. * * * @see net.opengis.wfs.impl.XlinkPropertyNameTypeImpl * @see net.opengis.wfs.impl.WfsPackageImpl#getXlinkPropertyNameType() * @generated */ EClass XLINK_PROPERTY_NAME_TYPE = eINSTANCE.getXlinkPropertyNameType(); /** * The meta object literal for the 'Value' attribute feature. * * * @generated */ EAttribute XLINK_PROPERTY_NAME_TYPE__VALUE = eINSTANCE.getXlinkPropertyNameType_Value(); /** * The meta object literal for the 'Traverse Xlink Depth' attribute feature. * * * @generated */ EAttribute XLINK_PROPERTY_NAME_TYPE__TRAVERSE_XLINK_DEPTH = eINSTANCE.getXlinkPropertyNameType_TraverseXlinkDepth(); /** * The meta object literal for the 'Traverse Xlink Expiry' attribute feature. * * * @generated */ EAttribute XLINK_PROPERTY_NAME_TYPE__TRAVERSE_XLINK_EXPIRY = eINSTANCE.getXlinkPropertyNameType_TraverseXlinkExpiry(); /** * The meta object literal for the '{@link net.opengis.wfs.AllSomeType All Some Type}' enum. * * * @see net.opengis.wfs.AllSomeType * @see net.opengis.wfs.impl.WfsPackageImpl#getAllSomeType() * @generated */ EEnum ALL_SOME_TYPE = eINSTANCE.getAllSomeType(); /** * The meta object literal for the '{@link net.opengis.wfs.IdentifierGenerationOptionType Identifier Generation Option Type}' enum. * * * @see net.opengis.wfs.IdentifierGenerationOptionType * @see net.opengis.wfs.impl.WfsPackageImpl#getIdentifierGenerationOptionType() * @generated */ EEnum IDENTIFIER_GENERATION_OPTION_TYPE = eINSTANCE.getIdentifierGenerationOptionType(); /** * The meta object literal for the '{@link net.opengis.wfs.OperationType Operation Type}' enum. * * * @see net.opengis.wfs.OperationType * @see net.opengis.wfs.impl.WfsPackageImpl#getOperationType() * @generated */ EEnum OPERATION_TYPE = eINSTANCE.getOperationType(); /** * The meta object literal for the '{@link net.opengis.wfs.ResultTypeType Result Type Type}' enum. * * * @see net.opengis.wfs.ResultTypeType * @see net.opengis.wfs.impl.WfsPackageImpl#getResultTypeType() * @generated */ EEnum RESULT_TYPE_TYPE = eINSTANCE.getResultTypeType(); /** * The meta object literal for the 'Service Type' data type. * * * @see java.lang.String * @see net.opengis.wfs.impl.WfsPackageImpl#getServiceType() * @generated */ EDataType SERVICE_TYPE = eINSTANCE.getServiceType(); /** * The meta object literal for the 'Filter' data type. * * * @see org.opengis.filter.Filter * @see net.opengis.wfs.impl.WfsPackageImpl#getFilter() * @generated */ EDataType FILTER = eINSTANCE.getFilter(); /** * The meta object literal for the 'Filter Capabilities' data type. * * * @see org.opengis.filter.capability.FilterCapabilities * @see net.opengis.wfs.impl.WfsPackageImpl#getFilterCapabilities() * @generated */ EDataType FILTER_CAPABILITIES = eINSTANCE.getFilterCapabilities(); /** * The meta object literal for the 'QName' data type. * * * @see javax.xml.namespace.QName * @see net.opengis.wfs.impl.WfsPackageImpl#getQName() * @generated */ EDataType QNAME = eINSTANCE.getQName(); /** * The meta object literal for the 'Calendar' data type. * * * @see java.util.Calendar * @see net.opengis.wfs.impl.WfsPackageImpl#getCalendar() * @generated */ EDataType CALENDAR = eINSTANCE.getCalendar(); /** * The meta object literal for the 'Feature Collection' data type. * * * @see org.geotools.feature.FeatureCollection * @see net.opengis.wfs.impl.WfsPackageImpl#getFeatureCollection() * @generated */ EDataType FEATURE_COLLECTION = eINSTANCE.getFeatureCollection(); /** * The meta object literal for the 'Feature Id' data type. * * * @see org.opengis.filter.identity.FeatureId * @see net.opengis.wfs.impl.WfsPackageImpl#getFeatureId() * @generated */ EDataType FEATURE_ID = eINSTANCE.getFeatureId(); /** * The meta object literal for the 'Service Type 1' data type. * * * @see java.lang.String * @see net.opengis.wfs.impl.WfsPackageImpl#getServiceType_1() * @generated */ EDataType SERVICE_TYPE_1 = eINSTANCE.getServiceType_1(); /** * The meta object literal for the 'URI' data type. * * * @see java.net.URI * @see net.opengis.wfs.impl.WfsPackageImpl#getURI() * @generated */ EDataType URI = eINSTANCE.getURI(); /** * The meta object literal for the 'Format Type' data type. * * * @see java.lang.String * @see net.opengis.wfs.impl.WfsPackageImpl#getFormatType() * @generated */ EDataType FORMAT_TYPE = eINSTANCE.getFormatType(); /** * The meta object literal for the 'Type Type' data type. * * * @see java.lang.String * @see net.opengis.wfs.impl.WfsPackageImpl#getTypeType() * @generated */ EDataType TYPE_TYPE = eINSTANCE.getTypeType(); /** * The meta object literal for the 'Function' data type. * * * @see org.opengis.filter.expression.Function * @see net.opengis.wfs.impl.WfsPackageImpl#getFunction() * @generated */ EDataType FUNCTION = eINSTANCE.getFunction(); /** * The meta object literal for the 'Sort By' data type. * * * @see org.opengis.filter.sort.SortBy * @see net.opengis.wfs.impl.WfsPackageImpl#getSortBy() * @generated */ EDataType SORT_BY = eINSTANCE.getSortBy(); /** * The meta object literal for the 'Type Name List Type' data type. * * * @see java.util.List * @see net.opengis.wfs.impl.WfsPackageImpl#getTypeNameListType() * @generated */ EDataType TYPE_NAME_LIST_TYPE = eINSTANCE.getTypeNameListType(); /** * The meta object literal for the 'Map' data type. * * * @see java.util.Map * @see net.opengis.wfs.impl.WfsPackageImpl#getMap() * @generated */ EDataType MAP = eINSTANCE.getMap(); } } //WfsPackage