org.simantics.databoard.accessor
Interface IntegerAccessor

All Superinterfaces:
Accessor
All Known Subinterfaces:
FileIntegerAccessor
All Known Implementing Classes:
BinaryInteger, JavaInteger

public interface IntegerAccessor
extends Accessor


Nested Class Summary
 
Nested classes/interfaces inherited from interface org.simantics.databoard.accessor.Accessor
Accessor.Listener
 
Method Summary
 int getValue()
           
 void setValue(int newValue)
           
 IntegerType 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

int getValue()
             throws AccessorException
Throws:
AccessorException

setValue

void setValue(int newValue)
              throws AccessorException
Throws:
AccessorException

type

IntegerType 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