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

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

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

See Also:
Serialized Form

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

Constructor Detail

TestScript.Test.INT

public TestScript.Test.INT(int 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

intValue

public int intValue()