| Package | Description |
|---|---|
| org.molgenis.questionnaires.meta | |
| org.molgenis.questionnaires.response |
| Modifier and Type | Method and Description |
|---|---|
QuestionnaireStatus |
Questionnaire.getStatus() |
static QuestionnaireStatus |
QuestionnaireStatus.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static QuestionnaireStatus[] |
QuestionnaireStatus.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Questionnaire.setStatus(QuestionnaireStatus questionnaireStatus) |
| Modifier and Type | Method and Description |
|---|---|
abstract QuestionnaireStatus |
QuestionnaireResponse.getStatus() |
| Modifier and Type | Method and Description |
|---|---|
static QuestionnaireResponse |
QuestionnaireResponse.create(String id,
String label,
String description,
QuestionnaireStatus status) |
Copyright © 2018 Pivotal Software, Inc.. All rights reserved.