Class MyBoolean

java.lang.Object
  |
  +--MyBoolean

public class MyBoolean
extends java.lang.Object


Constructor Summary
MyBoolean(boolean val)
           
 
Method Summary
 boolean getValue()
           
 void opposite()
           
 void setValue(boolean val)
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

MyBoolean

public MyBoolean(boolean val)
Method Detail

setValue

public void setValue(boolean val)

getValue

public boolean getValue()

opposite

public void opposite()

toString

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