public class RangeQuestion extends QuestionDef
| Constructor and Description |
|---|
RangeQuestion() |
| Modifier and Type | Method and Description |
|---|---|
BigDecimal |
getRangeEnd() |
BigDecimal |
getRangeStart() |
BigDecimal |
getRangeStep() |
void |
readExternal(DataInputStream dis,
PrototypeFactory pf) |
void |
setRangeEnd(BigDecimal rangeEnd) |
void |
setRangeStart(BigDecimal rangeStart) |
void |
setRangeStep(BigDecimal rangeStep) |
void |
writeExternal(DataOutputStream dos) |
addChild, addSelectChoice, alertStateObservers, getActionController, getAdditionalAttribute, getAdditionalAttributes, getAppearanceAttr, getBind, getChild, getChildren, getChoice, getChoiceForValue, getChoices, getControlType, getDeepChildCount, getDynamicChoices, getHelpInnerText, getHelpText, getHelpTextID, getID, getLabelInnerText, getNumChoices, getOsmTags, getTextID, isComplex, localeChanged, registerStateObserver, removeSelectChoice, setAdditionalAttribute, setAppearanceAttr, setBind, setChildren, setControlType, setDynamicChoices, setHelpInnerText, setHelpText, setHelpTextID, setID, setLabelInnerText, setOsmTags, setTextID, unregisterAll, unregisterStateObserverpublic void setRangeStart(BigDecimal rangeStart)
public BigDecimal getRangeStart()
public void setRangeEnd(BigDecimal rangeEnd)
public BigDecimal getRangeEnd()
public void setRangeStep(BigDecimal rangeStep)
public BigDecimal getRangeStep()
public void readExternal(DataInputStream dis, PrototypeFactory pf) throws IOException, DeserializationException
readExternal in interface ExternalizablereadExternal in class QuestionDefIOExceptionDeserializationExceptionpublic void writeExternal(DataOutputStream dos) throws IOException
writeExternal in interface ExternalizablewriteExternal in class QuestionDefIOExceptionCopyright © 2021. All rights reserved.