📄 owspackage.java
字号:
/**
* <copyright>
* </copyright>
*
* $Id: OwsPackage.java 7522 2007-09-12 22:00:10Z saul.farber $
*/
package net.opengis.ows;
import org.eclipse.emf.ecore.EAttribute;
import org.eclipse.emf.ecore.EClass;
import org.eclipse.emf.ecore.EDataType;
import org.eclipse.emf.ecore.EPackage;
import org.eclipse.emf.ecore.EReference;
/**
* <!-- begin-user-doc -->
* The <b>Package</b> for the model.
* It contains accessors for the meta objects to represent
* <ul>
* <li>each class,</li>
* <li>each feature of each class,</li>
* <li>each enum,</li>
* <li>and each data type</li>
* </ul>
* <!-- end-user-doc -->
* @see net.opengis.ows.OwsFactory
* @model kind="package"
* @generated
*/
public interface OwsPackage extends EPackage {
/**
* The package name.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @generated
*/
String eNAME = "ows";
/**
* The package namespace URI.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @generated
*/
String eNS_URI = "http:///net/opengis/ows.ecore";
/**
* The package namespace name.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @generated
*/
String eNS_PREFIX = "net.opengis.ows";
/**
* The singleton instance of the package.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @generated
*/
OwsPackage eINSTANCE = net.opengis.ows.impl.OwsPackageImpl.init();
/**
* The meta object id for the '{@link net.opengis.ows.impl.AcceptFormatsTypeImpl <em>Accept Formats Type</em>}' class.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @see net.opengis.ows.impl.AcceptFormatsTypeImpl
* @see net.opengis.ows.impl.OwsPackageImpl#getAcceptFormatsType()
* @generated
*/
int ACCEPT_FORMATS_TYPE = 0;
/**
* The feature id for the '<em><b>Output Format</b></em>' attribute list.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @generated
* @ordered
*/
int ACCEPT_FORMATS_TYPE__OUTPUT_FORMAT = 0;
/**
* The number of structural features of the '<em>Accept Formats Type</em>' class.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @generated
* @ordered
*/
int ACCEPT_FORMATS_TYPE_FEATURE_COUNT = 1;
/**
* The meta object id for the '{@link net.opengis.ows.impl.AcceptVersionsTypeImpl <em>Accept Versions Type</em>}' class.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @see net.opengis.ows.impl.AcceptVersionsTypeImpl
* @see net.opengis.ows.impl.OwsPackageImpl#getAcceptVersionsType()
* @generated
*/
int ACCEPT_VERSIONS_TYPE = 1;
/**
* The feature id for the '<em><b>Version</b></em>' attribute list.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @generated
* @ordered
*/
int ACCEPT_VERSIONS_TYPE__VERSION = 0;
/**
* The number of structural features of the '<em>Accept Versions Type</em>' class.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @generated
* @ordered
*/
int ACCEPT_VERSIONS_TYPE_FEATURE_COUNT = 1;
/**
* The meta object id for the '{@link net.opengis.ows.impl.AddressTypeImpl <em>Address Type</em>}' class.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @see net.opengis.ows.impl.AddressTypeImpl
* @see net.opengis.ows.impl.OwsPackageImpl#getAddressType()
* @generated
*/
int ADDRESS_TYPE = 2;
/**
* The feature id for the '<em><b>Delivery Point</b></em>' attribute.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @generated
* @ordered
*/
int ADDRESS_TYPE__DELIVERY_POINT = 0;
/**
* The feature id for the '<em><b>City</b></em>' attribute.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @generated
* @ordered
*/
int ADDRESS_TYPE__CITY = 1;
/**
* The feature id for the '<em><b>Administrative Area</b></em>' attribute.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @generated
* @ordered
*/
int ADDRESS_TYPE__ADMINISTRATIVE_AREA = 2;
/**
* The feature id for the '<em><b>Postal Code</b></em>' attribute.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @generated
* @ordered
*/
int ADDRESS_TYPE__POSTAL_CODE = 3;
/**
* The feature id for the '<em><b>Country</b></em>' attribute.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @generated
* @ordered
*/
int ADDRESS_TYPE__COUNTRY = 4;
/**
* The feature id for the '<em><b>Electronic Mail Address</b></em>' attribute.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @generated
* @ordered
*/
int ADDRESS_TYPE__ELECTRONIC_MAIL_ADDRESS = 5;
/**
* The number of structural features of the '<em>Address Type</em>' class.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @generated
* @ordered
*/
int ADDRESS_TYPE_FEATURE_COUNT = 6;
/**
* The meta object id for the '{@link net.opengis.ows.impl.BoundingBoxTypeImpl <em>Bounding Box Type</em>}' class.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @see net.opengis.ows.impl.BoundingBoxTypeImpl
* @see net.opengis.ows.impl.OwsPackageImpl#getBoundingBoxType()
* @generated
*/
int BOUNDING_BOX_TYPE = 3;
/**
* The feature id for the '<em><b>Lower Corner</b></em>' attribute.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @generated
* @ordered
*/
int BOUNDING_BOX_TYPE__LOWER_CORNER = 0;
/**
* The feature id for the '<em><b>Upper Corner</b></em>' attribute.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @generated
* @ordered
*/
int BOUNDING_BOX_TYPE__UPPER_CORNER = 1;
/**
* The feature id for the '<em><b>Crs</b></em>' attribute.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @generated
* @ordered
*/
int BOUNDING_BOX_TYPE__CRS = 2;
/**
* The feature id for the '<em><b>Dimensions</b></em>' attribute.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @generated
* @ordered
*/
int BOUNDING_BOX_TYPE__DIMENSIONS = 3;
/**
* The number of structural features of the '<em>Bounding Box Type</em>' class.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @generated
* @ordered
*/
int BOUNDING_BOX_TYPE_FEATURE_COUNT = 4;
/**
* The meta object id for the '{@link net.opengis.ows.impl.CapabilitiesBaseTypeImpl <em>Capabilities Base Type</em>}' class.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @see net.opengis.ows.impl.CapabilitiesBaseTypeImpl
* @see net.opengis.ows.impl.OwsPackageImpl#getCapabilitiesBaseType()
* @generated
*/
int CAPABILITIES_BASE_TYPE = 4;
/**
* The feature id for the '<em><b>Service Identification</b></em>' containment reference.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @generated
* @ordered
*/
int CAPABILITIES_BASE_TYPE__SERVICE_IDENTIFICATION = 0;
/**
* The feature id for the '<em><b>Service Provider</b></em>' containment reference.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @generated
* @ordered
*/
int CAPABILITIES_BASE_TYPE__SERVICE_PROVIDER = 1;
/**
* The feature id for the '<em><b>Operations Metadata</b></em>' containment reference.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @generated
* @ordered
*/
int CAPABILITIES_BASE_TYPE__OPERATIONS_METADATA = 2;
/**
* The feature id for the '<em><b>Update Sequence</b></em>' attribute.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @generated
* @ordered
*/
int CAPABILITIES_BASE_TYPE__UPDATE_SEQUENCE = 3;
/**
* The feature id for the '<em><b>Version</b></em>' attribute.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @generated
* @ordered
*/
int CAPABILITIES_BASE_TYPE__VERSION = 4;
/**
* The number of structural features of the '<em>Capabilities Base Type</em>' class.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @generated
* @ordered
*/
int CAPABILITIES_BASE_TYPE_FEATURE_COUNT = 5;
/**
* The meta object id for the '{@link net.opengis.ows.impl.CodeTypeImpl <em>Code Type</em>}' class.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @see net.opengis.ows.impl.CodeTypeImpl
* @see net.opengis.ows.impl.OwsPackageImpl#getCodeType()
* @generated
*/
int CODE_TYPE = 5;
/**
* The feature id for the '<em><b>Value</b></em>' attribute.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @generated
* @ordered
*/
int CODE_TYPE__VALUE = 0;
/**
* The feature id for the '<em><b>Code Space</b></em>' attribute.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @generated
* @ordered
*/
int CODE_TYPE__CODE_SPACE = 1;
/**
* The number of structural features of the '<em>Code Type</em>' class.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @generated
* @ordered
*/
int CODE_TYPE_FEATURE_COUNT = 2;
/**
* The meta object id for the '{@link net.opengis.ows.impl.ContactTypeImpl <em>Contact Type</em>}' class.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @see net.opengis.ows.impl.ContactTypeImpl
* @see net.opengis.ows.impl.OwsPackageImpl#getContactType()
* @generated
*/
int CONTACT_TYPE = 6;
/**
* The feature id for the '<em><b>Phone</b></em>' containment reference.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @generated
* @ordered
*/
int CONTACT_TYPE__PHONE = 0;
/**
* The feature id for the '<em><b>Address</b></em>' containment reference.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @generated
* @ordered
*/
int CONTACT_TYPE__ADDRESS = 1;
/**
* The feature id for the '<em><b>Online Resource</b></em>' containment reference.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @generated
* @ordered
*/
int CONTACT_TYPE__ONLINE_RESOURCE = 2;
/**
* The feature id for the '<em><b>Hours Of Service</b></em>' attribute.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @generated
* @ordered
*/
int CONTACT_TYPE__HOURS_OF_SERVICE = 3;
/**
* The feature id for the '<em><b>Contact Instructions</b></em>' attribute.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @generated
* @ordered
*/
int CONTACT_TYPE__CONTACT_INSTRUCTIONS = 4;
/**
* The number of structural features of the '<em>Contact Type</em>' class.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @generated
* @ordered
*/
int CONTACT_TYPE_FEATURE_COUNT = 5;
/**
* The meta object id for the '{@link net.opengis.ows.impl.DCPTypeImpl <em>DCP Type</em>}' class.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @see net.opengis.ows.impl.DCPTypeImpl
* @see net.opengis.ows.impl.OwsPackageImpl#getDCPType()
* @generated
*/
int DCP_TYPE = 7;
/**
* The feature id for the '<em><b>HTTP</b></em>' containment reference.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @generated
* @ordered
*/
int DCP_TYPE__HTTP = 0;
/**
* The number of structural features of the '<em>DCP Type</em>' class.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @generated
* @ordered
*/
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -