de.xabsl.jxabsl.symbols
Interface DecimalOutputSymbol

All Known Implementing Classes:
DecimalOutputSymbolImpl

public interface DecimalOutputSymbol

Represents a decimal output symbol


Method Summary
 double getValue()
           
 void setValue(double value)
          Sets the symbol's value
 

Method Detail

setValue

void setValue(double value)
Sets the symbol's value

Parameters:
value - the symbols new value

getValue

double getValue()
Returns:
the symbol's value