edu.cornell.cs.sam.ui
Class TestScript.Test.FLOAT

java.lang.Object
  extended by edu.cornell.cs.sam.ui.TestScript.Test.DataType
      extended by edu.cornell.cs.sam.ui.TestScript.Test.FLOAT
All Implemented Interfaces:
java.io.Serializable
Enclosing class:
TestScript.Test

public static class TestScript.Test.FLOAT
extends TestScript.Test.DataType

See Also:
Serialized Form

Constructor Summary
TestScript.Test.FLOAT(float v)
           
 
Method Summary
 boolean equals(java.lang.Object o)
           
 float floatValue()
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

TestScript.Test.FLOAT

public TestScript.Test.FLOAT(float v)
Method Detail

equals

public boolean equals(java.lang.Object o)
Overrides:
equals in class java.lang.Object

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object

floatValue

public float floatValue()