org.openfjord.business.domain
Interface MultiAnswer

All Superinterfaces:
Answer

public interface MultiAnswer
extends Answer

The interface for a multi-answer item

Title: openFJORD

Description: open Flexible Java Online Research Designer

Copyright: Copyright (c) 2003

Company: University of Muenster

Version:
1.0
Author:
Markus Pütz

Method Summary
 java.lang.Boolean[] getValue()
          Gets the answers given to a multi-answer item by an array of boolean values - one value for each possibility to choose from.
 void setValue(java.lang.Boolean[] value)
          Sets the answers given to a multi-answer item by an array of boolean values - one value for each possibility to choose from.
 
Methods inherited from interface org.openfjord.business.domain.Answer
getParticipant
 

Method Detail

setValue

public void setValue(java.lang.Boolean[] value)
Sets the answers given to a multi-answer item by an array of boolean values - one value for each possibility to choose from.

Parameters:
value - the answers given to a multi-answer item

getValue

public java.lang.Boolean[] getValue()
Gets the answers given to a multi-answer item by an array of boolean values - one value for each possibility to choose from.

Returns:
the answers given to a multi-answer item


openFJORD Copyright © 2003 University of Muenster.