|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object | +--edu.ucsb.adl.middleware.Query.Constraint
Abstract base class for constraints.
| Field Summary | |
protected Query.Constraint |
m_parent
The constraint's parent or null. |
| Constructor Summary | |
Query.Constraint()
Constructs a Constraint with no parent. |
|
| Method Summary | |
Query.Constraint |
getParent()
Returns the constraint's parent. |
abstract java.lang.String |
toHTML(java.lang.String mapServerURL)
Converts the constraint to HTML. |
abstract java.lang.String |
toXML(int level)
Converts the constraint to XML. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
protected Query.Constraint m_parent
null.
| Constructor Detail |
public Query.Constraint()
Constraint with no parent.
| Method Detail |
public Query.Constraint getParent()
null.public abstract java.lang.String toHTML(java.lang.String mapServerURL)
mapServerURL - The template URL of a map server or null.
<li> elements.public abstract java.lang.String toXML(int level)
level - The current indentation level; should be nonnegative.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||