📄 dcptype.java
字号:
/**
* <copyright>
* </copyright>
*
* $Id: DCPType.java 7522 2007-09-12 22:00:10Z saul.farber $
*/
package net.opengis.ows;
import org.eclipse.emf.ecore.EObject;
/**
* <!-- begin-user-doc -->
* A representation of the model object '<em><b>DCP Type</b></em>'.
* <!-- end-user-doc -->
*
* <p>
* The following features are supported:
* <ul>
* <li>{@link net.opengis.ows.DCPType#getHTTP <em>HTTP</em>}</li>
* </ul>
* </p>
*
* @see net.opengis.ows.OwsPackage#getDCPType()
* @model extendedMetaData="name='DCP_._type' kind='elementOnly'"
* @generated
*/
public interface DCPType extends EObject {
/**
* Returns the value of the '<em><b>HTTP</b></em>' containment reference.
* <!-- begin-user-doc -->
* <p>
* If the meaning of the '<em>HTTP</em>' containment reference isn't clear,
* there really should be more of a description here...
* </p>
* <!-- end-user-doc -->
* @return the value of the '<em>HTTP</em>' containment reference.
* @see #setHTTP(HTTPType)
* @see net.opengis.ows.OwsPackage#getDCPType_HTTP()
* @model containment="true"
* extendedMetaData="kind='element' name='HTTP' namespace='##targetNamespace'"
* @generated
*/
HTTPType getHTTP();
/**
* Sets the value of the '{@link net.opengis.ows.DCPType#getHTTP <em>HTTP</em>}' containment reference.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @param value the new value of the '<em>HTTP</em>' containment reference.
* @see #getHTTP()
* @generated
*/
void setHTTP(HTTPType value);
} // DCPType
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -