- java.lang.Object
-
- org.omg.CORBA.WStringValueHelper
-
- All Implemented Interfaces:
-
BoxedValueHelper
public class WStringValueHelper extends Object implements BoxedValueHelper
org / omg / CORBA / WStringValueHelper.java由IDL到Java编译器(便携式)生成,从orb.idl版本“3.0”1999年5月31日22:27:30 GMT + 00:00类定义经过修改,符合以下OMG规范:- ORB核心由CORBA 2.3.1定义( formal/99-10-07 )
- IDL / Java语言映射,如ptc/00-01-08所定义
-
-
构造方法摘要
构造方法 Constructor 描述 WStringValueHelper()
-
方法摘要
所有方法 静态方法 接口方法 具体的方法 Modifier and Type 方法 描述 static String
extract(Any a)
String
get_id()
static String
id()
static void
insert(Any a, String that)
static String
read(InputStream istream)
Serializable
read_value(InputStream istream)
static TypeCode
type()
static void
write(OutputStream ostream, String value)
void
write_value(OutputStream ostream, Serializable value)
-
-
-
方法详细信息
-
type
public static TypeCode type()
-
id
public static String id()
-
read
public static String read(InputStream istream)
-
read_value
public Serializable read_value(InputStream istream)
- Specified by:
-
read_value
接口BoxedValueHelper
-
write
public static void write(OutputStream ostream, String value)
-
write_value
public void write_value(OutputStream ostream, Serializable value)
- Specified by:
-
write_value
在接口BoxedValueHelper
-
get_id
public String get_id()
- Specified by:
-
get_id
在接口BoxedValueHelper
-
-