|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectde.xabsl.jxabslx.symbols.DecimalOutputSymbolImpl
public class DecimalOutputSymbolImpl
An implementation for a decimal output symbol. Takes its values from an Input object, writes values via an Output object and converts via a DecimalConversion.
Constructor Summary | |
---|---|
DecimalOutputSymbolImpl(Output output,
Input input,
DecimalConversion conversion,
DebugMessages debug)
Constructor |
Method Summary | |
---|---|
double |
getValue()
|
void |
setValue(double value)
Sets the symbol's value |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public DecimalOutputSymbolImpl(Output output, Input input, DecimalConversion conversion, DebugMessages debug)
output
- a value goes hereinput
- a value comes from hereconversion
- is converted via this conversiondebug
- for debugging outputMethod Detail |
---|
public double getValue()
getValue
in interface DecimalOutputSymbol
public void setValue(double value)
DecimalOutputSymbol
setValue
in interface DecimalOutputSymbol
value
- the symbols new value
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |