thredds.catalog.query
Class Query

java.lang.Object
  extended by thredds.catalog.query.Query

public class Query
extends Object

Implementation of a DQC query element.

Author:
john caron

Constructor Summary
Query(String base, URI uriResolved, String construct)
          Construct from fields in XML catalog.
 
Method Summary
 boolean equals(Object o)
           
 String getBase()
           
 String getConstruct()
           
 String getReturns()
           
 URI getUriResolved()
           
 int hashCode()
          Override Object.hashCode() to implement equals.
 String toString()
          String representation
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

Query

public Query(String base,
             URI uriResolved,
             String construct)
Construct from fields in XML catalog.

Parameters:
base - : base URL of the query
construct - : How to construct the query (not used in 0.3).
Method Detail

getBase

public String getBase()

getUriResolved

public URI getUriResolved()

getConstruct

public String getConstruct()

getReturns

public String getReturns()

toString

public String toString()
String representation

Overrides:
toString in class Object

equals

public boolean equals(Object o)
Overrides:
equals in class Object

hashCode

public int hashCode()
Override Object.hashCode() to implement equals.

Overrides:
hashCode in class Object


Copyright © 1999-2011 UCAR/Unidata. All Rights Reserved.