Example usage for Java javax.xml.registry FindQualifier fields, constructors, methods, implement or subclass
The text is from its open source code.
String | SORT_BY_NAME_ASC Specifies a hint to queries that they should sort results by Name in ascending alpha-numeric order. |
String | SORT_BY_NAME_DESC Specifies a hint to queries that they should sort results by Name in descending alpha-numeric order. |
String | SORT_BY_DATE_ASC Specifies a hint to queries that they should sort results by creation/modification date in ascending order. |
String | SORT_BY_DATE_DESC Specifies a hint to queries that they should sort results by creation/modification date in descending order. |