Uses of Class org.omg.CORBA.DynAnyPackage.InvalidValue

Uses in package org.omg.CORBA

Methods which throw type org.omg.CORBA.DynAnyPackage.InvalidValue

void
Insert the Any value into the enclosed Any inside this DynAny.
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
Insert the int (CORBA long) value into the enclosed Any inside this DynAny
void
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
Insert the TypeCode value into the enclosed Any inside this DynAny
void
Insert the int (CORBA unsinged long) value into the enclosed Any inside this DynAny
void
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
DynFixed.set_value(byte[] a_value)
Sets the value of this DynFixed from the binary representation.