⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 globalpackage.java

📁 lumaQQ的源文件
💻 JAVA
📖 第 1 页 / 共 2 页
字号:
/**
 * <copyright>
 * </copyright>
 *
 * $Id: GlobalPackage.java 1 2006-06-12 17:37:42Z sxp $
 */
package edu.tsinghua.lumaqq.ecore.global;

import org.eclipse.emf.ecore.EAttribute;
import org.eclipse.emf.ecore.EClass;
import org.eclipse.emf.ecore.EEnum;
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 edu.tsinghua.lumaqq.ecore.global.GlobalFactory
 * @model kind="package"
 * @generated
 */
public interface GlobalPackage extends EPackage {
	/**
	 * The package name.
	 * <!-- begin-user-doc -->
	 * <!-- end-user-doc -->
	 * @generated
	 */
	String eNAME = "global";

	/**
	 * The package namespace URI.
	 * <!-- begin-user-doc -->
	 * <!-- end-user-doc -->
	 * @generated
	 */
	String eNS_URI = "http://lumaqq.tsinghua.edu/ecore/edu/tsinghua/lumaqq/ecore/global";

	/**
	 * The package namespace name.
	 * <!-- begin-user-doc -->
	 * <!-- end-user-doc -->
	 * @generated
	 */
	String eNS_PREFIX = "global";

	/**
	 * The singleton instance of the package.
	 * <!-- begin-user-doc -->
	 * <!-- end-user-doc -->
	 * @generated
	 */
	GlobalPackage eINSTANCE = edu.tsinghua.lumaqq.ecore.global.impl.GlobalPackageImpl.init();

	/**
	 * The meta object id for the '{@link edu.tsinghua.lumaqq.ecore.global.impl.GlobalSettingImpl <em>Setting</em>}' class.
	 * <!-- begin-user-doc -->
	 * <!-- end-user-doc -->
	 * @see edu.tsinghua.lumaqq.ecore.global.impl.GlobalSettingImpl
	 * @see edu.tsinghua.lumaqq.ecore.global.impl.GlobalPackageImpl#getGlobalSetting()
	 * @generated
	 */
	int GLOBAL_SETTING = 0;

	/**
	 * The feature id for the '<em><b>Language</b></em>' attribute.
	 * <!-- begin-user-doc -->
	 * <!-- end-user-doc -->
	 * @generated
	 * @ordered
	 */
	int GLOBAL_SETTING__LANGUAGE = 0;

	/**
	 * The feature id for the '<em><b>Servers</b></em>' containment reference.
	 * <!-- begin-user-doc -->
	 * <!-- end-user-doc -->
	 * @generated
	 * @ordered
	 */
	int GLOBAL_SETTING__SERVERS = 1;

	/**
	 * The feature id for the '<em><b>Robots</b></em>' containment reference.
	 * <!-- begin-user-doc -->
	 * <!-- end-user-doc -->
	 * @generated
	 * @ordered
	 */
	int GLOBAL_SETTING__ROBOTS = 2;

	/**
	 * The number of structural features of the '<em>Setting</em>' class.
	 * <!-- begin-user-doc -->
	 * <!-- end-user-doc -->
	 * @generated
	 * @ordered
	 */
	int GLOBAL_SETTING_FEATURE_COUNT = 3;

	/**
	 * The meta object id for the '{@link edu.tsinghua.lumaqq.ecore.global.impl.ServersImpl <em>Servers</em>}' class.
	 * <!-- begin-user-doc -->
	 * <!-- end-user-doc -->
	 * @see edu.tsinghua.lumaqq.ecore.global.impl.ServersImpl
	 * @see edu.tsinghua.lumaqq.ecore.global.impl.GlobalPackageImpl#getServers()
	 * @generated
	 */
	int SERVERS = 1;

	/**
	 * The feature id for the '<em><b>TCP Server</b></em>' attribute list.
	 * <!-- begin-user-doc -->
	 * <!-- end-user-doc -->
	 * @generated
	 * @ordered
	 */
	int SERVERS__TCP_SERVER = 0;

	/**
	 * The feature id for the '<em><b>UDP Server</b></em>' attribute list.
	 * <!-- begin-user-doc -->
	 * <!-- end-user-doc -->
	 * @generated
	 * @ordered
	 */
	int SERVERS__UDP_SERVER = 1;

