/** * <copyright> * </copyright> * * $Id$ */ package at.bestsolution.efxclipse.formats.svg.svg; /** * <!-- begin-user-doc --> * A representation of the model object '<em><b>Alt Glyph Ref Element</b></em>'. * <!-- end-user-doc --> * * <p> * The following features are supported: * <ul> * <li>{@link at.bestsolution.efxclipse.formats.svg.svg.SvgAltGlyphRefElement#getClass_ <em>Class</em>}</li> * <li>{@link at.bestsolution.efxclipse.formats.svg.svg.SvgAltGlyphRefElement#getStyle <em>Style</em>}</li> * <li>{@link at.bestsolution.efxclipse.formats.svg.svg.SvgAltGlyphRefElement#getX <em>X</em>}</li> * <li>{@link at.bestsolution.efxclipse.formats.svg.svg.SvgAltGlyphRefElement#getY <em>Y</em>}</li> * <li>{@link at.bestsolution.efxclipse.formats.svg.svg.SvgAltGlyphRefElement#getDx <em>Dx</em>}</li> * <li>{@link at.bestsolution.efxclipse.formats.svg.svg.SvgAltGlyphRefElement#getDy <em>Dy</em>}</li> * <li>{@link at.bestsolution.efxclipse.formats.svg.svg.SvgAltGlyphRefElement#getGlyphRef <em>Glyph Ref</em>}</li> * <li>{@link at.bestsolution.efxclipse.formats.svg.svg.SvgAltGlyphRefElement#getFormat <em>Format</em>}</li> * </ul> * </p> * * @see at.bestsolution.efxclipse.formats.svg.svg.SvgPackage#getSvgAltGlyphRefElement() * @model * @generated */ public interface SvgAltGlyphRefElement extends SvgElement, CoreAttributes, PresentationAttributes, XLinkAttributes, ContentElement<SvgElement> { /** * Returns the value of the '<em><b>Class</b></em>' attribute. * <!-- begin-user-doc --> * <p> * If the meaning of the '<em>Class</em>' attribute isn't clear, * there really should be more of a description here... * </p> * <!-- end-user-doc --> * @return the value of the '<em>Class</em>' attribute. * @see #setClass(String) * @see at.bestsolution.efxclipse.formats.svg.svg.SvgPackage#getSvgAltGlyphRefElement_Class() * @model * @generated */ String getClass_(); /** * Sets the value of the '{@link at.bestsolution.efxclipse.formats.svg.svg.SvgAltGlyphRefElement#getClass_ <em>Class</em>}' attribute. * <!-- begin-user-doc --> * <!-- end-user-doc --> * @param value the new value of the '<em>Class</em>' attribute. * @see #getClass_() * @generated */ void setClass(String value); /** * Returns the value of the '<em><b>Style</b></em>' attribute. * <!-- begin-user-doc --> * <p> * If the meaning of the '<em>Style</em>' attribute isn't clear, * there really should be more of a description here... * </p> * <!-- end-user-doc --> * @return the value of the '<em>Style</em>' attribute. * @see #setStyle(String) * @see at.bestsolution.efxclipse.formats.svg.svg.SvgPackage#getSvgAltGlyphRefElement_Style() * @model * @generated */ String getStyle(); /** * Sets the value of the '{@link at.bestsolution.efxclipse.formats.svg.svg.SvgAltGlyphRefElement#getStyle <em>Style</em>}' attribute. * <!-- begin-user-doc --> * <!-- end-user-doc --> * @param value the new value of the '<em>Style</em>' attribute. * @see #getStyle() * @generated */ void setStyle(String value); /** * Returns the value of the '<em><b>X</b></em>' attribute. * <!-- begin-user-doc --> * <p> * If the meaning of the '<em>X</em>' attribute isn't clear, * there really should be more of a description here... * </p> * <!-- end-user-doc --> * @return the value of the '<em>X</em>' attribute. * @see #setX(Double) * @see at.bestsolution.efxclipse.formats.svg.svg.SvgPackage#getSvgAltGlyphRefElement_X() * @model dataType="at.bestsolution.efxclipse.formats.svg.svg.Number" * @generated */ Double getX(); /** * Sets the value of the '{@link at.bestsolution.efxclipse.formats.svg.svg.SvgAltGlyphRefElement#getX <em>X</em>}' attribute. * <!-- begin-user-doc --> * <!-- end-user-doc --> * @param value the new value of the '<em>X</em>' attribute. * @see #getX() * @generated */ void setX(Double value); /** * Returns the value of the '<em><b>Y</b></em>' attribute. * <!-- begin-user-doc --> * <p> * If the meaning of the '<em>Y</em>' attribute isn't clear, * there really should be more of a description here... * </p> * <!-- end-user-doc --> * @return the value of the '<em>Y</em>' attribute. * @see #setY(Double) * @see at.bestsolution.efxclipse.formats.svg.svg.SvgPackage#getSvgAltGlyphRefElement_Y() * @model dataType="at.bestsolution.efxclipse.formats.svg.svg.Number" * @generated */ Double getY(); /** * Sets the value of the '{@link at.bestsolution.efxclipse.formats.svg.svg.SvgAltGlyphRefElement#getY <em>Y</em>}' attribute. * <!-- begin-user-doc --> * <!-- end-user-doc --> * @param value the new value of the '<em>Y</em>' attribute. * @see #getY() * @generated */ void setY(Double value); /** * Returns the value of the '<em><b>Dx</b></em>' attribute. * <!-- begin-user-doc --> * <p> * If the meaning of the '<em>Dx</em>' attribute isn't clear, * there really should be more of a description here... * </p> * <!-- end-user-doc --> * @return the value of the '<em>Dx</em>' attribute. * @see #setDx(Double) * @see at.bestsolution.efxclipse.formats.svg.svg.SvgPackage#getSvgAltGlyphRefElement_Dx() * @model dataType="at.bestsolution.efxclipse.formats.svg.svg.Number" * @generated */ Double getDx(); /** * Sets the value of the '{@link at.bestsolution.efxclipse.formats.svg.svg.SvgAltGlyphRefElement#getDx <em>Dx</em>}' attribute. * <!-- begin-user-doc --> * <!-- end-user-doc --> * @param value the new value of the '<em>Dx</em>' attribute. * @see #getDx() * @generated */ void setDx(Double value); /** * Returns the value of the '<em><b>Dy</b></em>' attribute. * <!-- begin-user-doc --> * <p> * If the meaning of the '<em>Dy</em>' attribute isn't clear, * there really should be more of a description here... * </p> * <!-- end-user-doc --> * @return the value of the '<em>Dy</em>' attribute. * @see #setDy(Double) * @see at.bestsolution.efxclipse.formats.svg.svg.SvgPackage#getSvgAltGlyphRefElement_Dy() * @model dataType="at.bestsolution.efxclipse.formats.svg.svg.Number" * @generated */ Double getDy(); /** * Sets the value of the '{@link at.bestsolution.efxclipse.formats.svg.svg.SvgAltGlyphRefElement#getDy <em>Dy</em>}' attribute. * <!-- begin-user-doc --> * <!-- end-user-doc --> * @param value the new value of the '<em>Dy</em>' attribute. * @see #getDy() * @generated */ void setDy(Double value); /** * Returns the value of the '<em><b>Glyph Ref</b></em>' attribute. * <!-- begin-user-doc --> * <p> * If the meaning of the '<em>Glyph Ref</em>' attribute isn't clear, * there really should be more of a description here... * </p> * <!-- end-user-doc --> * @return the value of the '<em>Glyph Ref</em>' attribute. * @see #setGlyphRef(String) * @see at.bestsolution.efxclipse.formats.svg.svg.SvgPackage#getSvgAltGlyphRefElement_GlyphRef() * @model * @generated */ String getGlyphRef(); /** * Sets the value of the '{@link at.bestsolution.efxclipse.formats.svg.svg.SvgAltGlyphRefElement#getGlyphRef <em>Glyph Ref</em>}' attribute. * <!-- begin-user-doc --> * <!-- end-user-doc --> * @param value the new value of the '<em>Glyph Ref</em>' attribute. * @see #getGlyphRef() * @generated */ void setGlyphRef(String value); /** * Returns the value of the '<em><b>Format</b></em>' attribute. * <!-- begin-user-doc --> * <p> * If the meaning of the '<em>Format</em>' attribute isn't clear, * there really should be more of a description here... * </p> * <!-- end-user-doc --> * @return the value of the '<em>Format</em>' attribute. * @see #setFormat(String) * @see at.bestsolution.efxclipse.formats.svg.svg.SvgPackage#getSvgAltGlyphRefElement_Format() * @model * @generated */ String getFormat(); /** * Sets the value of the '{@link at.bestsolution.efxclipse.formats.svg.svg.SvgAltGlyphRefElement#getFormat <em>Format</em>}' attribute. * <!-- begin-user-doc --> * <!-- end-user-doc --> * @param value the new value of the '<em>Format</em>' attribute. * @see #getFormat() * @generated */ void setFormat(String value); } // SvgAltGlyphRefElement