Save This Page
Home » openjdk-7 » javax » management » [javadoc | source]
javax.management
class: NumberValueExp [javadoc | source]
java.lang.Object
   javax.management.ValueExpSupport
      javax.management.SingleValueExpSupport
         javax.management.NumberValueExp

All Implemented Interfaces:
    ValueExp

A Number that is an arguement to a query.

Constructor:
 public NumberValueExp(Number value) 
    Construct a number value expression for the passed number
    Parameters:
    value - the value of number
Method from javax.management.NumberValueExp Summary:
getDoubleValue,   getLongValue,   isInteger
Methods from javax.management.SingleValueExpSupport:
getValue,   toString
Methods from javax.management.ValueExpSupport:
apply,   getMBeanServer,   setMBeanServer
Methods from java.lang.Object:
clone,   equals,   finalize,   getClass,   hashCode,   notify,   notifyAll,   toString,   wait,   wait,   wait
Method from javax.management.NumberValueExp Detail:
 public double getDoubleValue() 
    Get the value of this number (floating)
 public double getLongValue() 
    Get the value of this number (integers)
 public boolean isInteger() 
    Test whether the type is integer