Class DoubleLiteral
- java.lang.Object
-
- org.nuxeo.ecm.core.query.sql.model.Literal
-
- org.nuxeo.ecm.core.query.sql.model.DoubleLiteral
-
- All Implemented Interfaces:
Serializable
,ASTNode
,Operand
public class DoubleLiteral extends Literal
- Author:
- Bogdan Stefanescu
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description double
value
-
Constructor Summary
Constructors Constructor Description DoubleLiteral(double value)
DoubleLiteral(Double value)
DoubleLiteral(Float value)
DoubleLiteral(String value)
-