ujf.verimag.bip.Core.ActionLanguage.Expressions
Interface StringLiteral

All Superinterfaces:
Action, Expression
All Known Implementing Classes:
StringLiteralImpl

public interface StringLiteral
extends Expression

A representation of the model object 'String Literal'.

The following features are supported:

See Also:
ExpressionsPackage.getStringLiteral()

Method Summary
 java.lang.String getSValue()
          Returns the value of the 'SValue' attribute.
 void setSValue(java.lang.String value)
          Sets the value of the 'SValue' attribute.
 

Method Detail

getSValue

java.lang.String getSValue()
Returns the value of the 'SValue' attribute.

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

Returns:
the value of the 'SValue' attribute.
See Also:
setSValue(String), ExpressionsPackage.getStringLiteral_SValue()

setSValue

void setSValue(java.lang.String value)
Sets the value of the 'SValue' attribute.

Parameters:
value - the new value of the 'SValue' attribute.
See Also:
getSValue()