net.sf.testextensions
Interface AccessField


public interface AccessField

The interface AccessField defines the methods for accessing a member.

Author:
forge-cl

Method Summary
 Object getValue()
          The method getValue give the value of the selected field.
 void setValue(Object aNewValue)
          The method setValue set the selected field to the given value.
 

Method Detail

setValue

void setValue(Object aNewValue)
              throws TestExtensionException
The method setValue set the selected field to the given value.

Parameters:
aNewValue - the value, which should the selected field contains after this method call.
Throws:
TestExtensionException - if the dstValue does not suite to the field or any other exception occures.

getValue

Object getValue()
                throws TestExtensionException
The method getValue give the value of the selected field.

Returns:
the value of the selected field.
Throws:
TestExtensionException - shows, that an error occures during field access.


Copyright © 2007. All Rights Reserved.