public final class BooleanValueNode extends AbstractValueNode<Boolean>
Boolean
.EMPTY_NODE
Constructor and Description |
---|
BooleanValueNode(boolean content)
Constructs a new Boolean value node.
|
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
int |
hashCode() |
String |
toString() |
concat, endsWith, eq, getContent, greaterThan, in, inStrings, inSubQuery, lesserThan, notEq, startsWith
public BooleanValueNode(boolean content)
content
- the content of the node.public boolean equals(Object o)
equals
in class AbstractValueNode<Boolean>
public int hashCode()
hashCode
in class AbstractValueNode<Boolean>
Copyright © 2004–2022 XWiki. All rights reserved.