javax.xml.registry
Interface FindQualifier


public interface FindQualifier

Version:
$Revision$ $Date$

Field Summary
static String AND_ALL_KEYS
           
static String CASE_SENSITIVE_MATCH
           
static String COMBINE_CLASSIFICATIONS
           
static String EXACT_NAME_MATCH
           
static String OR_ALL_KEYS
           
static String OR_LIKE_KEYS
           
static String SERVICE_SUBSET
           
static String SORT_BY_DATE_ASC
           
static String SORT_BY_DATE_DESC
           
static String SORT_BY_NAME_ASC
           
static String SORT_BY_NAME_DESC
           
static String SOUNDEX
           
 

Field Detail

AND_ALL_KEYS

static final String AND_ALL_KEYS
See Also:
Constant Field Values

CASE_SENSITIVE_MATCH

static final String CASE_SENSITIVE_MATCH
See Also:
Constant Field Values

COMBINE_CLASSIFICATIONS

static final String COMBINE_CLASSIFICATIONS
See Also:
Constant Field Values

EXACT_NAME_MATCH

static final String EXACT_NAME_MATCH
See Also:
Constant Field Values

OR_ALL_KEYS

static final String OR_ALL_KEYS
See Also:
Constant Field Values

OR_LIKE_KEYS

static final String OR_LIKE_KEYS
See Also:
Constant Field Values

SERVICE_SUBSET

static final String SERVICE_SUBSET
See Also:
Constant Field Values

SORT_BY_DATE_ASC

static final String SORT_BY_DATE_ASC
See Also:
Constant Field Values

SORT_BY_DATE_DESC

static final String SORT_BY_DATE_DESC
See Also:
Constant Field Values

SORT_BY_NAME_ASC

static final String SORT_BY_NAME_ASC
See Also:
Constant Field Values

SORT_BY_NAME_DESC

static final String SORT_BY_NAME_DESC
See Also:
Constant Field Values

SOUNDEX

static final String SOUNDEX
See Also:
Constant Field Values


Copyright © 2006 Apache Software Foundation. All Rights Reserved.