Java javax.xml.registry FindQualifier fields, constructors, methods, implement or subclass

Example usage for Java javax.xml.registry FindQualifier fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for javax.xml.registry FindQualifier.

The text is from its open source code.

Field

StringSORT_BY_NAME_ASC
Specifies a hint to queries that they should sort results by Name in ascending alpha-numeric order.
StringSORT_BY_NAME_DESC
Specifies a hint to queries that they should sort results by Name in descending alpha-numeric order.
StringSORT_BY_DATE_ASC
Specifies a hint to queries that they should sort results by creation/modification date in ascending order.
StringSORT_BY_DATE_DESC
Specifies a hint to queries that they should sort results by creation/modification date in descending order.