class StringSortCriterion(val attrId: Int) : SortCriterion
| Name | Summary |
|---|---|
StringSortCriterion | constructor(attrId: Int) |
| Name | Summary |
|---|---|
attrId | val attrId: Int |
propCode | var propCode: Int |
sortOption | var sortOption: Int |
| Name | Summary |
|---|---|
asc | |
ascCaseInsensitive | fun ascCaseInsensitive(): StringSortCriterion Specifies that the sort order should be ascending, ignoring case. |
desc | |
descCaseInsensitive | fun descCaseInsensitive(): StringSortCriterion Specifies that the sort order should be descending, ignoring case. |