sidl
Class Boolean

java.lang.Object
  extended by sidl.Boolean

public class Boolean
extends java.lang.Object

Class Boolean contains inner classes that provide holder and array support for standard Java primitive types.


Nested Class Summary
static class Boolean.Array
          Define a one dimensional array of type boolean for the sidl Java run-time.
static class Boolean.Array1
          Define a one dimensional array of type boolean.
static class Boolean.Array2
          Define a two dimensional array of type boolean.
static class Boolean.Array3
          Define a three dimensional array of type boolean.
static class Boolean.Array4
          Define a four dimensional array of type boolean.
static class Boolean.Array5
          Define a five dimensional array of type boolean.
static class Boolean.Array6
          Define a six dimensional array of type boolean.
static class Boolean.Array7
          Define a seven dimensional array of type boolean.
static class Boolean.Holder
          This is the holder inner class for inout and out arguments for type Boolean.
 
Constructor Summary
Boolean()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Boolean

public Boolean()