Frames | No Frames |
Methods which throw type org.omg.CORBA.DynAnyPackage.InvalidValue | |
void | |
void | DynAny.insert_boolean(boolean a_x) Insert the boolean value into the enclosed
Any inside this DynAny
|
void | DynAny.insert_char(char a_x) Insert the char value into the enclosed
Any inside this DynAny
|
void | DynAny.insert_double(double a_x) Insert the double value into the enclosed
Any inside this DynAny
|
void | DynAny.insert_float(float a_x) Insert the float value into the enclosed
Any inside this DynAny
|
void | DynAny.insert_long(int a_x) Insert the int (CORBA long) value into the enclosed
Any inside this DynAny
|
void | DynAny.insert_longlong(long a_x) Insert the long (CORBA long long) value into the enclosed
Any inside this DynAny
|
void | DynAny.insert_octet(byte a_x) Insert the byte (CORBA octet) value into the enclosed
Any inside this DynAny
|
void | Insert the object reference into the enclosed
Any inside this DynAny
|
void | DynAny.insert_short(short a_x) Insert the short value into the enclosed
Any inside this DynAny
|
void | Insert the string value into the enclosed
Any inside this DynAny
|
void | |
void | DynAny.insert_ulong(int a_x) Insert the int (CORBA unsinged long) value into the enclosed
Any inside this DynAny
|
void | DynAny.insert_ulonglong(long a_x) Insert the long (CORBA unsigned long long) value into the enclosed
Any inside this DynAny
|
void | DynAny.insert_ushort(short a_x) Insert the short (CORBA unsigned short) value into the enclosed
Any inside this DynAny
|
void | Insert the value into the enclosed
Any inside this DynAny
|
void | DynAny.insert_wchar(char a_x) Insert the wide char (usually UTF-16) value into the enclosed
Any inside this DynAny
|
void | Insert the wide string (usually UTF-16) into the enclosed
Any inside this DynAny
|
void | Sets the value of this DynFixed from the binary representation.
|