|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjavax.slee.profile.query.QueryExpression
public abstract class QueryExpression
The QueryExpression class is the base class for all dynamic query
expressions.
| Constructor Summary | |
|---|---|
QueryExpression()
|
|
| Method Summary | |
|---|---|
java.lang.String |
toString()
Get a string representation for this query expression. |
protected abstract void |
toString(java.lang.StringBuffer buf)
Get a string representation for this query expression. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public QueryExpression()
| Method Detail |
|---|
public final java.lang.String toString()
toString in class java.lang.Objectprotected abstract void toString(java.lang.StringBuffer buf)
buf - a string buffer the string representation should be appended to.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||