class TimeSortCriterion(val attrId: Int) : SortCriterion
TimeSortCriterion
(
attrId
)
|
Signature
constructor(attrId: Int) Parameters
attrId:
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 |