org.rhq.core.domain.measurement
Class MeasurementDataNumeric6H

java.lang.Object
  extended by org.rhq.core.domain.measurement.MeasurementData
      extended by org.rhq.core.domain.measurement.MeasurementDataNumeric6H
All Implemented Interfaces:
Serializable

public class MeasurementDataNumeric6H
extends MeasurementData
implements Serializable

Subclass for numerical measurement data

See Also:
Serialized Form

Field Summary
static String GET_NUM_AGGREGATE
           
static String GET_NUM_AGGREGATE_MULTI
           
 
Constructor Summary
protected MeasurementDataNumeric6H()
           
 
Method Summary
 Double getMax()
           
 Double getMin()
           
 Object getValue()
           
 String toString()
           
 
Methods inherited from class org.rhq.core.domain.measurement.MeasurementData
equals, getName, getScheduleId, getTimestamp, hashCode, setName
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

GET_NUM_AGGREGATE

public static final String GET_NUM_AGGREGATE
See Also:
Constant Field Values

GET_NUM_AGGREGATE_MULTI

public static final String GET_NUM_AGGREGATE_MULTI
See Also:
Constant Field Values
Constructor Detail

MeasurementDataNumeric6H

protected MeasurementDataNumeric6H()
Method Detail

getValue

public Object getValue()
Specified by:
getValue in class MeasurementData

getMin

public Double getMin()

getMax

public Double getMax()

toString

public String toString()
Overrides:
toString in class MeasurementData


Copyright © 2008-2009 RHQ Project Advisory Board (Red Hat, Inc.). All Rights Reserved.