ix.util.context
Class ContextBoolean

java.lang.Object
  extended by ix.util.context.ContextValue<java.lang.Boolean>
      extended by ix.util.context.ContextBoolean

public class ContextBoolean
extends ContextValue<java.lang.Boolean>

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

ContextBoolean

public ContextBoolean(boolean rootValue)

ContextBoolean

public ContextBoolean(ContextHolder holder,
                      boolean rootValue)
Method Detail

isTrue

public boolean isTrue()

isFalse

public boolean isFalse()