/** */ package com.robotoworks.mechanoid.net.netModel; /** * <!-- begin-user-doc --> * A representation of the model object '<em><b>String Literal</b></em>'. * <!-- end-user-doc --> * * <p> * The following features are supported: * <ul> * <li>{@link com.robotoworks.mechanoid.net.netModel.StringLiteral#getLiteral <em>Literal</em>}</li> * </ul> * </p> * * @see com.robotoworks.mechanoid.net.netModel.NetModelPackage#getStringLiteral() * @model * @generated */ public interface StringLiteral extends Literal { /** * Returns the value of the '<em><b>Literal</b></em>' attribute. * <!-- begin-user-doc --> * <p> * If the meaning of the '<em>Literal</em>' attribute isn't clear, * there really should be more of a description here... * </p> * <!-- end-user-doc --> * @return the value of the '<em>Literal</em>' attribute. * @see #setLiteral(String) * @see com.robotoworks.mechanoid.net.netModel.NetModelPackage#getStringLiteral_Literal() * @model * @generated */ String getLiteral(); /** * Sets the value of the '{@link com.robotoworks.mechanoid.net.netModel.StringLiteral#getLiteral <em>Literal</em>}' attribute. * <!-- begin-user-doc --> * <!-- end-user-doc --> * @param value the new value of the '<em>Literal</em>' attribute. * @see #getLiteral() * @generated */ void setLiteral(String value); } // StringLiteral