API Overview API Index Package Overview Direct link to this page
JDK 1.6
  org.omg.CORBA. StringHolder View Source
Author(s)
Since
JDK1.2
Version
1.14, 09/09/97
Serial
Hierarchy
 Object
      StringHolder
Implements
 Streamable
Subclasses
Description
publicfinal class StringHolder
  The Holder for String.
See also:   
Constructors
public StringHolder ()
Constructs a new StringHolder object with its value field initialized to null.
public StringHolder (String initial)
  Constructs a new StringHolder object with its value field initialized to the given String.
Methods
Hide/Show inherited methods
public void _read (InputStream input) [Specified in Streamable]
  Reads the unmarshalled data from input and assigns it to the value field of this StringHolder object.
public TypeCode _type () [Specified in Streamable]
  Retrieves the TypeCode object that corresponds to the value held in this StringHolder object.
public void _write (OutputStream output) [Specified in Streamable]
  Marshals the value held by this StringHolder object to the output stream output.
Fields
Hide/Show inherited fields
public String value
The String value held by this StringHolder object.
Nested Classes
Generated By: JavaOnTracks Doclet 0.1.4     ©Thibaut Colar