sidl
Class Boolean.Holder

java.lang.Object
  extended by sidl.Boolean.Holder
Enclosing class:
Boolean

public static class Boolean.Holder
extends java.lang.Object

This is the holder inner class for inout and out arguments for type Boolean.


Constructor Summary
Boolean.Holder()
          Create a holder class with an empty holdee object.
Boolean.Holder(boolean obj)
          Create a holder with the specified object.
 
Method Summary
 boolean get()
          Get the value of the holdee object.
 void set(boolean obj)
          Set the value of the holdee object.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Boolean.Holder

public Boolean.Holder()
Create a holder class with an empty holdee object.


Boolean.Holder

public Boolean.Holder(boolean obj)
Create a holder with the specified object.

Method Detail

set

public void set(boolean obj)
Set the value of the holdee object.


get

public boolean get()
Get the value of the holdee object.