SIDL
Class Character

java.lang.Object
  |
  +--SIDL.Character

public class Character
extends java.lang.Object

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


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

Constructor Detail

Character

public Character()