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