class StringSortCriterion(val attrId: Int) : SortCriterion
StringSortCriterion
(
attrId
)
|
Signature
constructor(attrId: Int) Parameters attrId: IntÂ
The attribute id to sort by.
Returns StringSortCriterion |
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 SortCriterion |
ascCaseInsensitive
()
|
Specifies that the sort order should be ascending, ignoring case.
Signature
fun ascCaseInsensitive(): StringSortCriterion |
desc
()
|
function to set the sorting order to descending
Signature
fun desc(): SortCriterion Returns SortCriterion |
descCaseInsensitive
()
|
Specifies that the sort order should be descending, ignoring case.
Signature
fun descCaseInsensitive(): StringSortCriterion |