javax.management
class: InitialSubStringQueryExp [javadoc |
source]
java.lang.Object
javax.management.QueryExpSupport
javax.management.InitialSubStringQueryExp
All Implemented Interfaces:
QueryExp
An Initial Substring Query Expression.
Returns true when an attribute value starts with the string expression.
Revisions:
20020317 Adrian Brock:
Field Summary |
---|
AttributeValueExp | attr | The attribute to test |
StringValueExp | string | The string to test |
Method from javax.management.InitialSubStringQueryExp Summary: |
---|
apply, toString |
Methods from java.lang.Object: |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |