public class StringValueHelper extends java.lang.Object implements org.omg.CORBA.portable.BoxedValueHelper
| Constructor and Description |
|---|
StringValueHelper() |
| Modifier and Type | Method and Description |
|---|---|
static java.lang.String |
extract(Any an_any)
Extract the string from the given Any.
|
java.lang.String |
get_id()
Returns the String Value repository Id.
|
static java.lang.String |
id()
Returns the String Value repository Id.
|
static void |
insert(Any an_any,
java.lang.String that)
Insert the string into the given Any.
|
java.io.Serializable |
read_value(org.omg.CORBA.portable.InputStream istream)
Read the string value from the input stream.
|
static java.lang.String |
read(org.omg.CORBA.portable.InputStream in)
Reads a string as a value type.
|
static TypeCode |
type()
Create and return the value box typecode, named "StringValue", with the
content typecode being unbounded string.
|
void |
write_value(org.omg.CORBA.portable.OutputStream ostream,
java.io.Serializable a_string)
Write the given string value into the output stream.
|
static void |
write(org.omg.CORBA.portable.OutputStream out,
java.lang.String a_string)
Writes a string as a value type.
|
public StringValueHelper()
public java.lang.String get_id()
get_id in interface org.omg.CORBA.portable.BoxedValueHelperpublic static java.lang.String id()
public java.io.Serializable read_value(org.omg.CORBA.portable.InputStream istream)
read_value in interface org.omg.CORBA.portable.BoxedValueHelperistream - a stream to read from.public void write_value(org.omg.CORBA.portable.OutputStream ostream, java.io.Serializable a_string)
write_value in interface org.omg.CORBA.portable.BoxedValueHelperostream - a stream to write into.a_string - a string to write.public static java.lang.String extract(Any an_any)
an_any - an Any to extract from.public static void insert(Any an_any, java.lang.String that)
an_any - an Any to insert into.that - a string to insert.public static java.lang.String read(org.omg.CORBA.portable.InputStream in)
in - a stream to read value from.public static TypeCode type()
public static void write(org.omg.CORBA.portable.OutputStream out, java.lang.String a_string)
out - a stream to write value into.a_string - a string to write.