org.rhq.core.domain.measurement.ui
Class MetricDisplayConstants

java.lang.Object
  extended by org.rhq.core.domain.measurement.ui.MetricDisplayConstants

public class MetricDisplayConstants
extends Object

TODO we should convert this to an enum


Field Summary
static String[] attrKey
           
static String AVERAGE_KEY
          the average value per interval of the set of metrics of this type measured in the timeframe under question.
static String BASELINE_KEY
          the user defined main baseline to compare against for this metric
static String HIGH_RANGE_KEY
          the user defined high range of values to compare against for this metric
static String LAST_KEY
          the last value per interval of the set of metrics of this type measured in the timeframe under question
static String LOW_RANGE_KEY
          the user defined low range of values to compare against for this metric
static String MAX_KEY
          the peak value per interval of the set of metrics of this type measured in the timeframe under question.
static String MIN_KEY
          the low value of the set of metrics of this type per interval measured in the timeframe under question.
static String SUMMARY_KEY
          a summary value for groups
 
Constructor Summary
MetricDisplayConstants()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

MAX_KEY

public static final String MAX_KEY
the peak value per interval of the set of metrics of this type measured in the timeframe under question. The peak is the highest of the high values.

See Also:
Constant Field Values

MIN_KEY

public static final String MIN_KEY
the low value of the set of metrics of this type per interval measured in the timeframe under question. The low value is the lowest of the low values.

See Also:
Constant Field Values

AVERAGE_KEY

public static final String AVERAGE_KEY
the average value per interval of the set of metrics of this type measured in the timeframe under question. The average is the average of all the values.

See Also:
Constant Field Values

LAST_KEY

public static final String LAST_KEY
the last value per interval of the set of metrics of this type measured in the timeframe under question

See Also:
Constant Field Values

BASELINE_KEY

public static final String BASELINE_KEY
the user defined main baseline to compare against for this metric

See Also:
Constant Field Values

HIGH_RANGE_KEY

public static final String HIGH_RANGE_KEY
the user defined high range of values to compare against for this metric

See Also:
Constant Field Values

LOW_RANGE_KEY

public static final String LOW_RANGE_KEY
the user defined low range of values to compare against for this metric

See Also:
Constant Field Values

SUMMARY_KEY

public static final String SUMMARY_KEY
a summary value for groups

See Also:
Constant Field Values

attrKey

public static final String[] attrKey
Constructor Detail

MetricDisplayConstants

public MetricDisplayConstants()


Copyright © 2008-2011 Red Hat, Inc.. All Rights Reserved.