org.rhq.core.domain.measurement
Class MeasurementDataNumeric1H

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

public class MeasurementDataNumeric1H
extends MeasurementData
implements Serializable

Subclass for numerical measurement data

See Also:
Serialized Form

Field Summary
static String GET_MAX_TIMESTAMP
           
static String GET_NUM_AGGREGATE_MULTI
           
 
Constructor Summary
protected MeasurementDataNumeric1H()
           
 
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_MULTI

public static final String GET_NUM_AGGREGATE_MULTI
See Also:
Constant Field Values

GET_MAX_TIMESTAMP

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

MeasurementDataNumeric1H

protected MeasurementDataNumeric1H()
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.