public class QuestionPart extends Object implements IQuestionNode, Serializable
| Constructor and Description |
|---|
QuestionPart() |
| Modifier and Type | Method and Description |
|---|---|
void |
addPreprocessor(Reference reference,
List<String> preprocessors) |
void |
addReference(Reference reference) |
List<App> |
getAllApps(boolean equalsOnObjectLevel) |
List<PreviousQuestion> |
getAllPreviousQuestions() |
List<QuestionPart> |
getAllQuestionParts() |
List<Reference> |
getAllReferences() |
List<IQuestionNode> |
getChildren() |
List<String> |
getFeatures() |
int |
getMode() |
List<String> |
getPreprocessor(Reference reference) |
List<String> |
getUses() |
void |
removePreprocessor(Reference reference,
String preprocessorKeyword) |
void |
setMode(int mode) |
void |
setReferences(List<Reference> references) |
String |
toRAW(boolean external) |
String |
toString() |
String |
toString(int level) |
public String toString(int level)
toString in interface IQuestionNodepublic String toRAW(boolean external)
toRAW in interface IQuestionNodepublic List<IQuestionNode> getChildren()
getChildren in interface IQuestionNodepublic List<QuestionPart> getAllQuestionParts()
getAllQuestionParts in interface IQuestionNodepublic List<PreviousQuestion> getAllPreviousQuestions()
getAllPreviousQuestions in interface IQuestionNodepublic List<Reference> getAllReferences()
getAllReferences in interface IQuestionNodepublic List<App> getAllApps(boolean equalsOnObjectLevel)
getAllApps in interface IQuestionNodepublic void addReference(Reference reference)
public int getMode()
public void setMode(int mode)
Copyright © 2019. All rights reserved.