Package | Description |
---|---|
org.memdoc.www.yosemite.webservices.memdoc.formManagement |
Modifier and Type | Field and Description |
---|---|
protected java.util.List<Label> |
Question.labels |
Modifier and Type | Method and Description |
---|---|
Label[] |
MultipleChoiceRule.getLabelsIf()
getter method for the labelsIf attribute
|
Label[] |
MultipleChoiceRule.getLabelsThenDeactivate()
getter method for the labelsThenDeactivated attribute
|
Modifier and Type | Method and Description |
---|---|
java.util.List<Label> |
Question.getLabels()
Gets the value of the labels property.
|
Modifier and Type | Method and Description |
---|---|
void |
MultipleChoiceRule.setLabelsIf(Label[] labelsIf)
setter method for the labelsIf attribute
|
void |
MultipleChoiceRule.setLabelsThenDeactivate(Label[] labelsThenDeactivate)
setter method for the labelsThenDeactivated attribute
|