org.simantics.databoard.accessor
Interface ByteAccessor

All Superinterfaces:
Accessor
All Known Subinterfaces:
FileByteAccessor
All Known Implementing Classes:
BinaryByte, JavaByte

public interface ByteAccessor
extends Accessor


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

byte getValue()
              throws AccessorException
Throws:
AccessorException

setValue

void setValue(byte value)
              throws AccessorException
Throws:
AccessorException

type

ByteType 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