/** * <copyright> * </copyright> * */ package at.bestsolution.efxclipse.tooling.svgpath.svgPath; /** * <!-- begin-user-doc --> * A representation of the model object '<em><b>smooth quadratic bezier curveto</b></em>'. * <!-- end-user-doc --> * * <p> * The following features are supported: * <ul> * <li>{@link at.bestsolution.efxclipse.tooling.svgpath.svgPath.smooth_quadratic_bezier_curveto#getSmooth_quadratic_bezier_curveto_argument_sequence <em>Smooth quadratic bezier curveto argument sequence</em>}</li> * </ul> * </p> * * @see at.bestsolution.efxclipse.tooling.svgpath.svgPath.SvgPathPackage#getsmooth_quadratic_bezier_curveto() * @model * @generated */ public interface smooth_quadratic_bezier_curveto extends drawto_command { /** * Returns the value of the '<em><b>Smooth quadratic bezier curveto argument sequence</b></em>' containment reference. * <!-- begin-user-doc --> * <p> * If the meaning of the '<em>Smooth quadratic bezier curveto argument sequence</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>Smooth quadratic bezier curveto argument sequence</em>' containment reference. * @see #setSmooth_quadratic_bezier_curveto_argument_sequence(smooth_quadratic_bezier_curveto_argument_sequence) * @see at.bestsolution.efxclipse.tooling.svgpath.svgPath.SvgPathPackage#getsmooth_quadratic_bezier_curveto_Smooth_quadratic_bezier_curveto_argument_sequence() * @model containment="true" * @generated */ smooth_quadratic_bezier_curveto_argument_sequence getSmooth_quadratic_bezier_curveto_argument_sequence(); /** * Sets the value of the '{@link at.bestsolution.efxclipse.tooling.svgpath.svgPath.smooth_quadratic_bezier_curveto#getSmooth_quadratic_bezier_curveto_argument_sequence <em>Smooth quadratic bezier curveto argument sequence</em>}' containment reference. * <!-- begin-user-doc --> * <!-- end-user-doc --> * @param value the new value of the '<em>Smooth quadratic bezier curveto argument sequence</em>' containment reference. * @see #getSmooth_quadratic_bezier_curveto_argument_sequence() * @generated */ void setSmooth_quadratic_bezier_curveto_argument_sequence(smooth_quadratic_bezier_curveto_argument_sequence value); } // smooth_quadratic_bezier_curveto