/** */ package at.bestsolution.efxclipse.tooling.fxgraph.fXGraph; /** * <!-- begin-user-doc --> * A representation of the model object '<em><b>Script Value Expression</b></em>'. * <!-- end-user-doc --> * * <p> * The following features are supported: * <ul> * <li>{@link at.bestsolution.efxclipse.tooling.fxgraph.fXGraph.ScriptValueExpression#getSourcecode <em>Sourcecode</em>}</li> * </ul> * </p> * * @see at.bestsolution.efxclipse.tooling.fxgraph.fXGraph.FXGraphPackage#getScriptValueExpression() * @model * @generated */ public interface ScriptValueExpression extends SingleValueProperty { /** * Returns the value of the '<em><b>Sourcecode</b></em>' attribute. * <!-- begin-user-doc --> * <p> * If the meaning of the '<em>Sourcecode</em>' attribute isn't clear, * there really should be more of a description here... * </p> * <!-- end-user-doc --> * @return the value of the '<em>Sourcecode</em>' attribute. * @see #setSourcecode(String) * @see at.bestsolution.efxclipse.tooling.fxgraph.fXGraph.FXGraphPackage#getScriptValueExpression_Sourcecode() * @model * @generated */ String getSourcecode(); /** * Sets the value of the '{@link at.bestsolution.efxclipse.tooling.fxgraph.fXGraph.ScriptValueExpression#getSourcecode <em>Sourcecode</em>}' attribute. * <!-- begin-user-doc --> * <!-- end-user-doc --> * @param value the new value of the '<em>Sourcecode</em>' attribute. * @see #getSourcecode() * @generated */ void setSourcecode(String value); } // ScriptValueExpression