sidl
Class String.Holder
- String
public static class String.Holder
extends java.lang.Object
This is the holder inner class for inout and out arguments for
type String
.
Holder() - Create a holder class with an empty holdee object.
|
Holder(java.lang.String obj) - Create a holder with the specified object.
|
java.lang.String | get() - Get the value of the holdee object.
|
void | set(java.lang.String obj) - Set the value of the holdee object.
|
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.
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.