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