public interface DynAnyOperations
| Modifier and Type | Method and Description |
|---|---|
void |
assign(DynAny dyn_any)
Operation assign
|
int |
component_count()
Operation component_count
|
DynAny |
copy()
Operation copy
|
DynAny |
current_component()
Operation current_component
|
void |
destroy()
Operation destroy
|
boolean |
equal(DynAny dyn_any)
Operation equal
|
void |
from_any(Any value)
Operation from_any
|
java.lang.Object |
get_abstract()
Operation get_abstract
|
Any |
get_any()
Operation get_any
|
boolean |
get_boolean()
Operation get_boolean
|
char |
get_char()
Operation get_char
|
double |
get_double()
Operation get_double
|
DynAny |
get_dyn_any()
Operation get_dyn_any
|
float |
get_float()
Operation get_float
|
int |
get_long()
Operation get_long
|
long |
get_longlong()
Operation get_longlong
|
byte |
get_octet()
Operation get_octet
|
Object |
get_reference()
Operation get_reference
|
short |
get_short()
Operation get_short
|
java.lang.String |
get_string()
Operation get_string
|
TypeCode |
get_typecode()
Operation get_typecode
|
int |
get_ulong()
Operation get_ulong
|
long |
get_ulonglong()
Operation get_ulonglong
|
short |
get_ushort()
Operation get_ushort
|
java.io.Serializable |
get_val()
Operation get_val
|
char |
get_wchar()
Operation get_wchar
|
java.lang.String |
get_wstring()
Operation get_wstring
|
void |
insert_abstract(java.lang.Object value)
Operation insert_abstract
|
void |
insert_any(Any value)
Operation insert_any
|
void |
insert_boolean(boolean value)
Operation insert_boolean
|
void |
insert_char(char value)
Operation insert_char
|
void |
insert_double(double value)
Operation insert_double
|
void |
insert_dyn_any(DynAny value)
Operation insert_dyn_any
|
void |
insert_float(float value)
Operation insert_float
|
void |
insert_long(int value)
Operation insert_long
|
void |
insert_longlong(long value)
Operation insert_longlong
|
void |
insert_octet(byte value)
Operation insert_octet
|
void |
insert_reference(Object value)
Operation insert_reference
|
void |
insert_short(short value)
Operation insert_short
|
void |
insert_string(java.lang.String value)
Operation insert_string
|
void |
insert_typecode(TypeCode value)
Operation insert_typecode
|
void |
insert_ulong(int value)
Operation insert_ulong
|
void |
insert_ulonglong(long value)
Operation insert_ulonglong
|
void |
insert_ushort(short value)
Operation insert_ushort
|
void |
insert_val(java.io.Serializable value)
Operation insert_val
|
void |
insert_wchar(char value)
Operation insert_wchar
|
void |
insert_wstring(java.lang.String value)
Operation insert_wstring
|
boolean |
next()
Operation next
|
void |
rewind()
Operation rewind
|
boolean |
seek(int index)
Operation seek
|
Any |
to_any()
Operation to_any
|
TypeCode |
type()
Operation type
|
TypeCode type()
void assign(DynAny dyn_any) throws TypeMismatch
TypeMismatchvoid from_any(Any value) throws TypeMismatch, InvalidValue
TypeMismatchInvalidValueAny to_any()
boolean equal(DynAny dyn_any)
void destroy()
DynAny copy()
void insert_boolean(boolean value)
throws TypeMismatch,
InvalidValue
TypeMismatchInvalidValuevoid insert_octet(byte value)
throws TypeMismatch,
InvalidValue
TypeMismatchInvalidValuevoid insert_char(char value)
throws TypeMismatch,
InvalidValue
TypeMismatchInvalidValuevoid insert_short(short value)
throws TypeMismatch,
InvalidValue
TypeMismatchInvalidValuevoid insert_ushort(short value)
throws TypeMismatch,
InvalidValue
TypeMismatchInvalidValuevoid insert_long(int value)
throws TypeMismatch,
InvalidValue
TypeMismatchInvalidValuevoid insert_ulong(int value)
throws TypeMismatch,
InvalidValue
TypeMismatchInvalidValuevoid insert_float(float value)
throws TypeMismatch,
InvalidValue
TypeMismatchInvalidValuevoid insert_double(double value)
throws TypeMismatch,
InvalidValue
TypeMismatchInvalidValuevoid insert_string(java.lang.String value)
throws TypeMismatch,
InvalidValue
TypeMismatchInvalidValuevoid insert_reference(Object value) throws TypeMismatch, InvalidValue
TypeMismatchInvalidValuevoid insert_typecode(TypeCode value) throws TypeMismatch, InvalidValue
TypeMismatchInvalidValuevoid insert_longlong(long value)
throws TypeMismatch,
InvalidValue
TypeMismatchInvalidValuevoid insert_ulonglong(long value)
throws TypeMismatch,
InvalidValue
TypeMismatchInvalidValuevoid insert_wchar(char value)
throws TypeMismatch,
InvalidValue
TypeMismatchInvalidValuevoid insert_wstring(java.lang.String value)
throws TypeMismatch,
InvalidValue
TypeMismatchInvalidValuevoid insert_any(Any value) throws TypeMismatch, InvalidValue
TypeMismatchInvalidValuevoid insert_dyn_any(DynAny value) throws TypeMismatch, InvalidValue
TypeMismatchInvalidValuevoid insert_val(java.io.Serializable value)
throws TypeMismatch,
InvalidValue
TypeMismatchInvalidValueboolean get_boolean()
throws TypeMismatch,
InvalidValue
TypeMismatchInvalidValuebyte get_octet()
throws TypeMismatch,
InvalidValue
TypeMismatchInvalidValuechar get_char()
throws TypeMismatch,
InvalidValue
TypeMismatchInvalidValueshort get_short()
throws TypeMismatch,
InvalidValue
TypeMismatchInvalidValueshort get_ushort()
throws TypeMismatch,
InvalidValue
TypeMismatchInvalidValueint get_long()
throws TypeMismatch,
InvalidValue
TypeMismatchInvalidValueint get_ulong()
throws TypeMismatch,
InvalidValue
TypeMismatchInvalidValuefloat get_float()
throws TypeMismatch,
InvalidValue
TypeMismatchInvalidValuedouble get_double()
throws TypeMismatch,
InvalidValue
TypeMismatchInvalidValuejava.lang.String get_string()
throws TypeMismatch,
InvalidValue
TypeMismatchInvalidValueObject get_reference() throws TypeMismatch, InvalidValue
TypeMismatchInvalidValueTypeCode get_typecode() throws TypeMismatch, InvalidValue
TypeMismatchInvalidValuelong get_longlong()
throws TypeMismatch,
InvalidValue
TypeMismatchInvalidValuelong get_ulonglong()
throws TypeMismatch,
InvalidValue
TypeMismatchInvalidValuechar get_wchar()
throws TypeMismatch,
InvalidValue
TypeMismatchInvalidValuejava.lang.String get_wstring()
throws TypeMismatch,
InvalidValue
TypeMismatchInvalidValueAny get_any() throws TypeMismatch, InvalidValue
TypeMismatchInvalidValueDynAny get_dyn_any() throws TypeMismatch, InvalidValue
TypeMismatchInvalidValuejava.io.Serializable get_val()
throws TypeMismatch,
InvalidValue
TypeMismatchInvalidValueboolean seek(int index)
void rewind()
boolean next()
int component_count()
DynAny current_component() throws TypeMismatch
TypeMismatchvoid insert_abstract(java.lang.Object value)
throws TypeMismatch,
InvalidValue
TypeMismatchInvalidValuejava.lang.Object get_abstract()
throws TypeMismatch,
InvalidValue
TypeMismatchInvalidValue