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
public class BooleanLiteral extends Literal
Boolean literal.- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description boolean
value
-
Constructor Summary
Constructors Constructor Description BooleanLiteral(boolean value)
-