public class DecimalLiteral extends Literal
| Constructor and Description |
|---|
DecimalLiteral() |
DecimalLiteral(BigDecimal value) |
DecimalLiteral(double value) |
| Modifier and Type | Method and Description |
|---|---|
int |
compareTo(Literal o) |
boolean |
equals(Object obj) |
BigDecimal |
getValue() |
int |
hashCode() |
void |
setValue(BigDecimal value) |
String |
toString() |
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 © 2018 Australian e-Health Research Centre. All Rights Reserved.