com.intellij.util
Class BooleanValueHolder

java.lang.Object
  extended by com.intellij.util.BooleanValueHolder

public class BooleanValueHolder
extends java.lang.Object


Constructor Summary
BooleanValueHolder(boolean value)
           
 
Method Summary
 boolean getValue()
           
 void setValue(boolean value)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BooleanValueHolder

public BooleanValueHolder(boolean value)
Method Detail

getValue

public boolean getValue()

setValue

public void setValue(boolean value)