Class OrderExpressionImpl
java.lang.Object
org.apache.olingo.odata2.core.uri.expression.OrderExpressionImpl
- All Implemented Interfaces:
CommonExpression,OrderExpression,Visitable
-
Method Summary
Modifier and TypeMethodDescriptionaccept(ExpressionVisitor visitor) getKind()setEdmType(EdmType edmType)
-
Method Details
-
getSortOrder
- Specified by:
getSortOrderin interfaceOrderExpression
-
getExpression
- Specified by:
getExpressionin interfaceOrderExpression
-
getKind
- Specified by:
getKindin interfaceCommonExpression
-
getEdmType
- Specified by:
getEdmTypein interfaceCommonExpression
-
setEdmType
- Specified by:
setEdmTypein interfaceCommonExpression
-
getUriLiteral
- Specified by:
getUriLiteralin interfaceCommonExpression
-
accept
public Object accept(ExpressionVisitor visitor) throws ExceptionVisitExpression, ODataApplicationException - Specified by:
acceptin interfaceVisitable- Throws:
ExceptionVisitExpressionODataApplicationException
-