Interface LiteralExpression
- All Superinterfaces:
Expression
Represents a literal expression node in the expression tree. This expression
is not validated by default.
-
Nested Class Summary
Nested Classes -
Method Summary
Methods inherited from interface com.liferay.portal.odata.filter.expression.Expression
accept
-
Method Details
-
getText
String getText()Returns the literal expression's text value.- Returns:
- the text value
-
getType
LiteralExpression.Type getType()Returns the literal expression's type.- Returns:
- the type
-