Class BooleanLiteral
java.lang.Object
org.nuxeo.ecm.core.query.sql.model.Literal
org.nuxeo.ecm.core.query.sql.model.BooleanLiteral
- All Implemented Interfaces:
Serializable
,ASTNode
,Operand
Boolean literal.
- See Also:
-
Field Summary
-
Constructor Summary
-
Method Summary
-
Field Details
-
value
public final boolean value
-
-
Constructor Details
-
BooleanLiteral
public BooleanLiteral(boolean value)
-
-
Method Details