de.uka.ipd.sdq.stoex
Interface DoubleLiteral

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

public interface DoubleLiteral
extends NumericLiteral

A representation of the model object 'Double Literal'.

The following features are supported:

See Also:
StoexPackage.getDoubleLiteral()

Field Summary
static String copyright
           
 
Method Summary
 double getValue()
          Returns the value of the 'Value' attribute.
 void setValue(double value)
          Sets the value of the 'Value' attribute.
 
Methods inherited from interface de.uka.ipd.sdq.units.UnitCarryingElement
getUnit, getUnitSpecification, setUnitSpecification
 

Field Detail

copyright

static final String copyright

See Also:
Constant Field Values
Method Detail

getValue

double 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(double), StoexPackage.getDoubleLiteral_Value()

setValue

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

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