/** * <copyright> * </copyright> * */ package at.bestsolution.efxclipse.tooling.svgpath.svgPath; /** * <!-- begin-user-doc --> * A representation of the model object '<em><b>vertical lineto</b></em>'. * <!-- end-user-doc --> * * <p> * The following features are supported: * <ul> * <li>{@link at.bestsolution.efxclipse.tooling.svgpath.svgPath.vertical_lineto#getVertical_lineto_argument_sequence <em>Vertical lineto argument sequence</em>}</li> * </ul> * </p> * * @see at.bestsolution.efxclipse.tooling.svgpath.svgPath.SvgPathPackage#getvertical_lineto() * @model * @generated */ public interface vertical_lineto extends drawto_command { /** * Returns the value of the '<em><b>Vertical lineto argument sequence</b></em>' containment reference. * <!-- begin-user-doc --> * <p> * If the meaning of the '<em>Vertical lineto 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>Vertical lineto argument sequence</em>' containment reference. * @see #setVertical_lineto_argument_sequence(vertical_lineto_argument_sequence) * @see at.bestsolution.efxclipse.tooling.svgpath.svgPath.SvgPathPackage#getvertical_lineto_Vertical_lineto_argument_sequence() * @model containment="true" * @generated */ vertical_lineto_argument_sequence getVertical_lineto_argument_sequence(); /** * Sets the value of the '{@link at.bestsolution.efxclipse.tooling.svgpath.svgPath.vertical_lineto#getVertical_lineto_argument_sequence <em>Vertical lineto argument sequence</em>}' containment reference. * <!-- begin-user-doc --> * <!-- end-user-doc --> * @param value the new value of the '<em>Vertical lineto argument sequence</em>' containment reference. * @see #getVertical_lineto_argument_sequence() * @generated */ void setVertical_lineto_argument_sequence(vertical_lineto_argument_sequence value); } // vertical_lineto