/** * <copyright> * </copyright> * * $Id$ */ package com.hundsun.ares.studio.jres.basicdata.core.basicdata; /** * <!-- begin-user-doc --> * A representation of the model object '<em><b>Single Table</b></em>'. * <!-- end-user-doc --> * * <p> * The following features are supported: * <ul> * <li>{@link com.hundsun.ares.studio.jres.basicdata.core.basicdata.SingleTable#getMaster <em>Master</em>}</li> * </ul> * </p> * * @see com.hundsun.ares.studio.jres.basicdata.core.basicdata.BasicdataPackage#getSingleTable() * @model annotation="http://www.eclipse.org/emf/2002/Ecore constraints='master'" * @generated */ public interface SingleTable extends PackageDefine { /** * Returns the value of the '<em><b>Master</b></em>' attribute. * <!-- begin-user-doc --> * <p> * If the meaning of the '<em>Master</em>' attribute isn't clear, * there really should be more of a description here... * </p> * <!-- end-user-doc --> * @return the value of the '<em>Master</em>' attribute. * @see #setMaster(String) * @see com.hundsun.ares.studio.jres.basicdata.core.basicdata.BasicdataPackage#getSingleTable_Master() * @model * @generated */ String getMaster(); /** * Sets the value of the '{@link com.hundsun.ares.studio.jres.basicdata.core.basicdata.SingleTable#getMaster <em>Master</em>}' attribute. * <!-- begin-user-doc --> * <!-- end-user-doc --> * @param value the new value of the '<em>Master</em>' attribute. * @see #getMaster() * @generated */ void setMaster(String value); } // SingleTable