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