Class StringLiteral
- java.lang.Object
-
- org.nuxeo.ecm.core.query.sql.model.Literal
-
- org.nuxeo.ecm.core.query.sql.model.StringLiteral
-
- All Implemented Interfaces:
Serializable
,ASTNode
,Operand
public class StringLiteral extends Literal
- Author:
- Bogdan Stefanescu
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description StringLiteral(String value)
-
-
-
Field Detail
-
value
public final String value
-
-
Constructor Detail
-
StringLiteral
public StringLiteral(String value)
-
-