public class DurationAnswerFormat extends AnswerFormat
AnswerFormat.ChoiceAnswerStyle, AnswerFormat.DateAnswerStyle, AnswerFormat.NumberFormattingStyle, AnswerFormat.QuestionType, AnswerFormat.Type| Constructor and Description |
|---|
DurationAnswerFormat(int step,
java.lang.String unit) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
egtUnit()
Returns the unit of measurement
|
AnswerFormat.QuestionType |
getQuestionType()
Returns the QuestionType for this answer format.
|
int |
getStep()
Returns the step of the duration
|
public DurationAnswerFormat(int step,
java.lang.String unit)
public AnswerFormat.QuestionType getQuestionType()
AnswerFormatgetQuestionType in class AnswerFormatpublic int getStep()
public java.lang.String egtUnit()