org.openfjord.business.domain
Interface NominalQuestion

All Superinterfaces:
NonCardinalQuestion, Question, ScaledQuestion, SurveyElement, TextElement
All Known Implementing Classes:
NominalQuestionVO

public interface NominalQuestion
extends NonCardinalQuestion

The interface for an nominal-question 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
 boolean isMultiSelect()
          Returns whether a nominal-question item has the possibility of giving multiple answers or not
 void setMultiSelect(boolean multiSelect)
          Determines the possibility to give multiple answers
 
Methods inherited from interface org.openfjord.business.domain.NonCardinalQuestion
addChoice, getChoices, removeChoice
 
Methods inherited from interface org.openfjord.business.domain.Question
getAnswer, getAnswers
 
Methods inherited from interface org.openfjord.business.domain.TextElement
getText, setText
 
Methods inherited from interface org.openfjord.business.domain.SurveyElement
getId, getName, getParent, setName, setParent
 

Method Detail

isMultiSelect

public boolean isMultiSelect()
Returns whether a nominal-question item has the possibility of giving multiple answers or not

Returns:
true, if it is possible to give multiple answers. False instead

setMultiSelect

public void setMultiSelect(boolean multiSelect)
Determines the possibility to give multiple answers

Parameters:
multiSelect - true, if it is possible to give multiple answers. False instead


openFJORD Copyright © 2003 University of Muenster.