|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.sourceforge.javamatch.query.MatchQuery
net.sourceforge.javamatch.query.StringQuery
Class StringQuery is the base class of all MatchQueries that operate on string values
| Constructor Summary | |
StringQuery()
|
|
| Method Summary | |
java.lang.String |
getValue(java.lang.Object srcObject,
java.lang.String memberName)
Returns the value of the given member, when executed on the given object, as a string |
| Methods inherited from class net.sourceforge.javamatch.query.MatchQuery |
getMatchValue, getObjectValue, isTwoPass, prePass |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public StringQuery()
| Method Detail |
public java.lang.String getValue(java.lang.Object srcObject,
java.lang.String memberName)
throws MatchException
srcObject - the object on which the member is executedmemberName - the member that is executed
MatchException
|
Hosted by |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||