sidl
Class Boolean.Holder
- Boolean
public static class Boolean.Holder
extends java.lang.Object
This is the holder inner class for inout and out arguments for
type Boolean
.
Holder() - Create a holder class with an empty holdee object.
|
Holder(boolean obj) - Create a holder with the specified object.
|
boolean | get() - Get the value of the holdee object.
|
void | set(boolean obj) - Set the value of the holdee object.
|
Holder
public Holder()
Create a holder class with an empty holdee object.
Holder
public Holder(boolean obj)
Create a holder with the specified object.
get
public boolean get()
Get the value of the holdee object.
set
public void set(boolean obj)
Set the value of the holdee object.