Groovy Documentation

org.gmetrics.report
[Groovy] Class SeriesValue

java.lang.Object
  org.gmetrics.report.SeriesValue

class SeriesValue

Holder for a single data item within a series

Authors:
Chris Mair
Version:
\$Revision: 119 \$ - \$Date: 2010-07-11 21:56:11 -0400 (Sun, 11 Jul 2010) \$


Property Summary
String name

Object value

 
Constructor Summary
SeriesValue(String name, Object value)

 
Method Summary
String toString()

 
Methods inherited from class Object
wait, wait, wait, equals, toString, hashCode, getClass, notify, notifyAll
 

Property Detail

name

final String name


value

final Object value


 
Constructor Detail

SeriesValue

SeriesValue(String name, Object value)


 
Method Detail

toString

String toString()


 

Groovy Documentation