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

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

public interface IntegerLiteral
extends Expression

A representation of the model object 'Integer Literal'.

The following features are supported:

See Also:
ExpressionsPackage.getIntegerLiteral()

Method Summary
 int getIValue()
          Returns the value of the 'IValue' attribute.
 void setIValue(int value)
          Sets the value of the 'IValue' attribute.
 

Method Detail

getIValue

int getIValue()
Returns the value of the 'IValue' attribute.

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

Returns:
the value of the 'IValue' attribute.
See Also:
setIValue(int), ExpressionsPackage.getIntegerLiteral_IValue()

setIValue

void setIValue(int value)
Sets the value of the 'IValue' attribute.

Parameters:
value - the new value of the 'IValue' attribute.
See Also:
getIValue()