public interface IQuestionNode
| Modifier and Type | Method and Description |
|---|---|
List<App> |
getAllApps(boolean equalsOnObjectLevel) |
List<PreviousQuestion> |
getAllPreviousQuestions() |
List<QuestionPart> |
getAllQuestionParts() |
List<Reference> |
getAllReferences() |
List<IQuestionNode> |
getChildren() |
String |
toRAW(boolean external) |
String |
toString(int level) |
String toString(int level)
String toRAW(boolean external)
List<IQuestionNode> getChildren()
List<QuestionPart> getAllQuestionParts()
List<PreviousQuestion> getAllPreviousQuestions()
Copyright © 2019. All rights reserved.