org.omg.CORBA
Class StringValueHelper
java.lang.Object
org.omg.CORBA.StringValueHelper
- All Implemented Interfaces:
- BoxedValueHelper
public 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()
insert
public static void insert(Any any,
String val)
extract
public static String extract(Any any)
type
public static TypeCode type()
id
public static String id()
read
public static String read(InputStream in)
write
public static void write(OutputStream out,
String val)
read_value
public Serializable read_value(InputStream in)
- Specified by:
read_value
in interface BoxedValueHelper
write_value
public void write_value(OutputStream out,
Serializable val)
- Specified by:
write_value
in interface BoxedValueHelper
get_id
public String get_id()
- Specified by:
get_id
in interface BoxedValueHelper
Copyright © 2006-2011 Apache Software Foundation. All Rights Reserved.