📄 xgroup.java
字号:
/**
* <copyright>
* </copyright>
*
* $Id: XGroup.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>XGroup</b></em>'.
* <!-- end-user-doc -->
*
* <p>
* The following features are supported:
* <ul>
* <li>{@link edu.tsinghua.lumaqq.ecore.group.XGroup#getUser <em>User</em>}</li>
* <li>{@link edu.tsinghua.lumaqq.ecore.group.XGroup#getCluster <em>Cluster</em>}</li>
* <li>{@link edu.tsinghua.lumaqq.ecore.group.XGroup#getName <em>Name</em>}</li>
* <li>{@link edu.tsinghua.lumaqq.ecore.group.XGroup#getType <em>Type</em>}</li>
* </ul>
* </p>
*
* @see edu.tsinghua.lumaqq.ecore.group.GroupPackage#getXGroup()
* @model
* @generated
*/
public interface XGroup extends EObject {
/**
* Returns the value of the '<em><b>User</b></em>' containment reference list.
* The list contents are of type {@link edu.tsinghua.lumaqq.ecore.group.XUser}.
* <!-- begin-user-doc -->
* <p>
* If the meaning of the '<em>User</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>User</em>' containment reference list.
* @see edu.tsinghua.lumaqq.ecore.group.GroupPackage#getXGroup_User()
* @model type="edu.tsinghua.lumaqq.ecore.group.XUser" containment="true" resolveProxies="false"
* @generated
*/
EList getUser();
/**
* Returns the value of the '<em><b>Cluster</b></em>' containment reference list.
* The list contents are of type {@link edu.tsinghua.lumaqq.ecore.group.XCluster}.
* <!-- begin-user-doc -->
* <p>
* If the meaning of the '<em>Cluster</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>Cluster</em>' containment reference list.
* @see edu.tsinghua.lumaqq.ecore.group.GroupPackage#getXGroup_Cluster()
* @model type="edu.tsinghua.lumaqq.ecore.group.XCluster" containment="true" resolveProxies="false"
* @generated
*/
EList getCluster();
/**
* 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#getXGroup_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.XGroup#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>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#getXGroup_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.XGroup#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);
} // XGroup
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -