Class OrderByExpressionImpl
java.lang.Object
org.apache.olingo.odata2.core.uri.expression.OrderByExpressionImpl
- All Implemented Interfaces:
CommonExpression,OrderByExpression,Visitable
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionaccept(ExpressionVisitor visitor) voidaddOrder(OrderExpression orderNode) getKind()intsetEdmType(EdmType edmType)
-
Constructor Details
-
OrderByExpressionImpl
-
-
Method Details
-
getExpressionString
- Specified by:
getExpressionStringin interfaceOrderByExpression
-
getOrders
- Specified by:
getOrdersin interfaceOrderByExpression
-
getOrdersCount
public int getOrdersCount()- Specified by:
getOrdersCountin interfaceOrderByExpression
-
addOrder
-
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
-