sidl

Class 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

Holder()
Create a holder class with an empty holdee object.
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.

Constructor Details

Holder

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

Holder

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

Method Details

get

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

set

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