sectionstype.java
来自「电子地图服务器,搭建自己的地图服务」· Java 代码 · 共 52 行
JAVA
52 行
/**
* <copyright>
* </copyright>
*
* $Id: SectionsType.java 6226 2007-02-27 22:03:44Z jdeolive $
*/
package net.opengis.ows;
import java.util.List;
import org.eclipse.emf.common.util.EList;
import org.eclipse.emf.ecore.EObject;
/**
* <!-- begin-user-doc -->
* A representation of the model object '<em><b>Sections Type</b></em>'.
* <!-- end-user-doc -->
*
* <!-- begin-model-doc -->
* Unordered list of zero or more names of requested sections in complete service metadata document. Each Section value shall contain an allowed section name as specified by each OWS specification. See Sections parameter subclause for more information.
* <!-- end-model-doc -->
*
* <p>
* The following features are supported:
* <ul>
* <li>{@link net.opengis.ows.SectionsType#getSection <em>Section</em>}</li>
* </ul>
* </p>
*
* @see net.opengis.ows.OwsPackage#getSectionsType()
* @model extendedMetaData="name='SectionsType' kind='elementOnly'"
* @generated
*/
public interface SectionsType extends EObject {
/**
* Returns the value of the '<em><b>Section</b></em>' attribute.
* <!-- begin-user-doc -->
* <p>
* If the meaning of the '<em>Section</em>' attribute list isn't clear,
* there really should be more of a description here...
* </p>
* <!-- end-user-doc -->
* @return the value of the '<em>Section</em>' attribute.
* @see #setSection(String)
* @see net.opengis.ows.OwsPackage#getSectionsType_Section()
* @model type="java.lang.String"
*/
EList getSection();
} // SectionsType
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?