public final class CustomWrapperOrderByExpression extends Object
Modifier and Type | Class and Description |
---|---|
static class |
CustomWrapperOrderByExpression.ORDER
Defines the order of the sorting.
|
Constructor and Description |
---|
CustomWrapperOrderByExpression(CustomWrapperFieldExpression field,
CustomWrapperOrderByExpression.ORDER order) |
Modifier and Type | Method and Description |
---|---|
CustomWrapperFieldExpression |
getField()
Returns the field that the rows should be sorted by.
|
CustomWrapperOrderByExpression.ORDER |
getOrder()
Returns the order of the sorting.
|
String |
toString() |
public CustomWrapperOrderByExpression(CustomWrapperFieldExpression field, CustomWrapperOrderByExpression.ORDER order)
public CustomWrapperFieldExpression getField()
public CustomWrapperOrderByExpression.ORDER getOrder()
Copyright © 2023 Denodo Technologies. All rights reserved.