|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.rhq.core.domain.measurement.ui.MetricDisplayConstants
public class MetricDisplayConstants
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 |
---|
public static final String MAX_KEY
public static final String MIN_KEY
public static final String AVERAGE_KEY
public static final String LAST_KEY
public static final String BASELINE_KEY
public static final String HIGH_RANGE_KEY
public static final String LOW_RANGE_KEY
public static final String SUMMARY_KEY
public static final String[] attrKey
Constructor Detail |
---|
public MetricDisplayConstants()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |