@Deprecated public class BooleanLiteral extends Literal
| Constructor and Description |
|---|
BooleanLiteral()
Deprecated.
|
BooleanLiteral(boolean value)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
int |
compareTo(Literal o)
Deprecated.
|
boolean |
equals(Object obj)
Deprecated.
|
boolean |
getValue()
Deprecated.
|
int |
hashCode()
Deprecated.
|
void |
setValue(boolean value)
Deprecated.
|
String |
toString()
Deprecated.
|
public BooleanLiteral()
public BooleanLiteral(boolean value)
value - public boolean getValue()
public void setValue(boolean value)
value - the value to setpublic int hashCode()
hashCode in class LiteralObject.hashCode()public boolean equals(Object obj)
equals in class LiteralObject.equals(java.lang.Object)public int compareTo(Literal o)
Copyright © 2019 Australian e-Health Research Centre. All Rights Reserved.