|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectix.util.context.ContextBoolean
public class ContextBoolean
An object that contains a single context-dependent boolean value.
Field Summary | |
---|---|
(package private) ContextHolder |
holder
|
(package private) ContextLink |
link
|
Constructor Summary | |
---|---|
ContextBoolean(boolean rootValue)
|
|
ContextBoolean(ContextHolder holder,
boolean rootValue)
|
Method Summary | |
---|---|
boolean |
get()
|
boolean |
isFalse()
|
boolean |
isTrue()
|
void |
set(boolean new_value)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
ContextHolder holder
ContextLink link
Constructor Detail |
---|
public ContextBoolean(boolean rootValue)
public ContextBoolean(ContextHolder holder, boolean rootValue)
Method Detail |
---|
public boolean get()
public boolean isTrue()
public boolean isFalse()
public void set(boolean new_value)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |