📄 onlineresourcetype.java
字号:
/**
* <copyright>
* </copyright>
*
* $Id: OnlineResourceType.java 6226 2007-02-27 22:03:44Z jdeolive $
*/
package net.opengis.ows;
import org.eclipse.emf.ecore.EObject;
/**
* <!-- begin-user-doc -->
* A representation of the model object '<em><b>Online Resource Type</b></em>'.
* <!-- end-user-doc -->
*
* <!-- begin-model-doc -->
* Reference to on-line resource from which data can be obtained.
* For OWS use in the service metadata document, the CI_OnlineResource class was XML encoded as the attributeGroup "xlink:simpleLink", as used in GML.
* <!-- end-model-doc -->
*
*
* @see net.opengis.ows.OwsPackage#getOnlineResourceType()
* @model extendedMetaData="name='OnlineResourceType' kind='empty'"
* @generated
*/
public interface OnlineResourceType extends EObject {
} // OnlineResourceType
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -