public class RelationQuery.OrderSpec extends Object
| Constructor and Description |
|---|
OrderSpec(String attribute,
RelationQuery.ORDERING ascending)
Instantiates a new order spec.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getAttribute()
Gets the attribute.
|
boolean |
isAscending()
Checks if is ascending.
|
public OrderSpec(String attribute, RelationQuery.ORDERING ascending)
attribute - the attributeascending - the ascendingpublic String getAttribute()
public boolean isAscending()
Copyright © 2017 SAP SE. All Rights Reserved.