public class DecimalNode extends Node
| Modifier and Type | Field and Description |
|---|---|
protected BigDecimal |
value |
| Constructor and Description |
|---|
DecimalNode() |
| Modifier and Type | Method and Description |
|---|---|
Object |
getObjectValue() |
BigDecimal |
getValue() |
void |
setValue(BigDecimal aValue) |
protected BigDecimal value
public Object getObjectValue()
getObjectValue in class Nodepublic BigDecimal getValue()
public void setValue(BigDecimal aValue)
Copyright © 2008-2016. All Rights Reserved.