org.apache.derby.impl.sql.execute
Class DDLConstantAction.SettableBoolean

java.lang.Object
  extended by org.apache.derby.impl.sql.execute.DDLConstantAction.SettableBoolean
Enclosing class:
DDLConstantAction

private class DDLConstantAction.SettableBoolean
extends java.lang.Object

Mutable Boolean wrapper, initially false


Field Summary
(package private)  boolean value
           
 
Constructor Summary
DDLConstantAction.SettableBoolean()
           
 
Method Summary
(package private)  boolean get()
           
(package private)  void set(boolean b)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

value

boolean value
Constructor Detail

DDLConstantAction.SettableBoolean

DDLConstantAction.SettableBoolean()
Method Detail

set

void set(boolean b)

get

boolean get()

Built on Thu 2012-03-29 21:53:33+0000, from revision ???

Apache Derby V10.6 Internals - Copyright © 2004,2007 The Apache Software Foundation. All Rights Reserved.