📄 face.java
字号:
/**
* <copyright>
* </copyright>
*
* $Id: Face.java 1 2006-06-12 17:37:42Z sxp $
*/
package edu.tsinghua.lumaqq.ecore.face;
import org.eclipse.emf.ecore.EObject;
/**
* <!-- begin-user-doc -->
* A representation of the model object '<em><b>Face</b></em>'.
* <!-- end-user-doc -->
*
* <p>
* The following features are supported:
* <ul>
* <li>{@link edu.tsinghua.lumaqq.ecore.face.Face#getFilename <em>Filename</em>}</li>
* <li>{@link edu.tsinghua.lumaqq.ecore.face.Face#getId <em>Id</em>}</li>
* <li>{@link edu.tsinghua.lumaqq.ecore.face.Face#getMd5 <em>Md5</em>}</li>
* </ul>
* </p>
*
* @see edu.tsinghua.lumaqq.ecore.face.FacePackage#getFace()
* @model
* @generated
*/
public interface Face extends EObject {
/**
* Returns the value of the '<em><b>Filename</b></em>' attribute.
* <!-- begin-user-doc -->
* <p>
* If the meaning of the '<em>Filename</em>' attribute isn't clear,
* there really should be more of a description here...
* </p>
* <!-- end-user-doc -->
* @return the value of the '<em>Filename</em>' attribute.
* @see #setFilename(String)
* @see edu.tsinghua.lumaqq.ecore.face.FacePackage#getFace_Filename()
* @model unique="false" dataType="org.eclipse.emf.ecore.xml.type.String" required="true"
* @generated
*/
String getFilename();
/**
* Sets the value of the '{@link edu.tsinghua.lumaqq.ecore.face.Face#getFilename <em>Filename</em>}' attribute.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @param value the new value of the '<em>Filename</em>' attribute.
* @see #getFilename()
* @generated
*/
void setFilename(String value);
/**
* 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.face.FacePackage#getFace_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.face.Face#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.face.Face#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.face.Face#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>Md5</b></em>' attribute.
* <!-- begin-user-doc -->
* <p>
* If the meaning of the '<em>Md5</em>' attribute isn't clear,
* there really should be more of a description here...
* </p>
* <!-- end-user-doc -->
* @return the value of the '<em>Md5</em>' attribute.
* @see #setMd5(String)
* @see edu.tsinghua.lumaqq.ecore.face.FacePackage#getFace_Md5()
* @model unique="false" dataType="org.eclipse.emf.ecore.xml.type.String" required="true"
* @generated
*/
String getMd5();
/**
* Sets the value of the '{@link edu.tsinghua.lumaqq.ecore.face.Face#getMd5 <em>Md5</em>}' attribute.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @param value the new value of the '<em>Md5</em>' attribute.
* @see #getMd5()
* @generated
*/
void setMd5(String value);
} // Face
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -