📄 xorganization.java
字号:
/**
* <copyright>
* </copyright>
*
* $Id: XOrganization.java 1 2006-06-12 17:37:42Z sxp $
*/
package edu.tsinghua.lumaqq.ecore.group;
import org.eclipse.emf.ecore.EObject;
/**
* <!-- begin-user-doc -->
* A representation of the model object '<em><b>XOrganization</b></em>'.
* <!-- end-user-doc -->
*
* <p>
* The following features are supported:
* <ul>
* <li>{@link edu.tsinghua.lumaqq.ecore.group.XOrganization#getId <em>Id</em>}</li>
* <li>{@link edu.tsinghua.lumaqq.ecore.group.XOrganization#getName <em>Name</em>}</li>
* <li>{@link edu.tsinghua.lumaqq.ecore.group.XOrganization#getPath <em>Path</em>}</li>
* </ul>
* </p>
*
* @see edu.tsinghua.lumaqq.ecore.group.GroupPackage#getXOrganization()
* @model
* @generated
*/
public interface XOrganization extends EObject {
/**
* Returns the value of the '<em><b>Id</b></em>' attribute.
* <!-- begin-user-doc -->
* <p>
* If the meaning of the '<em>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>Id</em>' attribute.
* @see #isSetId()
* @see #unsetId()
* @see #setId(int)
* @see edu.tsinghua.lumaqq.ecore.group.GroupPackage#getXOrganization_Id()
* @model unique="false" unsettable="true" dataType="org.eclipse.emf.ecore.xml.type.Int" required="true"
* @generated
*/
int getId();
/**
* Sets the value of the '{@link edu.tsinghua.lumaqq.ecore.group.XOrganization#getId <em>Id</em>}' attribute.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @param value the new value of the '<em>Id</em>' attribute.
* @see #isSetId()
* @see #unsetId()
* @see #getId()
* @generated
*/
void setId(int value);
/**
* Unsets the value of the '{@link edu.tsinghua.lumaqq.ecore.group.XOrganization#getId <em>Id</em>}' attribute.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @see #isSetId()
* @see #getId()
* @see #setId(int)
* @generated
*/
void unsetId();
/**
* Returns whether the value of the '{@link edu.tsinghua.lumaqq.ecore.group.XOrganization#getId <em>Id</em>}' attribute is set.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @return whether the value of the '<em>Id</em>' attribute is set.
* @see #unsetId()
* @see #getId()
* @see #setId(int)
* @generated
*/
boolean isSetId();
/**
* 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#getXOrganization_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.XOrganization#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>Path</b></em>' attribute.
* <!-- begin-user-doc -->
* <p>
* If the meaning of the '<em>Path</em>' attribute isn't clear,
* there really should be more of a description here...
* </p>
* <!-- end-user-doc -->
* @return the value of the '<em>Path</em>' attribute.
* @see #isSetPath()
* @see #unsetPath()
* @see #setPath(int)
* @see edu.tsinghua.lumaqq.ecore.group.GroupPackage#getXOrganization_Path()
* @model unique="false" unsettable="true" dataType="org.eclipse.emf.ecore.xml.type.Int" required="true"
* @generated
*/
int getPath();
/**
* Sets the value of the '{@link edu.tsinghua.lumaqq.ecore.group.XOrganization#getPath <em>Path</em>}' attribute.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @param value the new value of the '<em>Path</em>' attribute.
* @see #isSetPath()
* @see #unsetPath()
* @see #getPath()
* @generated
*/
void setPath(int value);
/**
* Unsets the value of the '{@link edu.tsinghua.lumaqq.ecore.group.XOrganization#getPath <em>Path</em>}' attribute.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @see #isSetPath()
* @see #getPath()
* @see #setPath(int)
* @generated
*/
void unsetPath();
/**
* Returns whether the value of the '{@link edu.tsinghua.lumaqq.ecore.group.XOrganization#getPath <em>Path</em>}' attribute is set.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @return whether the value of the '<em>Path</em>' attribute is set.
* @see #unsetPath()
* @see #getPath()
* @see #setPath(int)
* @generated
*/
boolean isSetPath();
} // XOrganization
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -