org.simantics.databoard.accessor
Interface DoubleAccessor

All Superinterfaces:
Accessor
All Known Subinterfaces:
FileDoubleAccessor
All Known Implementing Classes:
BinaryDouble, JavaDouble

public interface DoubleAccessor
extends Accessor


Nested Class Summary
 
Nested classes/interfaces inherited from interface org.simantics.databoard.accessor.Accessor
Accessor.Listener
 
Method Summary
 double getValue()
           
 void setValue(double newValue)
           
 DoubleType type()
          Get structural represtentation of the accessor presented in databoard's type system format.
 
Methods inherited from interface org.simantics.databoard.accessor.Accessor
addListener, apply, getAccessor, getValue, removeListener, setValue
 

Method Detail

getValue

double getValue()
                throws AccessorException
Throws:
AccessorException

setValue

void setValue(double newValue)
              throws AccessorException
Throws:
AccessorException

type

DoubleType type()
Description copied from interface: Accessor
Get structural represtentation of the accessor presented in databoard's type system format.

Specified by:
type in interface Accessor
Returns:
type description