com.jamonapi
Class JAMonDetailValue
java.lang.Object
com.jamonapi.JAMonDetailValue
- All Implemented Interfaces:
- ToArray
public final class JAMonDetailValue
- extends java.lang.Object
- implements ToArray
Class used to add the label, value and time invoked for the associated monitor. Used in the
jamonBufferListener class.
- Author:
- steve souza
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
JAMonDetailValue
public JAMonDetailValue(MonKey key,
double value,
double active,
long time)
toArray
public java.lang.Object[] toArray()
- Returns label, value, time as an Object[] of 3 values.
- Specified by:
toArray
in interface ToArray
setKeyToString
public void setKeyToString(boolean keyToString)
isKeyToString
public boolean isKeyToString()