public class QuestionFilter extends Question
| Constructor and Description |
|---|
QuestionFilter(String operator) |
| Modifier and Type | Method and Description |
|---|---|
String |
getName() |
int |
getSoi() |
String |
getValue() |
void |
setName(String name) |
void |
setSoi(int soi) |
void |
setValue(String value) |
String |
toString(int level) |
addChild, getAllPreviousQuestions, getAllQuestionParts, getChildren, getOperator, setOperator, toRAW, toStringpublic QuestionFilter(String operator)
public String toString(int level)
toString in interface IQuestionNodetoString in class Questionpublic String getName()
public String getValue()
public int getSoi()
public void setName(String name)
public void setValue(String value)
public void setSoi(int soi)
Copyright © 2018. All rights reserved.