Uses of Class
edu.suffolk.litlab.efsp.utils.InterviewVariable.VarBuilder
Packages that use InterviewVariable.VarBuilder
-
Uses of InterviewVariable.VarBuilder in edu.suffolk.litlab.efsp.utils
Methods in edu.suffolk.litlab.efsp.utils that return InterviewVariable.VarBuilderModifier and TypeMethodDescriptionInterviewVariable.VarBuilder.appendDesc(String newDescription) InterviewVariable.VarBuilder.choices(Collection<String> choices) InterviewVariable.VarBuilder.currentVal(com.fasterxml.jackson.databind.JsonNode node) InterviewVariable.VarBuilder.currentVal(String currentVal) InterviewVariable.VarBuilder.description(String description) InfoCollector.varBuilder()Methods in edu.suffolk.litlab.efsp.utils with parameters of type InterviewVariable.VarBuilderModifier and TypeMethodDescriptionInfoCollector.addCodeError(CodesParser.CodeError err, InterviewVariable.VarBuilder varBuilder) InfoCollector.addCrossRefError(CodesParser.CrossReferenceError err, InterviewVariable.VarBuilder varBuilder) InfoCollector.addTextError(CodesParser.TextVarError err, InterviewVariable.VarBuilder varBuilder) InfoCollector.unwrap(com.hubspot.algebra.Result<String, CodesParser.TextVarError> res, InterviewVariable.VarBuilder varBuilder) InfoCollector.unwrapCode(com.hubspot.algebra.Result<String, CodesParser.CodeError> res, InterviewVariable.VarBuilder varBuilder) InfoCollector.unwrapOpt(com.hubspot.algebra.Result<Optional<String>, CodesParser.CodeError> res, InterviewVariable.VarBuilder varBuilder)