📄 robot.java
字号:
/**
* <copyright>
* </copyright>
*
* $Id: Robot.java 1 2006-06-12 17:37:42Z sxp $
*/
package edu.tsinghua.lumaqq.ecore.global;
import org.eclipse.emf.ecore.EObject;
/**
* <!-- begin-user-doc -->
* A representation of the model object '<em><b>Robot</b></em>'.
* <!-- end-user-doc -->
*
* <p>
* The following features are supported:
* <ul>
* <li>{@link edu.tsinghua.lumaqq.ecore.global.Robot#getClass_ <em>Class</em>}</li>
* <li>{@link edu.tsinghua.lumaqq.ecore.global.Robot#getName <em>Name</em>}</li>
* </ul>
* </p>
*
* @see edu.tsinghua.lumaqq.ecore.global.GlobalPackage#getRobot()
* @model
* @generated
*/
public interface Robot extends EObject {
/**
* Returns the value of the '<em><b>Class</b></em>' attribute.
* <!-- begin-user-doc -->
* <p>
* If the meaning of the '<em>Class</em>' attribute isn't clear,
* there really should be more of a description here...
* </p>
* <!-- end-user-doc -->
* @return the value of the '<em>Class</em>' attribute.
* @see #setClass(String)
* @see edu.tsinghua.lumaqq.ecore.global.GlobalPackage#getRobot_Class()
* @model
* @generated
*/
String getClass_();
/**
* Sets the value of the '{@link edu.tsinghua.lumaqq.ecore.global.Robot#getClass_ <em>Class</em>}' attribute.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @param value the new value of the '<em>Class</em>' attribute.
* @see #getClass_()
* @generated
*/
void setClass(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.global.GlobalPackage#getRobot_Name()
* @model
* @generated
*/
String getName();
/**
* Sets the value of the '{@link edu.tsinghua.lumaqq.ecore.global.Robot#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);
} // Robot
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -