/** */ package gr.upatras.ece.wcl.radl2.radl; /** * <!-- begin-user-doc --> * A representation of the model object '<em><b>rul Java para Script</b></em>'. * <!-- end-user-doc --> * * <p> * The following features are supported: * <ul> * <li>{@link gr.upatras.ece.wcl.radl2.radl.rulJava_paraScript#getScriptparamValue <em>Scriptparam Value</em>}</li> * </ul> * </p> * * @see gr.upatras.ece.wcl.radl2.radl.RadlPackage#getrulJava_paraScript() * @model * @generated */ public interface rulJava_paraScript extends rulJava_param { /** * Returns the value of the '<em><b>Scriptparam Value</b></em>' reference. * <!-- begin-user-doc --> * <p> * If the meaning of the '<em>Scriptparam Value</em>' reference isn't clear, * there really should be more of a description here... * </p> * <!-- end-user-doc --> * @return the value of the '<em>Scriptparam Value</em>' reference. * @see #setScriptparamValue(scriptParam) * @see gr.upatras.ece.wcl.radl2.radl.RadlPackage#getrulJava_paraScript_ScriptparamValue() * @model * @generated */ scriptParam getScriptparamValue(); /** * Sets the value of the '{@link gr.upatras.ece.wcl.radl2.radl.rulJava_paraScript#getScriptparamValue <em>Scriptparam Value</em>}' reference. * <!-- begin-user-doc --> * <!-- end-user-doc --> * @param value the new value of the '<em>Scriptparam Value</em>' reference. * @see #getScriptparamValue() * @generated */ void setScriptparamValue(scriptParam value); } // rulJava_paraScript