|
Generated by JDiff |
||||||||
PREV CLASS NEXT CLASS FRAMES NO FRAMES | DETAIL: CONSTRUCTORS | METHODS | FIELDS |
Changed Methods | ||
boolean equal(Any ) |
Documentation changed from old to new. |
Checks for equality between this Any object and the given Any object. |
Object extract_Object() |
Documentation changed from old to new. |
Extracts the org.omg.CORBA.Object in this Any object's value field. |
Principal extract_Principal() |
Documentation changed from old to new. |
Deprecated by CORBA 2.2. |
TypeCode extract_TypeCode() |
Documentation changed from old to new. |
Extracts the TypeCode object in this Any object's value field. |
Serializable extract_Value() |
Documentation changed from old to new. |
Extracts the java.io.Serializable object in this Any object's value field. |
Any extract_any() |
Documentation changed from old to new. |
Extracts the Any object in this Any object's value field. |
boolean extract_boolean() |
Documentation changed from old to new. |
Extracts the boolean in this Any object's value field. |
char extract_char() |
Documentation changed from old to new. |
Extracts the char in this Any object's value field. |
double extract_double() |
Documentation changed from old to new. |
Extracts the double in this Any object's value field. |
BigDecimal extract_fixed() |
Documentation changed from old to new. |
Extracts the java.math.BigDecimal object in this Any object's value field. |
float extract_float() |
Documentation changed from old to new. |
Extracts the float in this Any object's value field. |
int extract_long() |
Documentation changed from old to new. |
Extracts the int in this Any object's value field. |
long extract_longlong() |
Documentation changed from old to new. |
Extracts the long in this Any object's value field. |
byte extract_octet() |
Documentation changed from old to new. |
Extracts the byte in this Any object's value field. |
short extract_short() |
Documentation changed from old to new. |
Extracts the short in this Any object's value field. |
String extract_string() |
Documentation changed from old to new. |
Extracts the String object in this Any object's value field. |
int extract_ulong() |
Documentation changed from old to new. |
Extracts the int in this Any object's value field. |
long extract_ulonglong() |
Documentation changed from old to new. |
Extracts the long in this Any object's value field. |
short extract_ushort() |
Documentation changed from old to new. |
Extracts the short in this Any object's value field. |
char extract_wchar() |
Documentation changed from old to new. |
Extracts the char in this Any object's value field. |
String extract_wstring() |
Documentation changed from old to new. |
Extracts the String object in this Any object's value field. |
void insert_char(char ) |
Documentation changed from old to new. |
Inserts the given char into this Any object's value field. |
void insert_string(String ) |
Documentation changed from old to new. |
Inserts the given String object into this Any object's value field. |
void insert_wstring(String ) |
Documentation changed from old to new. |
Inserts the given String object into this Any object's value field. |
void insert_Object(Object, |
Documentation changed from old to new. |
Inserts the given org.omg.CORBA.Object object into this Any object's value field. |
void insert_Value(Serializable, |
Documentation changed from old to new. |
Inserts the given java.io.Serializable object into this Any object's value field. |
TypeCode type() |
Documentation changed from old to new. |
Returns type information for the element contained in this Any object. |
|
|||||||||
PREV CLASS NEXT CLASS FRAMES NO FRAMES |