Uses of Interface
org.openfjord.business.domain.ChoiceElement

Packages that use ChoiceElement
org.openfjord.business.domain   
org.openfjord.business.entities   
org.openfjord.business.entities.valueobjects   
 

Uses of ChoiceElement in org.openfjord.business.domain
 

Methods in org.openfjord.business.domain that return ChoiceElement
 ChoiceElement NonCardinalQuestion.addChoice(ChoiceElement o)
          Creates an empty choice-element and adds it to the question.
 

Methods in org.openfjord.business.domain with parameters of type ChoiceElement
 ChoiceElement NonCardinalQuestion.addChoice(ChoiceElement o)
          Creates an empty choice-element and adds it to the question.
 void NonCardinalQuestion.removeChoice(ChoiceElement o)
          Removes a choice-element from the question
 

Uses of ChoiceElement in org.openfjord.business.entities
 

Methods in org.openfjord.business.entities that return ChoiceElement
 ChoiceElement ChoiceElementLocal.getData()
           
 ChoiceElement ChoiceElementBean.getData()
           
 

Methods in org.openfjord.business.entities with parameters of type ChoiceElement
 void ChoiceElementLocal.setData(ChoiceElement data)
           
 void ChoiceElementBean.setData(ChoiceElement data)
           
 

Uses of ChoiceElement in org.openfjord.business.entities.valueobjects
 

Classes in org.openfjord.business.entities.valueobjects that implement ChoiceElement
 class ChoiceElementVO
          Title: openFJORD Description: open Flexible Java Online Research Designer Copyright: Copyright (c) by Michael Lange 2003 Company: University of Muenster
 

Methods in org.openfjord.business.entities.valueobjects that return ChoiceElement
 ChoiceElement NonCardinalQuestionVO.addChoice(ChoiceElement o)
          adds an ChoiceElement to this collection
 

Methods in org.openfjord.business.entities.valueobjects with parameters of type ChoiceElement
 ChoiceElement NonCardinalQuestionVO.addChoice(ChoiceElement o)
          adds an ChoiceElement to this collection
 void NonCardinalQuestionVO.removeChoice(ChoiceElement o)
          Removes a choice-element from the question
 



openFJORD Copyright © 2003 University of Muenster.