public class DecimalLiteral extends Literal
| Constructor and Description |
|---|
DecimalLiteral() |
DecimalLiteral(BigDecimal value) |
DecimalLiteral(double value) |
public DecimalLiteral()
public DecimalLiteral(BigDecimal value)
type - value - public DecimalLiteral(double value)
value - public BigDecimal getValue()
public void setValue(BigDecimal value)
value - the value to setpublic int compareTo(Literal o)
Copyright © 2015 Australian e-Health Research Centre. All Rights Reserved.