public class OrderExpressionImpl extends Object implements OrderExpression
| Modifier and Type | Method and Description |
|---|---|
Object |
accept(ExpressionVisitor visitor) |
EdmType |
getEdmType() |
CommonExpression |
getExpression() |
ExpressionKind |
getKind() |
SortOrder |
getSortOrder() |
String |
getUriLiteral() |
CommonExpression |
setEdmType(EdmType edmType) |
public SortOrder getSortOrder()
getSortOrder in interface OrderExpressionpublic CommonExpression getExpression()
getExpression in interface OrderExpressionpublic 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.