	/**
	 * The number of structural features of the '<em>Servers</em>' class.
	 * <!-- begin-user-doc -->
	 * <!-- end-user-doc -->
	 * @generated
	 * @ordered
	 */
	int SERVERS_FEATURE_COUNT = 2;

	/**
	 * The meta object id for the '{@link edu.tsinghua.lumaqq.ecore.global.impl.RobotImpl <em>Robot</em>}' class.
	 * <!-- begin-user-doc -->
	 * <!-- end-user-doc -->
	 * @see edu.tsinghua.lumaqq.ecore.global.impl.RobotImpl
	 * @see edu.tsinghua.lumaqq.ecore.global.impl.GlobalPackageImpl#getRobot()
	 * @generated
	 */
	int ROBOT = 2;

	/**
	 * The feature id for the '<em><b>Class</b></em>' attribute.
	 * <!-- begin-user-doc -->
	 * <!-- end-user-doc -->
	 * @generated
	 * @ordered
	 */
	int ROBOT__CLASS = 0;

	/**
	 * The feature id for the '<em><b>Name</b></em>' attribute.
	 * <!-- begin-user-doc -->
	 * <!-- end-user-doc -->
	 * @generated
	 * @ordered
	 */
	int ROBOT__NAME = 1;

	/**
	 * The number of structural features of the '<em>Robot</em>' class.
	 * <!-- begin-user-doc -->
	 * <!-- end-user-doc -->
	 * @generated
	 * @ordered
	 */
	int ROBOT_FEATURE_COUNT = 2;

	/**
	 * The meta object id for the '{@link edu.tsinghua.lumaqq.ecore.global.impl.RobotsImpl <em>Robots</em>}' class.
	 * <!-- begin-user-doc -->
	 * <!-- end-user-doc -->
	 * @see edu.tsinghua.lumaqq.ecore.global.impl.RobotsImpl
	 * @see edu.tsinghua.lumaqq.ecore.global.impl.GlobalPackageImpl#getRobots()
	 * @generated
	 */
	int ROBOTS = 3;

	/**
	 * The feature id for the '<em><b>Robot</b></em>' containment reference list.
	 * <!-- begin-user-doc -->
	 * <!-- end-user-doc -->
	 * @generated
	 * @ordered
	 */
	int ROBOTS__ROBOT = 0;

	/**
	 * The number of structural features of the '<em>Robots</em>' class.
	 * <!-- begin-user-doc -->
	 * <!-- end-user-doc -->
	 * @generated
	 * @ordered
	 */
	int ROBOTS_FEATURE_COUNT = 1;

	/**
	 * The meta object id for the '{@link edu.tsinghua.lumaqq.ecore.global.LanguageType <em>Language Type</em>}' enum.
	 * <!-- begin-user-doc -->
	 * <!-- end-user-doc -->
	 * @see edu.tsinghua.lumaqq.ecore.global.LanguageType
	 * @see edu.tsinghua.lumaqq.ecore.global.impl.GlobalPackageImpl#getLanguageType()
	 * @generated
	 */
	int LANGUAGE_TYPE = 4;


	/**
	 * Returns the meta object for class '{@link edu.tsinghua.lumaqq.ecore.global.GlobalSetting <em>Setting</em>}'.
	 * <!-- begin-user-doc -->
	 * <!-- end-user-doc -->
	 * @return the meta object for class '<em>Setting</em>'.
	 * @see edu.tsinghua.lumaqq.ecore.global.GlobalSetting
	 * @generated
	 */
	EClass getGlobalSetting();

	/**
	 * Returns the meta object for the attribute '{@link edu.tsinghua.lumaqq.ecore.global.GlobalSetting#getLanguage <em>Language</em>}'.
	 * <!-- begin-user-doc -->
	 * <!-- end-user-doc -->
	 * @return the meta object for the attribute '<em>Language</em>'.
	 * @see edu.tsinghua.lumaqq.ecore.global.GlobalSetting#getLanguage()
	 * @see #getGlobalSetting()
	 * @generated
	 */
	EAttribute getGlobalSetting_Language();

	/**
	 * Returns the meta object for the containment reference '{@link edu.tsinghua.lumaqq.ecore.global.GlobalSetting#getServers <em>Servers</em>}'.
	 * <!-- begin-user-doc -->
	 * <!-- end-user-doc -->
	 * @return the meta object for the containment reference '<em>Servers</em>'.
	 * @see edu.tsinghua.lumaqq.ecore.global.GlobalSetting#getServers()
	 * @see #getGlobalSetting()
	 * @generated

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -