Class Literals
- java.lang.Object
-
- org.nuxeo.ecm.core.query.sql.model.Literals
-
public class Literals extends Object
Helper class forLiteral
andLiteralList
.- Since:
- 9.3
-
-
Constructor Summary
Constructors Constructor Description Literals()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static Literal
toLiteral(Object value)
static Object
valueOf(BooleanLiteral lit)
static ZonedDateTime
valueOf(DateLiteral lit)
static Double
valueOf(DoubleLiteral lit)
static Long
valueOf(IntegerLiteral lit)
static Object
valueOf(Literal lit)
static List<Object>
valueOf(LiteralList litList)
static Object
valueOf(Operand operand)
static String
valueOf(StringLiteral lit)
-
-
-
Method Detail
-
valueOf
public static List<Object> valueOf(LiteralList litList)
-
valueOf
public static Object valueOf(BooleanLiteral lit)
-
valueOf
public static ZonedDateTime valueOf(DateLiteral lit)
-
valueOf
public static Double valueOf(DoubleLiteral lit)
-
valueOf
public static Long valueOf(IntegerLiteral lit)
-
valueOf
public static String valueOf(StringLiteral lit)
-
-