/** * <copyright> * </copyright> * * $Id$ */ package com.hundsun.ares.studio.jres.basicdata.core.basicdata; import org.eclipse.emf.ecore.EObject; /** * <!-- begin-user-doc --> * A representation of the model object '<em><b>Basic Data Field</b></em>'. * <!-- end-user-doc --> * * <p> * The following features are supported: * <ul> * <li>{@link com.hundsun.ares.studio.jres.basicdata.core.basicdata.BasicDataField#getName <em>Name</em>}</li> * <li>{@link com.hundsun.ares.studio.jres.basicdata.core.basicdata.BasicDataField#getChineseName <em>Chinese Name</em>}</li> * <li>{@link com.hundsun.ares.studio.jres.basicdata.core.basicdata.BasicDataField#getDescription <em>Description</em>}</li> * <li>{@link com.hundsun.ares.studio.jres.basicdata.core.basicdata.BasicDataField#getDataType <em>Data Type</em>}</li> * <li>{@link com.hundsun.ares.studio.jres.basicdata.core.basicdata.BasicDataField#getDefaultValue <em>Default Value</em>}</li> * <li>{@link com.hundsun.ares.studio.jres.basicdata.core.basicdata.BasicDataField#getMark <em>Mark</em>}</li> * <li>{@link com.hundsun.ares.studio.jres.basicdata.core.basicdata.BasicDataField#getComments <em>Comments</em>}</li> * <li>{@link com.hundsun.ares.studio.jres.basicdata.core.basicdata.BasicDataField#getColumnType <em>Column Type</em>}</li> * </ul> * </p> * * @see com.hundsun.ares.studio.jres.basicdata.core.basicdata.BasicdataPackage#getBasicDataField() * @model * @generated */ public interface BasicDataField extends EObject { /** * 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 com.hundsun.ares.studio.jres.basicdata.core.basicdata.BasicdataPackage#getBasicDataField_Name() * @model * @generated */ String getName(); /** * Sets the value of the '{@link com.hundsun.ares.studio.jres.basicdata.core.basicdata.BasicDataField#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>Chinese Name</b></em>' attribute. * <!-- begin-user-doc --> * <p> * If the meaning of the '<em>Chinese 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>Chinese Name</em>' attribute. * @see #setChineseName(String) * @see com.hundsun.ares.studio.jres.basicdata.core.basicdata.BasicdataPackage#getBasicDataField_ChineseName() * @model * @generated */ String getChineseName(); /** * Sets the value of the '{@link com.hundsun.ares.studio.jres.basicdata.core.basicdata.BasicDataField#getChineseName <em>Chinese Name</em>}' attribute. * <!-- begin-user-doc --> * <!-- end-user-doc --> * @param value the new value of the '<em>Chinese Name</em>' attribute. * @see #getChineseName() * @generated */ void setChineseName(String value); /** * Returns the value of the '<em><b>Description</b></em>' attribute. * <!-- begin-user-doc --> * <p> * If the meaning of the '<em>Description</em>' attribute isn't clear, * there really should be more of a description here... * </p> * <!-- end-user-doc --> * @return the value of the '<em>Description</em>' attribute. * @see #setDescription(String) * @see com.hundsun.ares.studio.jres.basicdata.core.basicdata.BasicdataPackage#getBasicDataField_Description() * @model * @generated */ String getDescription(); /** * Sets the value of the '{@link com.hundsun.ares.studio.jres.basicdata.core.basicdata.BasicDataField#getDescription <em>Description</em>}' attribute. * <!-- begin-user-doc --> * <!-- end-user-doc --> * @param value the new value of the '<em>Description</em>' attribute. * @see #getDescription() * @generated */ void setDescription(String value); /** * Returns the value of the '<em><b>Data Type</b></em>' attribute. * <!-- begin-user-doc --> * <p> * If the meaning of the '<em>Data 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>Data Type</em>' attribute. * @see #setDataType(String) * @see com.hundsun.ares.studio.jres.basicdata.core.basicdata.BasicdataPackage#getBasicDataField_DataType() * @model * @generated */ String getDataType(); /** * Sets the value of the '{@link com.hundsun.ares.studio.jres.basicdata.core.basicdata.BasicDataField#getDataType <em>Data Type</em>}' attribute. * <!-- begin-user-doc --> * <!-- end-user-doc --> * @param value the new value of the '<em>Data Type</em>' attribute. * @see #getDataType() * @generated */ void setDataType(String value); /** * Returns the value of the '<em><b>Default Value</b></em>' attribute. * <!-- begin-user-doc --> * <p> * If the meaning of the '<em>Default Value</em>' attribute isn't clear, * there really should be more of a description here... * </p> * <!-- end-user-doc --> * @return the value of the '<em>Default Value</em>' attribute. * @see #setDefaultValue(String) * @see com.hundsun.ares.studio.jres.basicdata.core.basicdata.BasicdataPackage#getBasicDataField_DefaultValue() * @model * @generated */ String getDefaultValue(); /** * Sets the value of the '{@link com.hundsun.ares.studio.jres.basicdata.core.basicdata.BasicDataField#getDefaultValue <em>Default Value</em>}' attribute. * <!-- begin-user-doc --> * <!-- end-user-doc --> * @param value the new value of the '<em>Default Value</em>' attribute. * @see #getDefaultValue() * @generated */ void setDefaultValue(String value); /** * Returns the value of the '<em><b>Mark</b></em>' attribute. * <!-- begin-user-doc --> * <p> * If the meaning of the '<em>Mark</em>' attribute isn't clear, * there really should be more of a description here... * </p> * <!-- end-user-doc --> * @return the value of the '<em>Mark</em>' attribute. * @see #setMark(String) * @see com.hundsun.ares.studio.jres.basicdata.core.basicdata.BasicdataPackage#getBasicDataField_Mark() * @model * @generated */ String getMark(); /** * Sets the value of the '{@link com.hundsun.ares.studio.jres.basicdata.core.basicdata.BasicDataField#getMark <em>Mark</em>}' attribute. * <!-- begin-user-doc --> * <!-- end-user-doc --> * @param value the new value of the '<em>Mark</em>' attribute. * @see #getMark() * @generated */ void setMark(String value); /** * Returns the value of the '<em><b>Comments</b></em>' attribute. * <!-- begin-user-doc --> * <p> * If the meaning of the '<em>Comments</em>' attribute isn't clear, * there really should be more of a description here... * </p> * <!-- end-user-doc --> * @return the value of the '<em>Comments</em>' attribute. * @see #setComments(String) * @see com.hundsun.ares.studio.jres.basicdata.core.basicdata.BasicdataPackage#getBasicDataField_Comments() * @model * @generated */ String getComments(); /** * Sets the value of the '{@link com.hundsun.ares.studio.jres.basicdata.core.basicdata.BasicDataField#getComments <em>Comments</em>}' attribute. * <!-- begin-user-doc --> * <!-- end-user-doc --> * @param value the new value of the '<em>Comments</em>' attribute. * @see #getComments() * @generated */ void setComments(String value); /** * Returns the value of the '<em><b>Column Type</b></em>' attribute. * <!-- begin-user-doc --> * <p> * If the meaning of the '<em>Column 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>Column Type</em>' attribute. * @see #setColumnType(int) * @see com.hundsun.ares.studio.jres.basicdata.core.basicdata.BasicdataPackage#getBasicDataField_ColumnType() * @model * @generated */ int getColumnType(); /** * Sets the value of the '{@link com.hundsun.ares.studio.jres.basicdata.core.basicdata.BasicDataField#getColumnType <em>Column Type</em>}' attribute. * <!-- begin-user-doc --> * <!-- end-user-doc --> * @param value the new value of the '<em>Column Type</em>' attribute. * @see #getColumnType() * @generated */ void setColumnType(int value); } // BasicDataField