Uses of Class
lumis.service.formbuilder.AnswerStatus
-
Packages that use AnswerStatus Package Description lumis.service.formbuilder -
-
Uses of AnswerStatus in lumis.service.formbuilder
Methods in lumis.service.formbuilder that return AnswerStatus Modifier and Type Method Description AnswerStatus
Answer. getStatus()
static AnswerStatus
AnswerStatus. valueOf(String name)
Returns the enum constant of this type with the specified name.static AnswerStatus[]
AnswerStatus. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in lumis.service.formbuilder with parameters of type AnswerStatus Modifier and Type Method Description void
Answer. setStatus(AnswerStatus status)
-