public static class GenericQuiz.Question extends Field
Field.FieldComparator| Modifier and Type | Field and Description | 
|---|---|
| protected static List<? extends Object> | FIELD_TYPES | 
SEP, STATIC_TEXT, STATIC_TITLE, TYPE_VAT| Constructor and Description | 
|---|
| Question(String label,
        String type,
        String value,
        String list,
        int order,
        String response,
        String explanation) | 
| Question(String name,
        String label,
        String type,
        String value,
        String list) | 
| Modifier and Type | Method and Description | 
|---|---|
| String | getExplanation() | 
| List<? extends Object> | getFieldTypes() | 
| String | getName() | 
| String | getPrefix() | 
| String | getResponse() | 
| void | setExplanation(String explanation) | 
| void | setResponse(String response) | 
| String | toString() | 
getCondition, getConditionField, getConditionTest, getLabel, getList, getOrder, getRegisteredList, getType, getValue, getWidth, isFilledWidth, isFirst, isLast, isRequire, isValueValid, setCondition, setFirst, setLabel, setLast, setList, setName, setOrder, setRegisteredList, setRequire, setType, setValue, setWidthpublic String getResponse()
public void setResponse(String response)
public List<? extends Object> getFieldTypes()
getFieldTypes in class Fieldpublic String getExplanation()
public void setExplanation(String explanation)
Copyright © 2012-2018. All Rights Reserved.