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

Uses in package org.omg.CORBA

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

Any
Retrieves the Any, stored inside this DynAny.
boolean
Extract the boolean value that is expected to be stored in this DynAny.
char
Extract the char value that is expected to be stored in this DynAny.
double
Extract the double value that is expected to be stored in this DynAny.
float
Extract the float value that is expected to be stored in this DynAny.
int
Extract the int (CORBA long) value that is expected to be stored in this DynAny.
long
Extract the long (CORBA long long) value that is expected to be stored in this DynAny.
byte
Extract the byte (CORBA octet) value that is expected to be stored in this DynAny.
Object
Extract the CORBA object reference that is expected to be stored in this DynAny.
short
Extract the short value that is expected to be stored in this DynAny.
String
Extract the string value that is expected to be stored in this DynAny.
TypeCode
Extract the TypeCode value that is expected to be stored in this DynAny.
int
Extract the unsigned int (CORBA ulong) value that is expected to be stored in this DynAny.
long
Extract the unsingel long (CORBA unsigned long long )value that is expected to be stored in this DynAny.
short
Extract the unsigned short value that is expected to be stored in this DynAny.
Serializable
Extract the value that is expected to be stored in this DynAny.
char
Extract the wide (usually UTF-16) character value that is expected to be stored in this DynAny.
String
Extract the wide (usually UFT-16) string that is expected to be stored in this DynAny.