sidl
Class String.Holder

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

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

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


Constructor Summary
String.Holder()
          Create a holder class with an empty holdee object.
String.Holder(java.lang.String obj)
          Create a holder with the specified object.
 
Method Summary
 java.lang.String get()
          Get the value of the holdee object.
 void set(java.lang.String 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

String.Holder

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


String.Holder

public String.Holder(java.lang.String obj)
Create a holder with the specified object.

Method Detail

set

public void set(java.lang.String obj)
Set the value of the holdee object.


get

public java.lang.String get()
Get the value of the holdee object.