abstract class SortCriterion(val attrId: Int, var propCode: Int = 0, var sortOption: Int = 0)
| Name | Summary |
|---|---|
SortCriterion | constructor(attrId: Int, propCode: Int = 0, sortOption: Int = 0) |
| Name | Summary |
|---|---|
attrId | val attrId: Int |
propCode | var propCode: Int |
sortOption | var sortOption: Int |
| Name | Summary |
|---|---|
asc | fun asc(): SortCriterion function to set the sorting order to ascending |
desc | fun desc(): SortCriterion function to set the sorting order to descending |