|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface AccessField
The interface AccessField defines the methods
for accessing a member.
| 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 |
|---|
void setValue(Object aNewValue)
throws TestExtensionException
setValue set the selected
field to the given value.
aNewValue - the value, which should the selected
field contains after this method call.
TestExtensionException - if the dstValue does not
suite to the field or any other exception occures.
Object getValue()
throws TestExtensionException
getValue give the value of the
selected field.
TestExtensionException - shows, that an error
occures during field access.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||