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

📄 xuser.java

📁 lumaQQ的源文件
💻 JAVA
📖 第 1 页 / 共 3 页
字号:
	 * @see #isMember()
	 * @generated
	 */
	void setMember(boolean value);

	/**
	 * Unsets the value of the '{@link edu.tsinghua.lumaqq.ecore.group.XUser#isMember <em>Member</em>}' attribute.
	 * <!-- begin-user-doc -->
	 * <!-- end-user-doc -->
	 * @see #isSetMember()
	 * @see #isMember()
	 * @see #setMember(boolean)
	 * @generated
	 */
	void unsetMember();

	/**
	 * Returns whether the value of the '{@link edu.tsinghua.lumaqq.ecore.group.XUser#isMember <em>Member</em>}' attribute is set.
	 * <!-- begin-user-doc -->
	 * <!-- end-user-doc -->
	 * @return whether the value of the '<em>Member</em>' attribute is set.
	 * @see #unsetMember()
	 * @see #isMember()
	 * @see #setMember(boolean)
	 * @generated
	 */
	boolean isSetMember();

	/**
	 * Returns the value of the '<em><b>Nick</b></em>' attribute.
	 * The default value is <code>""</code>.
	 * <!-- begin-user-doc -->
	 * <p>
	 * If the meaning of the '<em>Nick</em>' attribute isn't clear,
	 * there really should be more of a description here...
	 * </p>
	 * <!-- end-user-doc -->
	 * @return the value of the '<em>Nick</em>' attribute.
	 * @see #isSetNick()
	 * @see #unsetNick()
	 * @see #setNick(String)
	 * @see edu.tsinghua.lumaqq.ecore.group.GroupPackage#getXUser_Nick()
	 * @model default="" unique="false" unsettable="true" dataType="org.eclipse.emf.ecore.xml.type.String"
	 * @generated
	 */
	String getNick();

	/**
	 * Sets the value of the '{@link edu.tsinghua.lumaqq.ecore.group.XUser#getNick <em>Nick</em>}' attribute.
	 * <!-- begin-user-doc -->
	 * <!-- end-user-doc -->
	 * @param value the new value of the '<em>Nick</em>' attribute.
	 * @see #isSetNick()
	 * @see #unsetNick()
	 * @see #getNick()
	 * @generated
	 */
	void setNick(String value);

	/**
	 * Unsets the value of the '{@link edu.tsinghua.lumaqq.ecore.group.XUser#getNick <em>Nick</em>}' attribute.
	 * <!-- begin-user-doc -->
	 * <!-- end-user-doc -->
	 * @see #isSetNick()
	 * @see #getNick()
	 * @see #setNick(String)
	 * @generated
	 */
	void unsetNick();

	/**
	 * Returns whether the value of the '{@link edu.tsinghua.lumaqq.ecore.group.XUser#getNick <em>Nick</em>}' attribute is set.
	 * <!-- begin-user-doc -->
	 * <!-- end-user-doc -->
	 * @return whether the value of the '<em>Nick</em>' attribute is set.
	 * @see #unsetNick()
	 * @see #getNick()
	 * @see #setNick(String)
	 * @generated
	 */
	boolean isSetNick();

	/**
	 * Returns the value of the '<em><b>Organization Id</b></em>' attribute.
	 * <!-- begin-user-doc -->
	 * <p>
	 * If the meaning of the '<em>Organization Id</em>' attribute isn't clear,
	 * there really should be more of a description here...
	 * </p>
	 * <!-- end-user-doc -->
	 * @return the value of the '<em>Organization Id</em>' attribute.
	 * @see #isSetOrganizationId()
	 * @see #unsetOrganizationId()
	 * @see #setOrganizationId(int)
	 * @see edu.tsinghua.lumaqq.ecore.group.GroupPackage#getXUser_OrganizationId()
	 * @model unique="false" unsettable="true" dataType="org.eclipse.emf.ecore.xml.type.Int" required="true"
	 * @generated
	 */
	int getOrganizationId();

	/**
	 * Sets the value of the '{@link edu.tsinghua.lumaqq.ecore.group.XUser#getOrganizationId <em>Organization Id</em>}' attribute.
	 * <!-- begin-user-doc -->
	 * <!-- end-user-doc -->
	 * @param value the new value of the '<em>Organization Id</em>' attribute.
	 * @see #isSetOrganizationId()
	 * @see #unsetOrganizationId()
	 * @see #getOrganizationId()
	 * @generated
	 */
	void setOrganizationId(int value);

	/**
	 * Unsets the value of the '{@link edu.tsinghua.lumaqq.ecore.group.XUser#getOrganizationId <em>Organization Id</em>}' attribute.
	 * <!-- begin-user-doc -->
	 * <!-- end-user-doc -->
	 * @see #isSetOrganizationId()
	 * @see #getOrganizationId()
	 * @see #setOrganizationId(int)
	 * @generated
	 */
	void unsetOrganizationId();

	/**
	 * Returns whether the value of the '{@link edu.tsinghua.lumaqq.ecore.group.XUser#getOrganizationId <em>Organization Id</em>}' attribute is set.
	 * <!-- begin-user-doc -->
	 * <!-- end-user-doc -->
	 * @return whether the value of the '<em>Organization Id</em>' attribute is set.
	 * @see #unsetOrganizationId()
	 * @see #getOrganizationId()
	 * @see #setOrganizationId(int)
	 * @generated
	 */
	boolean isSetOrganizationId();

	/**
	 * Returns the value of the '<em><b>Pinned</b></em>' attribute.
	 * <!-- begin-user-doc -->
	 * <p>
	 * If the meaning of the '<em>Pinned</em>' attribute isn't clear,
	 * there really should be more of a description here...
	 * </p>
	 * <!-- end-user-doc -->
	 * @return the value of the '<em>Pinned</em>' attribute.
	 * @see #isSetPinned()
	 * @see #unsetPinned()
	 * @see #setPinned(boolean)
	 * @see edu.tsinghua.lumaqq.ecore.group.GroupPackage#getXUser_Pinned()
	 * @model unique="false" unsettable="true" dataType="org.eclipse.emf.ecore.xml.type.Boolean" required="true"
	 * @generated
	 */
	boolean isPinned();

	/**
	 * Sets the value of the '{@link edu.tsinghua.lumaqq.ecore.group.XUser#isPinned <em>Pinned</em>}' attribute.
	 * <!-- begin-user-doc -->
	 * <!-- end-user-doc -->
	 * @param value the new value of the '<em>Pinned</em>' attribute.
	 * @see #isSetPinned()
	 * @see #unsetPinned()
	 * @see #isPinned()
	 * @generated
	 */
	void setPinned(boolean value);

	/**
	 * Unsets the value of the '{@link edu.tsinghua.lumaqq.ecore.group.XUser#isPinned <em>Pinned</em>}' attribute.
	 * <!-- begin-user-doc -->
	 * <!-- end-user-doc -->
	 * @see #isSetPinned()
	 * @see #isPinned()
	 * @see #setPinned(boolean)
	 * @generated
	 */
	void unsetPinned();

	/**
	 * Returns whether the value of the '{@link edu.tsinghua.lumaqq.ecore.group.XUser#isPinned <em>Pinned</em>}' attribute is set.
	 * <!-- begin-user-doc -->
	 * <!-- end-user-doc -->
	 * @return whether the value of the '<em>Pinned</em>' attribute is set.
	 * @see #unsetPinned()
	 * @see #isPinned()
	 * @see #setPinned(boolean)
	 * @generated
	 */
	boolean isSetPinned();

	/**
	 * Returns the value of the '<em><b>Qq</b></em>' attribute.
	 * <!-- begin-user-doc -->
	 * <p>
	 * If the meaning of the '<em>Qq</em>' attribute isn't clear,
	 * there really should be more of a description here...
	 * </p>
	 * <!-- end-user-doc -->
	 * @return the value of the '<em>Qq</em>' attribute.
	 * @see #isSetQq()
	 * @see #unsetQq()
	 * @see #setQq(int)
	 * @see edu.tsinghua.lumaqq.ecore.group.GroupPackage#getXUser_Qq()
	 * @model unique="false" unsettable="true" dataType="org.eclipse.emf.ecore.xml.type.Int" required="true"
	 * @generated
	 */
	int getQq();

	/**
	 * Sets the value of the '{@link edu.tsinghua.lumaqq.ecore.group.XUser#getQq <em>Qq</em>}' attribute.
	 * <!-- begin-user-doc -->
	 * <!-- end-user-doc -->
	 * @param value the new value of the '<em>Qq</em>' attribute.
	 * @see #isSetQq()
	 * @see #unsetQq()
	 * @see #getQq()
	 * @generated
	 */
	void setQq(int value);

	/**
	 * Unsets the value of the '{@link edu.tsinghua.lumaqq.ecore.group.XUser#getQq <em>Qq</em>}' attribute.
	 * <!-- begin-user-doc -->
	 * <!-- end-user-doc -->
	 * @see #isSetQq()
	 * @see #getQq()
	 * @see #setQq(int)
	 * @generated
	 */
	void unsetQq();

	/**
	 * Returns whether the value of the '{@link edu.tsinghua.lumaqq.ecore.group.XUser#getQq <em>Qq</em>}' attribute is set.
	 * <!-- begin-user-doc -->
	 * <!-- end-user-doc -->
	 * @return whether the value of the '<em>Qq</em>' attribute is set.
	 * @see #unsetQq()
	 * @see #getQq()
	 * @see #setQq(int)
	 * @generated
	 */
	boolean isSetQq();

	/**
	 * Returns the value of the '<em><b>Signature</b></em>' attribute.
	 * The default value is <code>""</code>.
	 * <!-- begin-user-doc -->
	 * <p>
	 * If the meaning of the '<em>Signature</em>' attribute isn't clear,
	 * there really should be more of a description here...
	 * </p>
	 * <!-- end-user-doc -->
	 * @return the value of the '<em>Signature</em>' attribute.
	 * @see #isSetSignature()
	 * @see #unsetSignature()
	 * @see #setSignature(String)
	 * @see edu.tsinghua.lumaqq.ecore.group.GroupPackage#getXUser_Signature()
	 * @model default="" unique="false" unsettable="true" dataType="org.eclipse.emf.ecore.xml.type.String"
	 * @generated
	 */
	String getSignature();

	/**
	 * Sets the value of the '{@link edu.tsinghua.lumaqq.ecore.group.XUser#getSignature <em>Signature</em>}' attribute.
	 * <!-- begin-user-doc -->
	 * <!-- end-user-doc -->
	 * @param value the new value of the '<em>Signature</em>' attribute.
	 * @see #isSetSignature()
	 * @see #unsetSignature()
	 * @see #getSignature()
	 * @generated
	 */
	void setSignature(String value);

	/**
	 * Unsets the value of the '{@link edu.tsinghua.lumaqq.ecore.group.XUser#getSignature <em>Signature</em>}' attribute.
	 * <!-- begin-user-doc -->
	 * <!-- end-user-doc -->
	 * @see #isSetSignature()
	 * @see #getSignature()
	 * @see #setSignature(String)
	 * @generated
	 */
	void unsetSignature();

	/**
	 * Returns whether the value of the '{@link edu.tsinghua.lumaqq.ecore.group.XUser#getSignature <em>Signature</em>}' attribute is set.
	 * <!-- begin-user-doc -->
	 * <!-- end-user-doc -->
	 * @return whether the value of the '<em>Signature</em>' attribute is set.
	 * @see #unsetSignature()
	 * @see #getSignature()
	 * @see #setSignature(String)
	 * @generated
	 */
	boolean isSetSignature();

	/**
	 * Returns the value of the '<em><b>Talk Mode</b></em>' attribute.
	 * <!-- begin-user-doc -->
	 * <p>
	 * If the meaning of the '<em>Talk Mode</em>' attribute isn't clear,
	 * there really should be more of a description here...
	 * </p>
	 * <!-- end-user-doc -->
	 * @return the value of the '<em>Talk Mode</em>' attribute.
	 * @see #isSetTalkMode()
	 * @see #unsetTalkMode()
	 * @see #setTalkMode(boolean)
	 * @see edu.tsinghua.lumaqq.ecore.group.GroupPackage#getXUser_TalkMode()
	 * @model unique="false" unsettable="true" dataType="org.eclipse.emf.ecore.xml.type.Boolean" required="true"
	 * @generated
	 */
	boolean isTalkMode();

	/**
	 * Sets the value of the '{@link edu.tsinghua.lumaqq.ecore.group.XUser#isTalkMode <em>Talk Mode</em>}' attribute.
	 * <!-- begin-user-doc -->
	 * <!-- end-user-doc -->
	 * @param value the new value of the '<em>Talk Mode</em>' attribute.
	 * @see #isSetTalkMode()
	 * @see #unsetTalkMode()
	 * @see #isTalkMode()
	 * @generated
	 */
	void setTalkMode(boolean value);

	/**
	 * Unsets the value of the '{@link edu.tsinghua.lumaqq.ecore.group.XUser#isTalkMode <em>Talk Mode</em>}' attribute.
	 * <!-- begin-user-doc -->
	 * <!-- end-user-doc -->
	 * @see #isSetTalkMode()
	 * @see #isTalkMode()
	 * @see #setTalkMode(boolean)
	 * @generated
	 */
	void unsetTalkMode();

⌨️ 快捷键说明

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