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

📄 optionpackage.java

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

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.option.OptionFactory
 * @model kind="package"
 * @generated
 */
public interface OptionPackage extends EPackage {
	/**
	 * The package name.
	 * <!-- begin-user-doc -->
	 * <!-- end-user-doc -->
	 * @generated
	 */
	String eNAME = "option";

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

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

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

	/**
	 * The meta object id for the '{@link edu.tsinghua.lumaqq.ecore.option.impl.GUIOptionImpl <em>GUI Option</em>}' class.
	 * <!-- begin-user-doc -->
	 * <!-- end-user-doc -->
	 * @see edu.tsinghua.lumaqq.ecore.option.impl.GUIOptionImpl
	 * @see edu.tsinghua.lumaqq.ecore.option.impl.OptionPackageImpl#getGUIOption()
	 * @generated
	 */
	int GUI_OPTION = 0;

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

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

	/**
	 * The feature id for the '<em><b>Font Color</b></em>' attribute.
	 * <!-- begin-user-doc -->
	 * <!-- end-user-doc -->
	 * @generated
	 * @ordered
	 */
	int GUI_OPTION__FONT_COLOR = 2;

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

	/**
	 * The feature id for the '<em><b>Font Size</b></em>' attribute.
	 * <!-- begin-user-doc -->
	 * <!-- end-user-doc -->
	 * @generated
	 * @ordered
	 */
	int GUI_OPTION__FONT_SIZE = 4;

	/**
	 * The feature id for the '<em><b>Group Background</b></em>' attribute.
	 * <!-- begin-user-doc -->
	 * <!-- end-user-doc -->
	 * @generated
	 * @ordered
	 */
	int GUI_OPTION__GROUP_BACKGROUND = 5;

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

	/**
	 * The feature id for the '<em><b>Hide When Minimize</b></em>' attribute.
	 * <!-- begin-user-doc -->
	 * <!-- end-user-doc -->
	 * @generated
	 * @ordered
	 */
	int GUI_OPTION__HIDE_WHEN_MINIMIZE = 7;

	/**
	 * The feature id for the '<em><b>Im On Top</b></em>' attribute.
	 * <!-- begin-user-doc -->
	 * <!-- end-user-doc -->
	 * @generated
	 * @ordered
	 */
	int GUI_OPTION__IM_ON_TOP = 8;

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

	/**
	 * The feature id for the '<em><b>Location X</b></em>' attribute.
	 * <!-- begin-user-doc -->
	 * <!-- end-user-doc -->
	 * @generated
	 * @ordered
	 */
	int GUI_OPTION__LOCATION_X = 10;

	/**
	 * The feature id for the '<em><b>Location Y</b></em>' attribute.
	 * <!-- begin-user-doc -->
	 * <!-- end-user-doc -->
	 * @generated
	 * @ordered
	 */
	int GUI_OPTION__LOCATION_Y = 11;

	/**
	 * The feature id for the '<em><b>Minimize When Close</b></em>' attribute.
	 * <!-- begin-user-doc -->
	 * <!-- end-user-doc -->
	 * @generated
	 * @ordered
	 */
	int GUI_OPTION__MINIMIZE_WHEN_CLOSE = 12;

	/**
	 * The feature id for the '<em><b>Online Tip Location X</b></em>' attribute.
	 * <!-- begin-user-doc -->
	 * <!-- end-user-doc -->
	 * @generated
	 * @ordered
	 */
	int GUI_OPTION__ONLINE_TIP_LOCATION_X = 13;

	/**
	 * The feature id for the '<em><b>Online Tip Location Y</b></em>' attribute.
	 * <!-- begin-user-doc -->
	 * <!-- end-user-doc -->
	 * @generated
	 * @ordered
	 */
	int GUI_OPTION__ONLINE_TIP_LOCATION_Y = 14;

	/**
	 * The feature id for the '<em><b>On Top</b></em>' attribute.
	 * <!-- begin-user-doc -->
	 * <!-- end-user-doc -->
	 * @generated
	 * @ordered
	 */
	int GUI_OPTION__ON_TOP = 15;

	/**
	 * The feature id for the '<em><b>Show Blacklist</b></em>' attribute.
	 * <!-- begin-user-doc -->
	 * <!-- end-user-doc -->
	 * @generated
	 * @ordered
	 */
	int GUI_OPTION__SHOW_BLACKLIST = 16;

	/**
	 * The feature id for the '<em><b>Show Friend Tip</b></em>' attribute.
	 * <!-- begin-user-doc -->
	 * <!-- end-user-doc -->
	 * @generated
	 * @ordered
	 */
	int GUI_OPTION__SHOW_FRIEND_TIP = 17;

	/**
	 * The feature id for the '<em><b>Show Nick</b></em>' attribute.
	 * <!-- begin-user-doc -->
	 * <!-- end-user-doc -->
	 * @generated
	 * @ordered
	 */
	int GUI_OPTION__SHOW_NICK = 18;

	/**
	 * The feature id for the '<em><b>Show Online Only</b></em>' attribute.
	 * <!-- begin-user-doc -->
	 * <!-- end-user-doc -->
	 * @generated
	 * @ordered
	 */
	int GUI_OPTION__SHOW_ONLINE_ONLY = 19;

