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

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

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

See Also:
Serialized Form

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

Constructor Detail

TestScript.Test.CH

public TestScript.Test.CH(char 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

charValue

public char charValue()