public class TypeCodeValueBoxHelper
extends java.lang.Object
implements org.omg.CORBA.portable.BoxedValueHelper
| Constructor and Description |
|---|
TypeCodeValueBoxHelper(org.omg.CORBA.ORB orb,
org.omg.CORBA.TypeCode tc) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
get_id() |
org.omg.CORBA.TypeCode |
getTypeCode() |
java.io.Serializable |
read_value(org.omg.CORBA.portable.InputStream is) |
void |
write_value(org.omg.CORBA.portable.OutputStream output,
java.io.Serializable obj) |
public TypeCodeValueBoxHelper(org.omg.CORBA.ORB orb,
org.omg.CORBA.TypeCode tc)
throws org.omg.CORBA.TypeCodePackage.BadKind
org.omg.CORBA.TypeCodePackage.BadKind - The specified typecode is
not a valuebox type.public org.omg.CORBA.TypeCode getTypeCode()
public java.io.Serializable read_value(org.omg.CORBA.portable.InputStream is)
read_value in interface org.omg.CORBA.portable.BoxedValueHelperpublic void write_value(org.omg.CORBA.portable.OutputStream output,
java.io.Serializable obj)
write_value in interface org.omg.CORBA.portable.BoxedValueHelperpublic java.lang.String get_id()
get_id in interface org.omg.CORBA.portable.BoxedValueHelper