void assign(DynAny dyn_any) throws Invalid
DynAny copy()
DynAny current_component()
void destroy()
void from_any(Any value) throws Invalid
Any get_any() throws TypeMismatch
boolean get_boolean() throws TypeMismatch
char get_char() throws TypeMismatch
double get_double() throws TypeMismatch
float get_float() throws TypeMismatch
int get_long() throws TypeMismatch
long get_longlong() throws TypeMismatch
byte get_octet() throws TypeMismatch
Object get_reference() throws TypeMismatch
short get_short() throws TypeMismatch
String get_string() throws TypeMismatch
TypeCode get_typecode() throws TypeMismatch
int get_ulong() throws TypeMismatch
long get_ulonglong() throws TypeMismatch
short get_ushort() throws TypeMismatch
Serializable get_val() throws TypeMismatch
char get_wchar() throws TypeMismatch
String get_wstring() throws TypeMismatch
void insert_any(Any value) throws InvalidValue
void insert_boolean(boolean value) throws InvalidValue
void insert_char(char value) throws InvalidValue
void insert_double(double value) throws InvalidValue
void insert_float(float value) throws InvalidValue
void insert_long(int value) throws InvalidValue
void insert_longlong(long value) throws InvalidValue
void insert_octet(byte value) throws InvalidValue
void insert_reference(Object value) throws InvalidValue
void insert_short(short value) throws InvalidValue
void insert_string(String value) throws InvalidValue
void insert_typecode(TypeCode value) throws InvalidValue
void insert_ulong(int value) throws InvalidValue
void insert_ulonglong(long value) throws InvalidValue
void insert_ushort(short value) throws InvalidValue
void insert_val(Serializable value) throws InvalidValue
void insert_wchar(char value) throws InvalidValue
void insert_wstring(String value) throws InvalidValue
boolean next()
void rewind()
boolean seek(int index)
Any to_any() throws Invalid
TypeCode type()