org.simantics.databoard.accessor
Interface BooleanAccessor

All Superinterfaces:
Accessor
All Known Subinterfaces:
FileBooleanAccessor
All Known Implementing Classes:
BinaryBoolean, JavaBoolean

public interface BooleanAccessor
extends Accessor


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

boolean getValue()
                 throws AccessorException
Throws:
AccessorException

setValue

void setValue(boolean newValue)
              throws AccessorException
Throws:
AccessorException

type

BooleanType 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