anon.util
Class BooleanVariable

java.lang.Object
  extended by anon.util.BooleanVariable

public class BooleanVariable
extends java.lang.Object


Field Summary
private  boolean m_boolean
           
 
Constructor Summary
BooleanVariable(boolean a_boolean)
           
 
Method Summary
 boolean get()
           
 void set(boolean a_boolean)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

m_boolean

private boolean m_boolean
Constructor Detail

BooleanVariable

public BooleanVariable(boolean a_boolean)
Method Detail

set

public void set(boolean a_boolean)

get

public boolean get()