public class BigIntegerLiteral extends Literal
| Constructor and Description |
|---|
BigIntegerLiteral() |
BigIntegerLiteral(BigInteger value) |
BigIntegerLiteral(long value) |
| Modifier and Type | Method and Description |
|---|---|
int |
compareTo(Literal o) |
boolean |
equals(Object obj) |
BigInteger |
getValue() |
int |
hashCode() |
void |
setValue(BigInteger value) |
String |
toString() |
public BigIntegerLiteral()
public BigIntegerLiteral(BigInteger value)
type - value - public BigIntegerLiteral(long value)
value - public BigInteger getValue()
public void setValue(BigInteger value)
value - the value to setpublic int compareTo(Literal o)
Copyright © 2018 Australian e-Health Research Centre. All Rights Reserved.