public class StringValueHelper extends Objectimplements BoxedValueHelper
org/omg/CORBA/StringValueHelper.java Generated by the IDL-to-Java compiler (portable), version "3.0" from orb.idl 31 May 1999 22:27:30 o'clock GMT+00:00 The class definition has been modified to conform to the following OMG specifications :
| Constructor and Description |
|---|
StringValueHelper()
|
| Modifier and Type | Method and Description |
|---|---|
static String |
extract(Any
|
String |
get_id()
|
static String |
id()
|
static void |
insert(Any
|
Serializable |
read_value(InputStream
|
static String |
read(InputStream
|
static TypeCode |
type()
|
void |
write_value(OutputStream
|
static void |
write(OutputStream
|
public static TypeCodetype()
public static Stringid()
public static Stringread(InputStream istream)
public Serializableread_value(InputStream istream)
public static void write(OutputStreamostream, String value)
public void write_value(OutputStreamostream, Serializable value)
public Stringget_id()