public class StringValueHelper extends java.lang.Object implements BoxedValueHelper
| Constructor and Description |
|---|
StringValueHelper() |
| Modifier and Type | Method and Description |
|---|---|
static java.lang.String |
extract(Any a)
Extract StringValue from an any
|
java.lang.String |
get_id()
Return the value id
|
static java.lang.String |
id()
Return the StringValue IDL ID
|
static void |
insert(Any a,
java.lang.String t)
Insert StringValue into an any
|
java.io.Serializable |
read_value(InputStream is)
Read a value from an input stream
|
static java.lang.String |
read(InputStream istream)
Read StringValue from a marshalled stream
|
static TypeCode |
type()
Return the StringValue TypeCode
|
void |
write_value(OutputStream os,
java.io.Serializable value)
Write a value into an output stream
|
static void |
write(OutputStream ostream,
java.lang.String value)
Write StringValue into a marshalled stream
|
public static void insert(Any a, java.lang.String t)
a - an anyt - StringValue valuepublic static java.lang.String extract(Any a)
a - an anypublic static TypeCode type()
public static java.lang.String id()
public static java.lang.String read(InputStream istream)
istream - the input streampublic static void write(OutputStream ostream, java.lang.String value)
ostream - the output streamvalue - StringValue valuepublic java.io.Serializable read_value(InputStream is)
read_value in interface BoxedValueHelperpublic void write_value(OutputStream os, java.io.Serializable value)
write_value in interface BoxedValueHelperpublic java.lang.String get_id()
get_id in interface BoxedValueHelper