ca.quine.jcommons.sourceexporter.test
Class Doubles

java.lang.Object
  |
  +--ca.quine.jcommons.sourceexporter.test.Doubles

public class Doubles
extends Object


Constructor Summary
Doubles()
           
 
Method Summary
 double getNaN()
           
 double getNegativeInfinity()
           
 double getPositiveInfinity()
           
 void setAllFields()
          If we set these in the constructor the SourceExporter will detect that nothing is changed and won't output anything.
 void setNaN(double nAn)
           
 void setNegativeInfinity(double negativeInfinity)
           
 void setPositiveInfinity(double positiveInfinity)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Doubles

public Doubles()
Method Detail

setAllFields

public void setAllFields()
If we set these in the constructor the SourceExporter will detect that nothing is changed and won't output anything.


getNaN

public double getNaN()

setNaN

public void setNaN(double nAn)

getNegativeInfinity

public double getNegativeInfinity()

setNegativeInfinity

public void setNegativeInfinity(double negativeInfinity)

getPositiveInfinity

public double getPositiveInfinity()

setPositiveInfinity

public void setPositiveInfinity(double positiveInfinity)