public final class WStringValueHelper extends Object implements BoxedValueHelper
Constructor and Description |
---|
WStringValueHelper() |
Modifier and Type | Method and Description |
---|---|
static String |
extract(Any any) |
String |
get_id() |
static String |
id() |
static void |
insert(Any any,
String s) |
Serializable |
read_value(InputStream is) |
static String |
read(InputStream in) |
static TypeCode |
type() |
void |
write_value(OutputStream os,
Serializable value) |
static void |
write(OutputStream out,
String s) |
public static TypeCode type()
public static String id()
public static String read(InputStream in)
public static void write(OutputStream out, String s)
public Serializable read_value(InputStream is)
read_value
in interface BoxedValueHelper
public void write_value(OutputStream os, Serializable value)
write_value
in interface BoxedValueHelper
public String get_id()
get_id
in interface BoxedValueHelper
Copyright © 2017 JacORB. All rights reserved.