/** * <copyright> * </copyright> * * $Id$ */ package at.bestsolution.efxclipse.formats.fxg.fxg; /** * <!-- begin-user-doc --> * A representation of the model object '<em><b>rawtext</b></em>'. * <!-- end-user-doc --> * * <p> * The following features are supported: * <ul> * <li>{@link at.bestsolution.efxclipse.formats.fxg.fxg.rawtext#get_text <em>text</em>}</li> * </ul> * </p> * * @see at.bestsolution.efxclipse.formats.fxg.fxg.FxgPackage#getrawtext() * @model * @generated */ public interface rawtext extends RichTextContent { /** * Returns the value of the '<em><b>text</b></em>' attribute. * <!-- begin-user-doc --> * <p> * If the meaning of the '<em>text</em>' attribute isn't clear, * there really should be more of a description here... * </p> * <!-- end-user-doc --> * @return the value of the '<em>text</em>' attribute. * @see #set_text(String) * @see at.bestsolution.efxclipse.formats.fxg.fxg.FxgPackage#getrawtext__text() * @model * @generated */ String get_text(); /** * Sets the value of the '{@link at.bestsolution.efxclipse.formats.fxg.fxg.rawtext#get_text <em>text</em>}' attribute. * <!-- begin-user-doc --> * <!-- end-user-doc --> * @param value the new value of the '<em>text</em>' attribute. * @see #get_text() * @generated */ void set_text(String value); } // rawtext