sidl
Class String

java.lang.Object
  extended by sidl.String

public class String
extends java.lang.Object

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


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

Constructor Detail

String

public String()