org.simantics.databoard.accessor
Interface StringAccessor

All Superinterfaces:
Accessor
All Known Subinterfaces:
FileStringAccessor
All Known Implementing Classes:
BinaryString, JavaString

public interface StringAccessor
extends Accessor


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

java.lang.String getValue()
                          throws AccessorException
Throws:
AccessorException

setValue

void setValue(java.lang.String newValue)
              throws AccessorException
Throws:
AccessorException

type

StringType 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