org.oclc.da.gdfr.registryprototype
Interface Query

All Known Implementing Classes:
SimpleQuery

public interface Query


Method Summary
 java.lang.String getSyntax()
          Get the query syntax
 void setValue(java.lang.String val)
          Set the value of the query
 java.lang.String toString()
          Convert a query into its String representation
 

Method Detail

toString

java.lang.String toString()
Convert a query into its String representation

Overrides:
toString in class java.lang.Object
Returns:
A string representing the query

setValue

void setValue(java.lang.String val)
Set the value of the query

Parameters:
val -

getSyntax

java.lang.String getSyntax()
Get the query syntax



Copyright © 2008 OCLC Online Computer Library Center, Inc.. All Rights Reserved.