public class OrderByExpressionImpl extends Object implements OrderByExpression
| Constructor and Description |
|---|
OrderByExpressionImpl(String orderbyString) |
| Modifier and Type | Method and Description |
|---|---|
Object |
accept(ExpressionVisitor visitor) |
void |
addOrder(OrderExpression orderNode) |
EdmType |
getEdmType() |
String |
getExpressionString() |
ExpressionKind |
getKind() |
List<OrderExpression> |
getOrders() |
int |
getOrdersCount() |
String |
getUriLiteral() |
CommonExpression |
setEdmType(EdmType edmType) |
public OrderByExpressionImpl(String orderbyString)
public String getExpressionString()
getExpressionString in interface OrderByExpressionpublic List<OrderExpression> getOrders()
getOrders in interface OrderByExpressionpublic int getOrdersCount()
getOrdersCount in interface OrderByExpressionpublic void addOrder(OrderExpression orderNode)
public ExpressionKind getKind()
getKind in interface CommonExpressionpublic EdmType getEdmType()
getEdmType in interface CommonExpressionpublic CommonExpression setEdmType(EdmType edmType)
setEdmType in interface CommonExpressionpublic String getUriLiteral()
getUriLiteral in interface CommonExpressionpublic Object accept(ExpressionVisitor visitor) throws ExceptionVisitExpression, ODataApplicationException
accept in interface VisitableExceptionVisitExpressionODataApplicationExceptionCopyright © 2013-2023 The Apache Software Foundation. All Rights Reserved.