org.simantics.databoard.accessor
Interface LongAccessor

All Superinterfaces:
Accessor
All Known Subinterfaces:
FileLongAccessor
All Known Implementing Classes:
BinaryLong, JavaLong

public interface LongAccessor
extends Accessor


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

Method Detail

getValue

long getValue()
              throws AccessorException
Throws:
AccessorException

setValue

void setValue(long newValue)
              throws AccessorException
Throws:
AccessorException

type

LongType 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