public class StringValueHelper extends Object implements BoxedValueHelper
org / omg / CORBA / StringValueHelper.java由IDL到Java编译器(便携式)生成,从orb.idl版本“3.0”1999年5月31日22:27:30 GMT + 00:00类定义经过修改,符合以下OMG规范:
Constructor and Description |
---|
StringValueHelper()
|
Modifier and Type | Method and Description |
---|---|
static String |
extract(Any a)
|
String |
get_id()
|
static String |
id()
|
static void |
insert(Any a,
String that)
|
Serializable |
read_value(InputStream istream)
|
static String |
read(InputStream istream)
|
static TypeCode
|
type()
|
void |
write_value(OutputStream ostream, Serializable value)
|
static void |
write(OutputStream ostream, String value)
|
public static TypeCode type()
public static String id()
public static String read(InputStream istream)
public Serializable read_value(InputStream istream)
read_value
在界面
BoxedValueHelper
public static void write(OutputStream ostream, String value)
public void write_value(OutputStream ostream, Serializable value)
write_value
在界面
BoxedValueHelper
public String get_id()
get_id
在接口
BoxedValueHelper