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

📄 xcluster.java

📁 lumaQQ的源文件
💻 JAVA
📖 第 1 页 / 共 2 页
字号:
	void setExternalId(int value);

	/**
	 * Unsets the value of the '{@link edu.tsinghua.lumaqq.ecore.group.XCluster#getExternalId <em>External Id</em>}' attribute.
	 * <!-- begin-user-doc -->
	 * <!-- end-user-doc -->
	 * @see #isSetExternalId()
	 * @see #getExternalId()
	 * @see #setExternalId(int)
	 * @generated
	 */
	void unsetExternalId();

	/**
	 * Returns whether the value of the '{@link edu.tsinghua.lumaqq.ecore.group.XCluster#getExternalId <em>External Id</em>}' attribute is set.
	 * <!-- begin-user-doc -->
	 * <!-- end-user-doc -->
	 * @return whether the value of the '<em>External Id</em>' attribute is set.
	 * @see #unsetExternalId()
	 * @see #getExternalId()
	 * @see #setExternalId(int)
	 * @generated
	 */
	boolean isSetExternalId();

	/**
	 * Returns the value of the '<em><b>Head Id</b></em>' attribute.
	 * <!-- begin-user-doc -->
	 * <p>
	 * If the meaning of the '<em>Head 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>Head Id</em>' attribute.
	 * @see #isSetHeadId()
	 * @see #unsetHeadId()
	 * @see #setHeadId(int)
	 * @see edu.tsinghua.lumaqq.ecore.group.GroupPackage#getXCluster_HeadId()
	 * @model unique="false" unsettable="true" dataType="org.eclipse.emf.ecore.xml.type.Int" required="true"
	 * @generated
	 */
	int getHeadId();

	/**
	 * Sets the value of the '{@link edu.tsinghua.lumaqq.ecore.group.XCluster#getHeadId <em>Head Id</em>}' attribute.
	 * <!-- begin-user-doc -->
	 * <!-- end-user-doc -->
	 * @param value the new value of the '<em>Head Id</em>' attribute.
	 * @see #isSetHeadId()
	 * @see #unsetHeadId()
	 * @see #getHeadId()
	 * @generated
	 */
	void setHeadId(int value);

	/**
	 * Unsets the value of the '{@link edu.tsinghua.lumaqq.ecore.group.XCluster#getHeadId <em>Head Id</em>}' attribute.
	 * <!-- begin-user-doc -->
	 * <!-- end-user-doc -->
	 * @see #isSetHeadId()
	 * @see #getHeadId()
	 * @see #setHeadId(int)
	 * @generated
	 */
	void unsetHeadId();

	/**
	 * Returns whether the value of the '{@link edu.tsinghua.lumaqq.ecore.group.XCluster#getHeadId <em>Head Id</em>}' attribute is set.
	 * <!-- begin-user-doc -->
	 * <!-- end-user-doc -->
	 * @return whether the value of the '<em>Head Id</em>' attribute is set.
	 * @see #unsetHeadId()
	 * @see #getHeadId()
	 * @see #setHeadId(int)
	 * @generated
	 */
	boolean isSetHeadId();

	/**
	 * Returns the value of the '<em><b>Last Message Time</b></em>' attribute.
	 * <!-- begin-user-doc -->
	 * <p>
	 * If the meaning of the '<em>Last Message Time</em>' attribute isn't clear,
	 * there really should be more of a description here...
	 * </p>
	 * <!-- end-user-doc -->
	 * @return the value of the '<em>Last Message Time</em>' attribute.
	 * @see #isSetLastMessageTime()
	 * @see #unsetLastMessageTime()
	 * @see #setLastMessageTime(long)
	 * @see edu.tsinghua.lumaqq.ecore.group.GroupPackage#getXCluster_LastMessageTime()
	 * @model unique="false" unsettable="true" dataType="org.eclipse.emf.ecore.xml.type.Long" required="true"
	 * @generated
	 */
	long getLastMessageTime();

	/**
	 * Sets the value of the '{@link edu.tsinghua.lumaqq.ecore.group.XCluster#getLastMessageTime <em>Last Message Time</em>}' attribute.
	 * <!-- begin-user-doc -->
	 * <!-- end-user-doc -->
	 * @param value the new value of the '<em>Last Message Time</em>' attribute.
	 * @see #isSetLastMessageTime()
	 * @see #unsetLastMessageTime()
	 * @see #getLastMessageTime()
	 * @generated
	 */
	void setLastMessageTime(long value);

	/**
	 * Unsets the value of the '{@link edu.tsinghua.lumaqq.ecore.group.XCluster#getLastMessageTime <em>Last Message Time</em>}' attribute.
	 * <!-- begin-user-doc -->
	 * <!-- end-user-doc -->
	 * @see #isSetLastMessageTime()
	 * @see #getLastMessageTime()
	 * @see #setLastMessageTime(long)
	 * @generated
	 */
	void unsetLastMessageTime();

	/**
	 * Returns whether the value of the '{@link edu.tsinghua.lumaqq.ecore.group.XCluster#getLastMessageTime <em>Last Message Time</em>}' attribute is set.
	 * <!-- begin-user-doc -->
	 * <!-- end-user-doc -->
	 * @return whether the value of the '<em>Last Message Time</em>' attribute is set.
	 * @see #unsetLastMessageTime()
	 * @see #getLastMessageTime()
	 * @see #setLastMessageTime(long)
	 * @generated
	 */
	boolean isSetLastMessageTime();

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

	/**
	 * Sets the value of the '{@link edu.tsinghua.lumaqq.ecore.group.XCluster#getMessageSetting <em>Message Setting</em>}' attribute.
	 * <!-- begin-user-doc -->
	 * <!-- end-user-doc -->
	 * @param value the new value of the '<em>Message Setting</em>' attribute.
	 * @see #getMessageSetting()
	 * @generated
	 */
	void setMessageSetting(String value);

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

	/**
	 * Sets the value of the '{@link edu.tsinghua.lumaqq.ecore.group.XCluster#getName <em>Name</em>}' attribute.
	 * <!-- begin-user-doc -->
	 * <!-- end-user-doc -->
	 * @param value the new value of the '<em>Name</em>' attribute.
	 * @see #getName()
	 * @generated
	 */
	void setName(String value);

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

	/**
	 * Sets the value of the '{@link edu.tsinghua.lumaqq.ecore.group.XCluster#getNotice <em>Notice</em>}' attribute.
	 * <!-- begin-user-doc -->
	 * <!-- end-user-doc -->
	 * @param value the new value of the '<em>Notice</em>' attribute.
	 * @see #isSetNotice()
	 * @see #unsetNotice()
	 * @see #getNotice()
	 * @generated
	 */
	void setNotice(String value);

	/**
	 * Unsets the value of the '{@link edu.tsinghua.lumaqq.ecore.group.XCluster#getNotice <em>Notice</em>}' attribute.
	 * <!-- begin-user-doc -->
	 * <!-- end-user-doc -->
	 * @see #isSetNotice()
	 * @see #getNotice()
	 * @see #setNotice(String)
	 * @generated
	 */
	void unsetNotice();

	/**
	 * Returns whether the value of the '{@link edu.tsinghua.lumaqq.ecore.group.XCluster#getNotice <em>Notice</em>}' attribute is set.
	 * <!-- begin-user-doc -->
	 * <!-- end-user-doc -->
	 * @return whether the value of the '<em>Notice</em>' attribute is set.
	 * @see #unsetNotice()
	 * @see #getNotice()
	 * @see #setNotice(String)
	 * @generated
	 */
	boolean isSetNotice();

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

	/**
	 * Sets the value of the '{@link edu.tsinghua.lumaqq.ecore.group.XCluster#getOldCategory <em>Old Category</em>}' attribute.
	 * <!-- begin-user-doc -->
	 * <!-- end-user-doc -->
	 * @param value the new value of the '<em>Old Category</em>' attribute.
	 * @see #isSetOldCategory()
	 * @see #unsetOldCategory()
	 * @see #getOldCategory()
	 * @generated
	 */
	void setOldCategory(int value);

	/**
	 * Unsets the value of the '{@link edu.tsinghua.lumaqq.ecore.group.XCluster#getOldCategory <em>Old Category</em>}' attribute.
	 * <!-- begin-user-doc -->
	 * <!-- end-user-doc -->
	 * @see #isSetOldCategory()
	 * @see #getOldCategory()
	 * @see #setOldCategory(int)
	 * @generated
	 */
	void unsetOldCategory();

	/**
	 * Returns whether the value of the '{@link edu.tsinghua.lumaqq.ecore.group.XCluster#getOldCategory <em>Old Category</em>}' attribute is set.
	 * <!-- begin-user-doc -->
	 * <!-- end-user-doc -->
	 * @return whether the value of the '<em>Old Category</em>' attribute is set.
	 * @see #unsetOldCategory()
	 * @see #getOldCategory()
	 * @see #setOldCategory(int)
	 * @generated
	 */
	boolean isSetOldCategory();

	/**
	 * Returns the value of the '<em><b>Parent Cluster Id</b></em>' attribute.
	 * <!-- begin-user-doc -->
	 * <p>
	 * If the meaning of the '<em>Parent Cluster 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>Parent Cluster Id</em>' attribute.
	 * @see #isSetParentClusterId()
	 * @see #unsetParentClusterId()
	 * @see #setParentClusterId(int)
	 * @see edu.tsinghua.lumaqq.ecore.group.GroupPackage#getXCluster_ParentClusterId()
	 * @model unique="false" unsettable="true" dataType="org.eclipse.emf.ecore.xml.type.Int" required="true"
	 * @generated
	 */
	int getParentClusterId();

	/**
	 * Sets the value of the '{@link edu.tsinghua.lumaqq.ecore.group.XCluster#getParentClusterId <em>Parent Cluster Id</em>}' attribute.
	 * <!-- begin-user-doc -->
	 * <!-- end-user-doc -->
	 * @param value the new value of the '<em>Parent Cluster Id</em>' attribute.
	 * @see #isSetParentClusterId()
	 * @see #unsetParentClusterId()
	 * @see #getParentClusterId()
	 * @generated
	 */
	void setParentClusterId(int value);

	/**
	 * Unsets the value of the '{@link edu.tsinghua.lumaqq.ecore.group.XCluster#getParentClusterId <em>Parent Cluster Id</em>}' attribute.
	 * <!-- begin-user-doc -->
	 * <!-- end-user-doc -->
	 * @see #isSetParentClusterId()
	 * @see #getParentClusterId()
	 * @see #setParentClusterId(int)
	 * @generated
	 */
	void unsetParentClusterId();

	/**
	 * Returns whether the value of the '{@link edu.tsinghua.lumaqq.ecore.group.XCluster#getParentClusterId <em>Parent Cluster Id</em>}' attribute is set.
	 * <!-- begin-user-doc -->
	 * <!-- end-user-doc -->
	 * @return whether the value of the '<em>Parent Cluster Id</em>' attribute is set.
	 * @see #unsetParentClusterId()
	 * @see #getParentClusterId()
	 * @see #setParentClusterId(int)
	 * @generated
	 */
	boolean isSetParentClusterId();

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

	/**
	 * Sets the value of the '{@link edu.tsinghua.lumaqq.ecore.group.XCluster#getStockholders <em>Stockholders</em>}' attribute.
	 * <!-- begin-user-doc -->
	 * <!-- end-user-doc -->
	 * @param value the new value of the '<em>Stockholders</em>' attribute.
	 * @see #getStockholders()
	 * @generated
	 */
	void setStockholders(String value);

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

	/**
	 * Sets the value of the '{@link edu.tsinghua.lumaqq.ecore.group.XCluster#getType <em>Type</em>}' attribute.
	 * <!-- begin-user-doc -->
	 * <!-- end-user-doc -->
	 * @param value the new value of the '<em>Type</em>' attribute.
	 * @see #getType()
	 * @generated
	 */
	void setType(String value);

} // XCluster

⌨️ 快捷键说明

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