public class PreviousQuestion extends Object implements IQuestionNode, Serializable
| Constructor and Description |
|---|
PreviousQuestion(String file) |
| Modifier and Type | Method and Description |
|---|---|
List<App> |
getAllApps(boolean equalsOnObjectLevel) |
List<PreviousQuestion> |
getAllPreviousQuestions() |
List<QuestionPart> |
getAllQuestionParts() |
List<Reference> |
getAllReferences() |
List<IQuestionNode> |
getChildren() |
String |
getFile() |
String |
toRAW(boolean external) |
String |
toString() |
String |
toString(int level) |
public PreviousQuestion(String file)
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<Reference> getAllReferences()
getAllReferences in interface IQuestionNodepublic List<App> getAllApps(boolean equalsOnObjectLevel)
getAllApps in interface IQuestionNodepublic List<PreviousQuestion> getAllPreviousQuestions()
getAllPreviousQuestions in interface IQuestionNodepublic String getFile()
Copyright © 2019. All rights reserved.