org.molgenis.questionnaires.meta.QuestionnaireStatus Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of molgenis-questionnaires Show documentation
Show all versions of molgenis-questionnaires Show documentation
Plugin module for gathering information from respondents using series of questions.
package org.molgenis.questionnaires.meta;
public enum QuestionnaireStatus {
NOT_STARTED,
OPEN,
SUBMITTED
}