|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectde.unidu.is.expressions.AbstractExpression
de.unidu.is.expressions.StringExpression
An expression for a string, enclosed in single quotes.
| Field Summary | |
protected java.lang.String |
content
The content of this expression. |
| Constructor Summary | |
StringExpression(java.lang.String content)
Creates a new expression object. |
|
| Method Summary | |
boolean |
equals(java.lang.Object o)
Tests whether this expressions equals the specified StringExpression. |
java.lang.String |
get()
Returns the content of this expression. |
int |
hashCode()
Returns the hashcode of this expression object. |
void |
set(java.lang.String content)
Sets the content of this expression. |
java.lang.String |
toString()
Returns the content of this expression, enclosed in single quotes. |
| Methods inherited from class de.unidu.is.expressions.AbstractExpression |
getSQLTemplate, substitute |
| Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Field Detail |
protected java.lang.String content
| Constructor Detail |
public StringExpression(java.lang.String content)
content - expression content| Method Detail |
public java.lang.String get()
public void set(java.lang.String content)
content - expression contentpublic java.lang.String toString()
public boolean equals(java.lang.Object o)
o - expression to test
public int hashCode()
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||