org.simantics.databoard.accessor
Interface FloatAccessor

All Superinterfaces:
Accessor
All Known Subinterfaces:
FileFloatAccessor
All Known Implementing Classes:
BinaryFloat, JavaFloat

public interface FloatAccessor
extends Accessor


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

Method Detail

getValue

float getValue()
               throws AccessorException
Throws:
AccessorException

setValue

void setValue(float newValue)
              throws AccessorException
Throws:
AccessorException

type

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

Specified by:
type in interface Accessor
Returns:
type description