public final class FillInUnitsResponseValue extends StudentResponseValue<FillInUnitsAnswerValuePart>
Constructor and Description |
---|
FillInUnitsResponseValue(AnswerEvalType fillInValueType,
java.lang.String fillInValue,
AnswerEvalType unitsValueType,
java.lang.String unitsValue) |
Modifier and Type | Method and Description |
---|---|
FillInUnitsAnswerValuePart |
getDataPart()
Returns the data value part for this response.
|
AnswerEvalType |
getResponseDataType()
Returns the evaluation type for this response's data value.
|
java.lang.String |
getResponseDataValue()
Returns the data value for this response.
|
AnswerEvalType |
getResponseUnitsType()
Returns the evaluation type for this response's unit value.
|
java.lang.String |
getResponseUnitsValue()
Returns the units value for this response.
|
FillInUnitsAnswerValuePart |
getUnitsPart()
Returns the units value part for this response.
|
isAllowedEvalType, validatePartsCount, validatePartsCount
equals, getValuePart, getValuePart, getValueParts, getValuePartsCount, getValuePartType, getValuePartType, getValuePartValue, getValuePartValue, hashCode, partsToList, setValueParts, setValueParts, toString, toViewString
FillInUnitsResponseValue(AnswerEvalType fillInValueType, java.lang.String fillInValue, AnswerEvalType unitsValueType, java.lang.String unitsValue)
public FillInUnitsAnswerValuePart getDataPart()
public java.lang.String getResponseDataValue()
getResponseDataType()
public AnswerEvalType getResponseDataType()
getResponseUnitsValue()
public FillInUnitsAnswerValuePart getUnitsPart()
public java.lang.String getResponseUnitsValue()
getResponseUnitsType()
public AnswerEvalType getResponseUnitsType()
getResponseUnitsValue()