javax.xml.registry
Interface Query


public interface Query

Version:
$Revision: 1.1 $
Author:
Scott.Stark@jboss.org

Field Summary
static int QUERY_TYPE_EBXML_FILTER_QUERY
           
static int QUERY_TYPE_SQL
           
static int QUERY_TYPE_XQUERY
           
 
Method Summary
 int getType()
           
 String toString()
           
 

Field Detail

QUERY_TYPE_EBXML_FILTER_QUERY

public static final int QUERY_TYPE_EBXML_FILTER_QUERY
See Also:
Constant Field Values

QUERY_TYPE_SQL

public static final int QUERY_TYPE_SQL
See Also:
Constant Field Values

QUERY_TYPE_XQUERY

public static final int QUERY_TYPE_XQUERY
See Also:
Constant Field Values
Method Detail

getType

public int getType()
            throws JAXRException
Throws:
JAXRException

toString

public String toString()


Copyright © 2002 JBoss Group, LLC. All Rights Reserved.