Generated by
JDiff

Interface org.omg.CORBA.DynAny

Documentation changed from old to new.

Changed Methods
void assign(DynAny) Documentation changed from old to new.
Copy the contents from one Dynamic Any into another.
DynAny copy() Documentation changed from old to new.
Clones this DynAny object.
DynAny current_component() Documentation changed from old to new.
Returns a DynAny object reference that can be used to get/set the value of the component currently accessed.
void from_any(Any) Documentation changed from old to new.
Make a DynAny object from an Any object.
Any get_any() Documentation changed from old to new.
Retrieves the org.omg.CORBA.Any contained in this DynAny object.
boolean get_boolean() Documentation changed from old to new.
Retrieves the boolean contained in this DynAny object.
char get_char() Documentation changed from old to new.
Retrieves the char contained in this DynAny object.
double get_double() Documentation changed from old to new.
Retrieves the double contained in this DynAny object.
float get_float() Documentation changed from old to new.
Retrieves the float contained in this DynAny object.
int get_long() Documentation changed from old to new.
Retrieves the int contained in this DynAny object.
long get_longlong() Documentation changed from old to new.
Retrieves the long contained in this DynAny object.
byte get_octet() Documentation changed from old to new.
Retrieves the byte contained in this DynAny object.
Object get_reference() Documentation changed from old to new.
Retrieves the org.omg.CORBA.Other contained in this DynAny object.
short get_short() Documentation changed from old to new.
Retrieves the short contained in this DynAny object.
String get_string() Documentation changed from old to new.
Retrieves the String contained in this DynAny object.
TypeCode get_typecode() Documentation changed from old to new.
Retrieves the org.omg.CORBA.TypeCode contained in this DynAny object.
int get_ulong() Documentation changed from old to new.
Retrieves the int contained in this DynAny object.
long get_ulonglong() Documentation changed from old to new.
Retrieves the long contained in this DynAny object.
short get_ushort() Documentation changed from old to new.
Retrieves the short contained in this DynAny object.
Serializable get_val() Documentation changed from old to new.
Retrieves the java.io.Serializable object contained in this DynAny object.
char get_wchar() Documentation changed from old to new.
Retrieves the char contained in this DynAny object.
String get_wstring() Documentation changed from old to new.
Retrieves the String contained in this DynAny object.
void insert_any(Any) Documentation changed from old to new.
Inserts the given org.omg.CORBA.Any object as the value for this DynAny object.
void insert_boolean(boolean) Documentation changed from old to new.
Inserts the given boolean as the value for this DynAny object.
void insert_char(char) Documentation changed from old to new.
Inserts the given char as the value for this DynAny object.
void insert_double(double) Documentation changed from old to new.
Inserts the given double as the value for this DynAny object.
void insert_float(float) Documentation changed from old to new.
Inserts the given float as the value for this DynAny object.
void insert_long(int) Documentation changed from old to new.
Inserts the given int as the value for this DynAny object.
void insert_longlong(long) Documentation changed from old to new.
Inserts the given long as the value for this DynAny object.
void insert_octet(byte) Documentation changed from old to new.
Inserts the given byte as the value for this DynAny object.
void insert_reference(Object) Documentation changed from old to new.
Inserts the given org.omg.CORBA.Object as the value for this DynAny object.
void insert_short(short) Documentation changed from old to new.
Inserts the given short as the value for this DynAny object.
void insert_string(String) Documentation changed from old to new.
Inserts the given String object as the value for this DynAny object.
void insert_typecode(TypeCode) Documentation changed from old to new.
Inserts the given org.omg.CORBA.TypeCode as the value for this DynAny object.
void insert_ulong(int) Documentation changed from old to new.
Inserts the given int as the value for this DynAny object.
void insert_ulonglong(long) Documentation changed from old to new.
Inserts the given long as the value for this DynAny object.
void insert_ushort(short) Documentation changed from old to new.
Inserts the given short as the value for this DynAny object.
void insert_val(Serializable) Documentation changed from old to new.
Inserts the given java.io.Serializable object as the value for this DynAny object.
void insert_wchar(char) Documentation changed from old to new.
Inserts the given char as the value for this DynAny object.
void insert_wstring(String) Documentation changed from old to new.
Inserts the given String as the value for this DynAny object.
Any to_any() Documentation changed from old to new.
Convert a DynAny object to an Any object.
TypeCode type() Documentation changed from old to new.
Returns the TypeCode of the object inserted into this DynAny.