/** * Դ�������ƣ�Reference.java * �������Ȩ���������ӹɷ����޹�˾ ��Ȩ���� * ϵͳ���ƣ�JRES Studio * ģ�����ƣ�com.hundsun.ares.studio.jres.core * ����˵����JRES Studio�Ļ����ܹ���ģ�͹淶 * ����ĵ��� * ���ߣ� */ package com.hundsun.ares.studio.core.model; import org.eclipse.emf.ecore.EObject; /** * <!-- begin-user-doc --> * A representation of the model object '<em><b>Reference</b></em>'. * <!-- end-user-doc --> * * <p> * The following features are supported: * <ul> * <li>{@link com.hundsun.ares.studio.core.model.Reference#getType <em>Type</em>}</li> * </ul> * </p> * * @see com.hundsun.ares.studio.core.model.CorePackage#getReference() * @model abstract="true" * @generated */ public interface Reference extends EObject { /** * Returns the value of the '<em><b>Type</b></em>' attribute. * The default value is <code>""</code>. * <!-- begin-user-doc --> * <p> * If the meaning of the '<em>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>Type</em>' attribute. * @see #setType(String) * @see com.hundsun.ares.studio.core.model.CorePackage#getReference_Type() * @model default="" * @generated */ String getType(); /** * Sets the value of the '{@link com.hundsun.ares.studio.core.model.Reference#getType <em>Type</em>}' attribute. * <!-- begin-user-doc --> * <!-- end-user-doc --> * @param value the new value of the '<em>Type</em>' attribute. * @see #getType() * @generated */ void setType(String value); /** * <!-- begin-user-doc --> * <!-- end-user-doc --> * @model kind="operation" * @generated */ String getValue(); /** * <!-- begin-user-doc --> * <!-- end-user-doc --> * @model * @generated */ void setValue(String value); } // Reference