javax.management
class: SingleValueExpSupport [javadoc |
source]
java.lang.Object
javax.management.ValueExpSupport
javax.management.SingleValueExpSupport
All Implemented Interfaces:
ValueExp
Direct Known Subclasses:
NumberValueExp
An implementation of single value expression.
- author:
< - a href="mailto:Adrian.Brock@HappeningTimes.com">Adrian Brock.
- version:
$ - Revision: 1.1 $
| Methods from java.lang.Object: |
|---|
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method from javax.management.SingleValueExpSupport Detail: |
public Object getValue() {
return value;
}
Get the value of the expression |
public String toString() {
return value.toString();
}
|