xgroups.java
来自「一个功能强大的聊天程序.....基本实现所有功能....强烈推荐下载」· Java 代码 · 共 47 行
JAVA
47 行
/**
* <copyright>
* </copyright>
*
* $Id: XGroups.java 1 2006-06-12 17:37:42Z sxp $
*/
package edu.tsinghua.lumaqq.ecore.group;
import org.eclipse.emf.common.util.EList;
import org.eclipse.emf.ecore.EObject;
/**
* <!-- begin-user-doc -->
* A representation of the model object '<em><b>XGroups</b></em>'.
* <!-- end-user-doc -->
*
* <p>
* The following features are supported:
* <ul>
* <li>{@link edu.tsinghua.lumaqq.ecore.group.XGroups#getGroup <em>Group</em>}</li>
* </ul>
* </p>
*
* @see edu.tsinghua.lumaqq.ecore.group.GroupPackage#getXGroups()
* @model
* @generated
*/
public interface XGroups extends EObject {
/**
* Returns the value of the '<em><b>Group</b></em>' containment reference list.
* The list contents are of type {@link edu.tsinghua.lumaqq.ecore.group.XGroup}.
* <!-- begin-user-doc -->
* <p>
* If the meaning of the '<em>Group</em>' containment reference list isn't clear,
* there really should be more of a description here...
* </p>
* <!-- end-user-doc -->
* @return the value of the '<em>Group</em>' containment reference list.
* @see edu.tsinghua.lumaqq.ecore.group.GroupPackage#getXGroups_Group()
* @model type="edu.tsinghua.lumaqq.ecore.group.XGroup" containment="true" resolveProxies="false"
* @generated
*/
EList getGroup();
} // XGroups
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?