|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectthredds.catalog.query.Query
public class Query
Implementation of a DQC query element.
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 |
---|
public Query(String base, URI uriResolved, String construct)
base
- : base URL of the queryconstruct
- : How to construct the query (not used in 0.3).Method Detail |
---|
public String getBase()
public URI getUriResolved()
public String getConstruct()
public String getReturns()
public String toString()
toString
in class Object
public boolean equals(Object o)
equals
in class Object
public int hashCode()
hashCode
in class Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |