KickJava   Java API By Example, From Geeks To Geeks.

Java > Java SE, EE, ME > javax > xml > registry > FindQualifier

javax.xml.registry
Interface FindQualifier

See Also:
Top Examples, Source Code, BusinessQueryManager

public static final String AND_ALL_KEYS
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public static final String CASE_SENSITIVE_MATCH
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public static final String COMBINE_CLASSIFICATIONS
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public static final String EXACT_NAME_MATCH
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public static final String OR_ALL_KEYS
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public static final String OR_LIKE_KEYS
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public static final String SERVICE_SUBSET
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public static final String SORT_BY_DATE_ASC
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public static final String SORT_BY_DATE_DESC
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public static final String SORT_BY_NAME_ASC
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public static final String SORT_BY_NAME_DESC
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public static final String SOUNDEX
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  

Popular Tags