📄 location.java
字号:
/**
* <copyright>
* </copyright>
*
* $Id: Location.java,v 1.1 2006/11/18 12:13:55 niegy Exp $
*/
package com.primeton.studio.gef.core;
import org.eclipse.emf.ecore.EObject;
/**
* <!-- begin-user-doc -->
* A representation of the model object '<em><b>Location</b></em>'.
* <!-- end-user-doc -->
*
* <p>
* The following features are supported:
* <ul>
* <li>{@link com.primeton.studio.gef.core.Location#getX <em>X</em>}</li>
* <li>{@link com.primeton.studio.gef.core.Location#getY <em>Y</em>}</li>
* </ul>
* </p>
*
* @see com.primeton.studio.gef.core.CorePackage#getLocation()
* @model
* @generated
*/
public interface Location extends EObject {
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @generated
*/
String copyright = "";
/**
* Returns the value of the '<em><b>X</b></em>' attribute.
* <!-- begin-user-doc -->
* <p>
* If the meaning of the '<em>X</em>' attribute isn't clear,
* there really should be more of a description here...
* </p>
* <!-- end-user-doc -->
* @return the value of the '<em>X</em>' attribute.
* @see #setX(int)
* @see com.primeton.studio.gef.core.CorePackage#getLocation_X()
* @model unique="false" dataType="org.eclipse.emf.ecore.xml.type.Int" required="true"
* @generated
*/
int getX();
/**
* Sets the value of the '{@link com.primeton.studio.gef.core.Location#getX <em>X</em>}' attribute.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @param value the new value of the '<em>X</em>' attribute.
* @see #getX()
* @generated
*/
void setX(int value);
/**
* Returns the value of the '<em><b>Y</b></em>' attribute.
* <!-- begin-user-doc -->
* <p>
* If the meaning of the '<em>Y</em>' attribute isn't clear,
* there really should be more of a description here...
* </p>
* <!-- end-user-doc -->
* @return the value of the '<em>Y</em>' attribute.
* @see #setY(int)
* @see com.primeton.studio.gef.core.CorePackage#getLocation_Y()
* @model unique="false" dataType="org.eclipse.emf.ecore.xml.type.Int" required="true"
* @generated
*/
int getY();
/**
* Sets the value of the '{@link com.primeton.studio.gef.core.Location#getY <em>Y</em>}' attribute.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @param value the new value of the '<em>Y</em>' attribute.
* @see #getY()
* @generated
*/
void setY(int value);
} // Location
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -