de.uka.ipd.sdq.stoex
Interface StringLiteral

All Superinterfaces:
Atom, BooleanExpression, Comparison, Expression, IfElse, Power, Product, Term, Unary
All Known Implementing Classes:
StringLiteralImpl

public interface StringLiteral
extends Atom

A representation of the model object 'String Literal'.

The following features are supported:

See Also:
StoexPackage.getStringLiteral()

Field Summary
static String copyright
           
 
Method Summary
 String getValue()
          Returns the value of the 'Value' attribute.
 void setValue(String value)
          Sets the value of the 'Value' attribute.
 

Field Detail

copyright

static final String copyright

See Also:
Constant Field Values
Method Detail

getValue

String getValue()
Returns the value of the 'Value' attribute.

If the meaning of the 'Value' attribute isn't clear, there really should be more of a description here...

Returns:
the value of the 'Value' attribute.
See Also:
setValue(String), StoexPackage.getStringLiteral_Value()

setValue

void setValue(String value)
Sets the value of the 'Value' attribute.

Parameters:
value - the new value of the 'Value' attribute.
See Also:
getValue()