/** * <copyright> * </copyright> * */ package at.bestsolution.e4.jfx.xtext.jFXCss; /** * <!-- begin-user-doc --> * A representation of the model object '<em><b>Effect Inner Shadow</b></em>'. * <!-- end-user-doc --> * * <p> * The following features are supported: * <ul> * <li>{@link at.bestsolution.e4.jfx.xtext.jFXCss.EffectInnerShadow#getChoke <em>Choke</em>}</li> * </ul> * </p> * * @see at.bestsolution.e4.jfx.xtext.jFXCss.JFXCssPackage#getEffectInnerShadow() * @model * @generated */ public interface EffectInnerShadow extends Effect { /** * Returns the value of the '<em><b>Choke</b></em>' containment reference. * <!-- begin-user-doc --> * <p> * If the meaning of the '<em>Choke</em>' containment reference isn't clear, * there really should be more of a description here... * </p> * <!-- end-user-doc --> * @return the value of the '<em>Choke</em>' containment reference. * @see #setChoke(NumberValue) * @see at.bestsolution.e4.jfx.xtext.jFXCss.JFXCssPackage#getEffectInnerShadow_Choke() * @model containment="true" * @generated */ NumberValue getChoke(); /** * Sets the value of the '{@link at.bestsolution.e4.jfx.xtext.jFXCss.EffectInnerShadow#getChoke <em>Choke</em>}' containment reference. * <!-- begin-user-doc --> * <!-- end-user-doc --> * @param value the new value of the '<em>Choke</em>' containment reference. * @see #getChoke() * @generated */ void setChoke(NumberValue value); } // EffectInnerShadow