abstract class SortCriterion(val attrId: Int, var propCode: Int = 0, var sortOption: Int = 0)
SortCriterion
(
attrId
, propCode
, sortOption
)
|
Signature
constructor(attrId: Int, propCode: Int = 0, sortOption: Int = 0) Parameters
attrId:
Int
propCode:
Int
sortOption:
Int
Returns |
attrId
: Int
[Get] |
Signature
val attrId: Int |
propCode
: Int
[Get][Set] |
Signature
var propCode: Int |
sortOption
: Int
[Get][Set] |
Signature
var sortOption: Int |
asc
()
|
function to set the sorting order to ascending
Signature
fun asc(): SortCriterion Returns |
desc
()
|
function to set the sorting order to descending
Signature
fun desc(): SortCriterion Returns |