public class DblParm extends HollowParm<Double>
properties, readOnly, set, value| Constructor and Description |
|---|
DblParm() |
DblParm(BigDecimal value) |
DblParm(BigDecimal value,
Map<?,?> map) |
DblParm(Double value) |
DblParm(Double value,
Map<?,?> map) |
DblParm(String strVal) |
DblParm(String strVal,
Map<?,?> map) |
| Modifier and Type | Method and Description |
|---|---|
BigDecimal |
asBigDecimal() |
Double |
getValue() |
Class<Double> |
getValueClass() |
void |
setValue(BigDecimal bigVal) |
void |
setValue(Double value) |
void |
setValue(Integer val) |
void |
setValue(String strVal) |
String |
toString() |
addProperties, clear, clone, getProperties, isReadOnly, isSet, modifyChecked, setNullValuepublic DblParm()
public DblParm(Double value)
public DblParm(BigDecimal value)
public DblParm(BigDecimal value, Map<?,?> map)
public DblParm(String strVal) throws NumberFormatException
NumberFormatExceptionpublic DblParm(String strVal, Map<?,?> map) throws NumberFormatException
NumberFormatExceptionpublic Double getValue()
getValue in class HollowParm<Double>public BigDecimal asBigDecimal()
public void setValue(Double value)
setValue in class HollowParm<Double>public void setValue(BigDecimal bigVal)
public void setValue(Integer val)
public void setValue(String strVal) throws NumberFormatException
NumberFormatExceptionpublic String toString()
toString in class HollowParm<Double>public Class<Double> getValueClass()
getValueClass in class HollowParm<Double>Copyright © 2016 LSST. All rights reserved.