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