|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object anon.util.BooleanVariable
public class BooleanVariable
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 |
---|
private boolean m_boolean
Constructor Detail |
---|
public BooleanVariable(boolean a_boolean)
Method Detail |
---|
public void set(boolean a_boolean)
public boolean get()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |