com.jeantessier.metrics
Class MeasurementDescriptor
java.lang.Object
|
+--com.jeantessier.metrics.MeasurementDescriptor
- public class MeasurementDescriptor
- extends java.lang.Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
MeasurementDescriptor
public MeasurementDescriptor()
ShortName
public java.lang.String ShortName()
ShortName
public void ShortName(java.lang.String short_name)
LongName
public java.lang.String LongName()
LongName
public void LongName(java.lang.String long_name)
Class
public java.lang.Class Class()
Class
public void Class(java.lang.Class clazz)
Class
public void Class(java.lang.String class_name)
throws java.lang.ClassNotFoundException
InitText
public java.lang.String InitText()
InitText
public void InitText(java.lang.String init_text)
LowerThreshold
public java.lang.Comparable LowerThreshold()
LowerThreshold
public void LowerThreshold(java.lang.Comparable lower_threshold)
UpperThreshold
public java.lang.Comparable UpperThreshold()
UpperThreshold
public void UpperThreshold(java.lang.Comparable upper_threshold)
Visible
public boolean Visible()
Visible
public void Visible(boolean visible)
Cached
public boolean Cached()
Cached
public void Cached(boolean cached)
CreateMeasurement
public Measurement CreateMeasurement()
throws java.lang.InstantiationException,
java.lang.IllegalAccessException,
java.lang.NoSuchMethodException,
java.lang.reflect.InvocationTargetException
CreateMeasurement
public Measurement CreateMeasurement(Metrics context)
throws java.lang.InstantiationException,
java.lang.IllegalAccessException,
java.lang.NoSuchMethodException,
java.lang.reflect.InvocationTargetException
Range
public java.lang.String Range()