Interface UnaryExpression
- All Superinterfaces:
Expression
Represents a unary expression node in the expression tree.
-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptionReturns anExpression
subtree of the operation.Returns the unary expression's operation.Methods inherited from interface com.liferay.portal.odata.filter.expression.Expression
accept
-
Method Details
-
getExpression
Expression getExpression()Returns anExpression
subtree of the operation.- Returns:
- Expression sub tree of the operation
-
getOperation
UnaryExpression.Operation getOperation()Returns the unary expression's operation.- Returns:
- the operation of the unary Expression
-