org.omg.CORBA
Class StringValueHelper
java.lang.Object
org.omg.CORBA.StringValueHelper
- All Implemented Interfaces:
- BoxedValueHelper
public final class StringValueHelper
- extends Object
- implements BoxedValueHelper
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
StringValueHelper
public StringValueHelper()
type
public static TypeCode type()
insert
public static void insert(Any any,
String s)
extract
public static String extract(Any any)
id
public static String id()
read
public static String read(InputStream in)
write
public static void write(OutputStream out,
String s)
read_value
public Serializable read_value(InputStream is)
- Specified by:
read_value
in interface BoxedValueHelper
write_value
public void write_value(OutputStream os,
Serializable value)
- Specified by:
write_value
in interface BoxedValueHelper
get_id
public String get_id()
- Specified by:
get_id
in interface BoxedValueHelper
Copyright © 2003-2012 Apache Software Foundation. All Rights Reserved.