javax.management
class: FinalSubStringQueryExp [javadoc |
source]
java.lang.Object
javax.management.QueryExpSupport
javax.management.FinalSubStringQueryExp
All Implemented Interfaces:
QueryExp
A Final Substring Query Expression.
Returns true when an attribute value ends with the string expression.
20020317 Adrian Brock:
- author:
< - a href="mailto:Adrian.Brock@HappeningTimes.com">Adrian Brock.
- version:
$ - Revision: 1.2 $
| Field Summary |
|---|
| AttributeValueExp | attr | The attribute to test |
| StringValueExp | string | The string to test |
| Method from javax.management.FinalSubStringQueryExp Summary: |
|---|
|
apply, toString |
| Methods from java.lang.Object: |
|---|
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |