grace.log.test.performance
Class General.ToPrint

java.lang.Object
  |
  +--grace.log.test.performance.General.ToPrint

public static class General.ToPrint
extends java.lang.Object


Field Summary
 double d
           
 int i
           
 java.lang.String s
           
 General.ToPrint self
           
 
Constructor Summary
General.ToPrint()
           
 
Method Summary
 double getD()
           
 int getI()
           
 java.lang.String getS()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

i

public int i

d

public double d

s

public java.lang.String s

self

public General.ToPrint self
Constructor Detail

General.ToPrint

public General.ToPrint()
Method Detail

getI

public int getI()

getD

public double getD()

getS

public java.lang.String getS()