	/**
	 * The feature id for the '<em><b>Show Online Tip</b></em>' attribute.
	 * <!-- begin-user-doc -->
	 * <!-- end-user-doc -->
	 * @generated
	 * @ordered
	 */
	int GUI_OPTION__SHOW_ONLINE_TIP = 20;

	/**
	 * The feature id for the '<em><b>Show Last Login Tip</b></em>' attribute.
	 * <!-- begin-user-doc -->
	 * <!-- end-user-doc -->
	 * @generated
	 * @ordered
	 */
	int GUI_OPTION__SHOW_LAST_LOGIN_TIP = 21;

	/**
	 * The feature id for the '<em><b>Show Signature</b></em>' attribute.
	 * <!-- begin-user-doc -->
	 * <!-- end-user-doc -->
	 * @generated
	 * @ordered
	 */
	int GUI_OPTION__SHOW_SIGNATURE = 22;

	/**
	 * The feature id for the '<em><b>Show Custom Head</b></em>' attribute.
	 * <!-- begin-user-doc -->
	 * <!-- end-user-doc -->
	 * @generated
	 * @ordered
	 */
	int GUI_OPTION__SHOW_CUSTOM_HEAD = 23;

	/**
	 * The feature id for the '<em><b>Show Small Head</b></em>' attribute.
	 * <!-- begin-user-doc -->
	 * <!-- end-user-doc -->
	 * @generated
	 * @ordered
	 */
	int GUI_OPTION__SHOW_SMALL_HEAD = 24;

	/**
	 * The feature id for the '<em><b>Tree Mode</b></em>' attribute.
	 * <!-- begin-user-doc -->
	 * <!-- end-user-doc -->
	 * @generated
	 * @ordered
	 */
	int GUI_OPTION__TREE_MODE = 25;

	/**
	 * The feature id for the '<em><b>Use Tab IM Window</b></em>' attribute.
	 * <!-- begin-user-doc -->
	 * <!-- end-user-doc -->
	 * @generated
	 * @ordered
	 */
	int GUI_OPTION__USE_TAB_IM_WINDOW = 26;

	/**
	 * The feature id for the '<em><b>Bar Expanded</b></em>' attribute.
	 * <!-- begin-user-doc -->
	 * <!-- end-user-doc -->
	 * @generated
	 * @ordered
	 */
	int GUI_OPTION__BAR_EXPANDED = 27;

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

	/**
	 * The number of structural features of the '<em>GUI Option</em>' class.
	 * <!-- begin-user-doc -->
	 * <!-- end-user-doc -->
	 * @generated
	 * @ordered
	 */
	int GUI_OPTION_FEATURE_COUNT = 29;

	/**
	 * The meta object id for the '{@link edu.tsinghua.lumaqq.ecore.option.impl.KeyOptionImpl <em>Key Option</em>}' class.
	 * <!-- begin-user-doc -->
	 * <!-- end-user-doc -->
	 * @see edu.tsinghua.lumaqq.ecore.option.impl.KeyOptionImpl
	 * @see edu.tsinghua.lumaqq.ecore.option.impl.OptionPackageImpl#getKeyOption()
	 * @generated
	 */
	int KEY_OPTION = 1;

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

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

	/**
	 * The meta object id for the '{@link edu.tsinghua.lumaqq.ecore.option.impl.MessageOptionImpl <em>Message Option</em>}' class.
	 * <!-- begin-user-doc -->
	 * <!-- end-user-doc -->
	 * @see edu.tsinghua.lumaqq.ecore.option.impl.MessageOptionImpl
	 * @see edu.tsinghua.lumaqq.ecore.option.impl.OptionPackageImpl#getMessageOption()
	 * @generated
	 */
	int MESSAGE_OPTION = 2;

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

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

	/**
	 * The feature id for the '<em><b>Reject Stranger</b></em>' attribute.
	 * <!-- begin-user-doc -->
	 * <!-- end-user-doc -->
	 * @generated
	 * @ordered
	 */
	int MESSAGE_OPTION__REJECT_STRANGER = 2;

	/**
	 * The feature id for the '<em><b>Reject Temp Session IM</b></em>' attribute.
	 * <!-- begin-user-doc -->
	 * <!-- end-user-doc -->
	 * @generated
	 * @ordered
	 */
	int MESSAGE_OPTION__REJECT_TEMP_SESSION_IM = 3;

	/**
	 * The feature id for the '<em><b>Use Enter In Message Mode</b></em>' attribute.
	 * <!-- begin-user-doc -->
	 * <!-- end-user-doc -->
	 * @generated
	 * @ordered
	 */
	int MESSAGE_OPTION__USE_ENTER_IN_MESSAGE_MODE = 4;

	/**
	 * The feature id for the '<em><b>Use Enter In Talk Mode</b></em>' attribute.
	 * <!-- begin-user-doc -->
	 * <!-- end-user-doc -->
	 * @generated
	 * @ordered
	 */
	int MESSAGE_OPTION__USE_ENTER_IN_TALK_MODE = 5;

	/**
	 * The number of structural features of the '<em>Message Option</em>' class.
	 * <!-- begin-user-doc -->
	 * <!-- end-user-doc -->
	 * @generated
	 * @ordered
	 */
	int MESSAGE_OPTION_FEATURE_COUNT = 6;

	/**
	 * The meta object id for the '{@link edu.tsinghua.lumaqq.ecore.option.impl.OptionsImpl <em>Options</em>}' class.
	 * <!-- begin-user-doc -->

⌨️ 快捷键说明

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