com.jeantessier.metrics
Class MeasurementDescriptor

java.lang.Object
  |
  +--com.jeantessier.metrics.MeasurementDescriptor

public class MeasurementDescriptor
extends java.lang.Object


Constructor Summary
MeasurementDescriptor()
           
 
Method Summary
 boolean Cached()
           
 void Cached(boolean cached)
           
 java.lang.Class Class()
           
 void Class(java.lang.Class clazz)
           
 void Class(java.lang.String class_name)
           
 Measurement CreateMeasurement()
           
 Measurement CreateMeasurement(Metrics context)
           
 java.lang.String InitText()
           
 void InitText(java.lang.String init_text)
           
 java.lang.String LongName()
           
 void LongName(java.lang.String long_name)
           
 java.lang.Comparable LowerThreshold()
           
 void LowerThreshold(java.lang.Comparable lower_threshold)
           
 java.lang.String Range()
           
 java.lang.String ShortName()
           
 void ShortName(java.lang.String short_name)
           
 java.lang.Comparable UpperThreshold()
           
 void UpperThreshold(java.lang.Comparable upper_threshold)
           
 boolean Visible()
           
 void Visible(boolean visible)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MeasurementDescriptor

public MeasurementDescriptor()
Method Detail

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()