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

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

public interface IndexLiteral
extends Expression

A representation of the model object 'Index Literal'.

The following features are supported:

See Also:
ExpressionsPackage.getIndexLiteral()

Method Summary
 int getId()
          Returns the value of the 'Id' attribute.
 void setId(int value)
          Sets the value of the 'Id' attribute.
 

Method Detail

getId

int getId()
Returns the value of the 'Id' attribute.

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

Returns:
the value of the 'Id' attribute.
See Also:
setId(int), ExpressionsPackage.getIndexLiteral_Id()

setId

void setId(int value)
Sets the value of the 'Id' attribute.

Parameters:
value - the new value of the 'Id' attribute.
See Also:
getId()