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

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

public interface RealLiteral
extends Expression

A representation of the model object 'Real Literal'.

The following features are supported:

See Also:
ExpressionsPackage.getRealLiteral()

Method Summary
 java.lang.String getRValue()
          Returns the value of the 'RValue' attribute.
 void setRValue(java.lang.String value)
          Sets the value of the 'RValue' attribute.
 

Method Detail

getRValue

java.lang.String getRValue()
Returns the value of the 'RValue' attribute.

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

Returns:
the value of the 'RValue' attribute.
See Also:
setRValue(String), ExpressionsPackage.getRealLiteral_RValue()

setRValue

void setRValue(java.lang.String value)
Sets the value of the 'RValue' attribute.

Parameters:
value - the new value of the 'RValue' attribute.
See Also:
getRValue()