Class org.omg.CORBA.StringHolder
All Packages Class Hierarchy This Package Previous Next Index
Class org.omg.CORBA.StringHolder
java.lang.Object
|
+----org.omg.CORBA.StringHolder
- public final class StringHolder
- extends Object
A Holder class for strings for use with out and in/out IDL parameters.
-
value
-
the String value held by the StringHolder
-
StringHolder()
-
construct the StringHolder with null initial value
-
StringHolder(String)
-
construct the StringHolder with the given String
value
public String value
- the String value held by the StringHolder
StringHolder
public StringHolder()
- construct the StringHolder with null initial value
StringHolder
public StringHolder(String initial)
- construct the StringHolder with the given String
- Parameters:
- initial - the String used to initialize the StringHolder value
All Packages Class Hierarchy This Package Previous Next Index