Package | Description |
---|---|
com.sun.corba.se.impl.dynamicany | |
org.omg.DynamicAny |
Provides classes and interfaces that enable traversal of the data value
associated with an
any at
runtime, and extraction of the primitive constituents of the data value. |
org.omg.DynamicAny.DynAnyPackage |
This package contains classes and exceptions from the DynAny
interface of the DynamicAny module
specified in the OMG The Common Object Request Broker: Architecture and
Specification,
http://cgi.omg.org/cgi-bin/doc?formal/99-10-07, section 9.2.
|
Modifier and Type | Method and Description |
---|---|
protected void |
DynSequenceImpl.checkValue(Object[] value) |
protected void |
DynArrayImpl.checkValue(Object[] value) |
void |
DynAnyBasicImpl.from_any(Any value) |
Any |
DynAnyBasicImpl.get_any() |
boolean |
DynAnyBasicImpl.get_boolean() |
DynAny |
DynValueBoxImpl.get_boxed_value_as_dyn_any() |
Any |
DynValueBoxImpl.get_boxed_value() |
char |
DynAnyBasicImpl.get_char() |
double |
DynAnyBasicImpl.get_double() |
DynAny |
DynAnyBasicImpl.get_dyn_any() |
float |
DynAnyBasicImpl.get_float() |
int |
DynAnyBasicImpl.get_long() |
long |
DynAnyBasicImpl.get_longlong() |
byte |
DynAnyBasicImpl.get_octet() |
Object |
DynAnyBasicImpl.get_reference() |
short |
DynAnyBasicImpl.get_short() |
String |
DynAnyBasicImpl.get_string() |
TypeCode |
DynAnyBasicImpl.get_typecode() |
int |
DynAnyBasicImpl.get_ulong() |
long |
DynAnyBasicImpl.get_ulonglong() |
short |
DynAnyBasicImpl.get_ushort() |
Serializable |
DynAnyBasicImpl.get_val() |
char |
DynAnyBasicImpl.get_wchar() |
String |
DynAnyBasicImpl.get_wstring() |
void |
DynAnyBasicImpl.insert_any(Any value) |
void |
DynAnyBasicImpl.insert_boolean(boolean value) |
void |
DynAnyBasicImpl.insert_char(char value) |
void |
DynAnyBasicImpl.insert_double(double value) |
void |
DynAnyBasicImpl.insert_dyn_any(DynAny value) |
void |
DynAnyBasicImpl.insert_float(float value) |
void |
DynAnyBasicImpl.insert_long(int value) |
void |
DynAnyBasicImpl.insert_longlong(long value) |
void |
DynAnyBasicImpl.insert_octet(byte value) |
void |
DynAnyBasicImpl.insert_reference(Object value) |
void |
DynAnyBasicImpl.insert_short(short value) |
void |
DynAnyBasicImpl.insert_string(String value) |
void |
DynAnyBasicImpl.insert_typecode(TypeCode value) |
void |
DynAnyBasicImpl.insert_ulong(int value) |
void |
DynAnyBasicImpl.insert_ulonglong(long value) |
void |
DynAnyBasicImpl.insert_ushort(short value) |
void |
DynAnyBasicImpl.insert_val(Serializable value) |
void |
DynAnyBasicImpl.insert_wchar(char value) |
void |
DynAnyBasicImpl.insert_wstring(String value) |
TCKind |
DynUnionImpl.member_kind() |
String |
DynUnionImpl.member_name() |
DynAny |
DynUnionImpl.member() |
void |
DynEnumImpl.set_as_string(String value) |
void |
DynEnumImpl.set_as_ulong(int value) |
void |
DynSequenceImpl.set_length(int len) |
boolean |
DynFixedImpl.set_value(String val) |
Modifier and Type | Method and Description |
---|---|
TCKind |
DynValuePOATie.current_member_kind()
Returns the TCKind associated with the member at the current position.
|
TCKind |
DynStructPOATie.current_member_kind()
Returns the TCKind associated with the member at the current position.
|
TCKind |
_DynValueStub.current_member_kind()
Returns the TCKind associated with the member at the current position.
|
TCKind |
_DynStructStub.current_member_kind()
Returns the TCKind associated with the member at the current position.
|
TCKind |
DynValueOperations.current_member_kind()
Returns the TCKind associated with the member at the current position.
|
TCKind |
DynStructOperations.current_member_kind()
Returns the TCKind associated with the member at the current position.
|
String |
DynValuePOATie.current_member_name()
Returns the name of the member at the current position.
|
String |
DynStructPOATie.current_member_name()
Returns the name of the member at the current position.
|
String |
_DynValueStub.current_member_name()
Returns the name of the member at the current position.
|
String |
_DynStructStub.current_member_name()
Returns the name of the member at the current position.
|
String |
DynValueOperations.current_member_name()
Returns the name of the member at the current position.
|
String |
DynStructOperations.current_member_name()
Returns the name of the member at the current position.
|
void |
_DynValueCommonStub.from_any(Any value)
Initializes the value associated with a DynAny object with the value contained in an any.
|
void |
_DynValueBoxStub.from_any(Any value)
Initializes the value associated with a DynAny object with the value contained in an any.
|
void |
DynValuePOATie.from_any(Any value)
Initializes the value associated with a DynAny object with the value contained in an any.
|
void |
DynValueCommonPOATie.from_any(Any value)
Initializes the value associated with a DynAny object with the value contained in an any.
|
void |
DynValueBoxPOATie.from_any(Any value)
Initializes the value associated with a DynAny object with the value contained in an any.
|
void |
DynUnionPOATie.from_any(Any value)
Initializes the value associated with a DynAny object with the value contained in an any.
|
void |
DynStructPOATie.from_any(Any value)
Initializes the value associated with a DynAny object with the value contained in an any.
|
void |
DynSequencePOATie.from_any(Any value)
Initializes the value associated with a DynAny object with the value contained in an any.
|
void |
DynFixedPOATie.from_any(Any value)
Initializes the value associated with a DynAny object with the value contained in an any.
|
void |
DynEnumPOATie.from_any(Any value)
Initializes the value associated with a DynAny object with the value contained in an any.
|
void |
DynArrayPOATie.from_any(Any value)
Initializes the value associated with a DynAny object with the value contained in an any.
|
void |
DynAnyPOATie.from_any(Any value)
Initializes the value associated with a DynAny object with the value contained in an any.
|
void |
_DynValueStub.from_any(Any value)
Initializes the value associated with a DynAny object with the value contained in an any.
|
void |
_DynUnionStub.from_any(Any value)
Initializes the value associated with a DynAny object with the value contained in an any.
|
void |
_DynStructStub.from_any(Any value)
Initializes the value associated with a DynAny object with the value contained in an any.
|
void |
_DynSequenceStub.from_any(Any value)
Initializes the value associated with a DynAny object with the value contained in an any.
|
void |
_DynFixedStub.from_any(Any value)
Initializes the value associated with a DynAny object with the value contained in an any.
|
void |
_DynEnumStub.from_any(Any value)
Initializes the value associated with a DynAny object with the value contained in an any.
|
void |
_DynArrayStub.from_any(Any value)
Initializes the value associated with a DynAny object with the value contained in an any.
|
void |
_DynAnyStub.from_any(Any value)
Initializes the value associated with a DynAny object with the value contained in an any.
|
void |
DynAnyOperations.from_any(Any value)
Initializes the value associated with a DynAny object with the value contained in an any.
|
Any |
_DynValueCommonStub.get_any()
Extracts an Any value contained in the Any represented by this DynAny.
|
Any |
_DynValueBoxStub.get_any()
Extracts an Any value contained in the Any represented by this DynAny.
|
Any |
DynValuePOATie.get_any()
Extracts an Any value contained in the Any represented by this DynAny.
|
Any |
DynValueCommonPOATie.get_any()
Extracts an Any value contained in the Any represented by this DynAny.
|
Any |
DynValueBoxPOATie.get_any()
Extracts an Any value contained in the Any represented by this DynAny.
|
Any |
DynUnionPOATie.get_any()
Extracts an Any value contained in the Any represented by this DynAny.
|
Any |
DynStructPOATie.get_any()
Extracts an Any value contained in the Any represented by this DynAny.
|
Any |
DynSequencePOATie.get_any()
Extracts an Any value contained in the Any represented by this DynAny.
|
Any |
DynFixedPOATie.get_any()
Extracts an Any value contained in the Any represented by this DynAny.
|
Any |
DynEnumPOATie.get_any()
Extracts an Any value contained in the Any represented by this DynAny.
|
Any |
DynArrayPOATie.get_any()
Extracts an Any value contained in the Any represented by this DynAny.
|
Any |
DynAnyPOATie.get_any()
Extracts an Any value contained in the Any represented by this DynAny.
|
Any |
_DynValueStub.get_any()
Extracts an Any value contained in the Any represented by this DynAny.
|
Any |
_DynUnionStub.get_any()
Extracts an Any value contained in the Any represented by this DynAny.
|
Any |
_DynStructStub.get_any()
Extracts an Any value contained in the Any represented by this DynAny.
|
Any |
_DynSequenceStub.get_any()
Extracts an Any value contained in the Any represented by this DynAny.
|
Any |
_DynFixedStub.get_any()
Extracts an Any value contained in the Any represented by this DynAny.
|
Any |
_DynEnumStub.get_any()
Extracts an Any value contained in the Any represented by this DynAny.
|
Any |
_DynArrayStub.get_any()
Extracts an Any value contained in the Any represented by this DynAny.
|
Any |
_DynAnyStub.get_any()
Extracts an Any value contained in the Any represented by this DynAny.
|
Any |
DynAnyOperations.get_any()
Extracts an Any value contained in the Any represented by this DynAny.
|
boolean |
_DynValueCommonStub.get_boolean()
Extracts the boolean value from this DynAny.
|
boolean |
_DynValueBoxStub.get_boolean()
Extracts the boolean value from this DynAny.
|
boolean |
DynValuePOATie.get_boolean()
Extracts the boolean value from this DynAny.
|
boolean |
DynValueCommonPOATie.get_boolean()
Extracts the boolean value from this DynAny.
|
boolean |
DynValueBoxPOATie.get_boolean()
Extracts the boolean value from this DynAny.
|
boolean |
DynUnionPOATie.get_boolean()
Extracts the boolean value from this DynAny.
|
boolean |
DynStructPOATie.get_boolean()
Extracts the boolean value from this DynAny.
|
boolean |
DynSequencePOATie.get_boolean()
Extracts the boolean value from this DynAny.
|
boolean |
DynFixedPOATie.get_boolean()
Extracts the boolean value from this DynAny.
|
boolean |
DynEnumPOATie.get_boolean()
Extracts the boolean value from this DynAny.
|
boolean |
DynArrayPOATie.get_boolean()
Extracts the boolean value from this DynAny.
|
boolean |
DynAnyPOATie.get_boolean()
Extracts the boolean value from this DynAny.
|
boolean |
_DynValueStub.get_boolean()
Extracts the boolean value from this DynAny.
|
boolean |
_DynUnionStub.get_boolean()
Extracts the boolean value from this DynAny.
|
boolean |
_DynStructStub.get_boolean()
Extracts the boolean value from this DynAny.
|
boolean |
_DynSequenceStub.get_boolean()
Extracts the boolean value from this DynAny.
|
boolean |
_DynFixedStub.get_boolean()
Extracts the boolean value from this DynAny.
|
boolean |
_DynEnumStub.get_boolean()
Extracts the boolean value from this DynAny.
|
boolean |
_DynArrayStub.get_boolean()
Extracts the boolean value from this DynAny.
|
boolean |
_DynAnyStub.get_boolean()
Extracts the boolean value from this DynAny.
|
boolean |
DynAnyOperations.get_boolean()
Extracts the boolean value from this DynAny.
|
DynAny |
_DynValueBoxStub.get_boxed_value_as_dyn_any()
Returns the boxed value as a DynAny.
|
DynAny |
DynValueBoxPOATie.get_boxed_value_as_dyn_any()
Returns the boxed value as a DynAny.
|
DynAny |
DynValueBoxOperations.get_boxed_value_as_dyn_any()
Returns the boxed value as a DynAny.
|
Any |
_DynValueBoxStub.get_boxed_value()
Returns the boxed value as an Any.
|
Any |
DynValueBoxPOATie.get_boxed_value()
Returns the boxed value as an Any.
|
Any |
DynValueBoxOperations.get_boxed_value()
Returns the boxed value as an Any.
|
char |
_DynValueCommonStub.get_char()
Extracts the char value from this DynAny.
|
char |
_DynValueBoxStub.get_char()
Extracts the char value from this DynAny.
|
char |
DynValuePOATie.get_char()
Extracts the char value from this DynAny.
|
char |
DynValueCommonPOATie.get_char()
Extracts the char value from this DynAny.
|
char |
DynValueBoxPOATie.get_char()
Extracts the char value from this DynAny.
|
char |
DynUnionPOATie.get_char()
Extracts the char value from this DynAny.
|
char |
DynStructPOATie.get_char()
Extracts the char value from this DynAny.
|
char |
DynSequencePOATie.get_char()
Extracts the char value from this DynAny.
|
char |
DynFixedPOATie.get_char()
Extracts the char value from this DynAny.
|
char |
DynEnumPOATie.get_char()
Extracts the char value from this DynAny.
|
char |
DynArrayPOATie.get_char()
Extracts the char value from this DynAny.
|
char |
DynAnyPOATie.get_char()
Extracts the char value from this DynAny.
|
char |
_DynValueStub.get_char()
Extracts the char value from this DynAny.
|
char |
_DynUnionStub.get_char()
Extracts the char value from this DynAny.
|
char |
_DynStructStub.get_char()
Extracts the char value from this DynAny.
|
char |
_DynSequenceStub.get_char()
Extracts the char value from this DynAny.
|
char |
_DynFixedStub.get_char()
Extracts the char value from this DynAny.
|
char |
_DynEnumStub.get_char()
Extracts the char value from this DynAny.
|
char |
_DynArrayStub.get_char()
Extracts the char value from this DynAny.
|
char |
_DynAnyStub.get_char()
Extracts the char value from this DynAny.
|
char |
DynAnyOperations.get_char()
Extracts the char value from this DynAny.
|
double |
_DynValueCommonStub.get_double()
Extracts the double value from this DynAny.
|
double |
_DynValueBoxStub.get_double()
Extracts the double value from this DynAny.
|
double |
DynValuePOATie.get_double()
Extracts the double value from this DynAny.
|
double |
DynValueCommonPOATie.get_double()
Extracts the double value from this DynAny.
|
double |
DynValueBoxPOATie.get_double()
Extracts the double value from this DynAny.
|
double |
DynUnionPOATie.get_double()
Extracts the double value from this DynAny.
|
double |
DynStructPOATie.get_double()
Extracts the double value from this DynAny.
|
double |
DynSequencePOATie.get_double()
Extracts the double value from this DynAny.
|
double |
DynFixedPOATie.get_double()
Extracts the double value from this DynAny.
|
double |
DynEnumPOATie.get_double()
Extracts the double value from this DynAny.
|
double |
DynArrayPOATie.get_double()
Extracts the double value from this DynAny.
|
double |
DynAnyPOATie.get_double()
Extracts the double value from this DynAny.
|
double |
_DynValueStub.get_double()
Extracts the double value from this DynAny.
|
double |
_DynUnionStub.get_double()
Extracts the double value from this DynAny.
|
double |
_DynStructStub.get_double()
Extracts the double value from this DynAny.
|
double |
_DynSequenceStub.get_double()
Extracts the double value from this DynAny.
|
double |
_DynFixedStub.get_double()
Extracts the double value from this DynAny.
|
double |
_DynEnumStub.get_double()
Extracts the double value from this DynAny.
|
double |
_DynArrayStub.get_double()
Extracts the double value from this DynAny.
|
double |
_DynAnyStub.get_double()
Extracts the double value from this DynAny.
|
double |
DynAnyOperations.get_double()
Extracts the double value from this DynAny.
|
DynAny |
_DynValueCommonStub.get_dyn_any()
Extracts the Any value contained in the Any represented by this DynAny and returns it wrapped
into a new DynAny.
|
DynAny |
_DynValueBoxStub.get_dyn_any()
Extracts the Any value contained in the Any represented by this DynAny and returns it wrapped
into a new DynAny.
|
DynAny |
DynValuePOATie.get_dyn_any()
Extracts the Any value contained in the Any represented by this DynAny and returns it wrapped
into a new DynAny.
|
DynAny |
DynValueCommonPOATie.get_dyn_any()
Extracts the Any value contained in the Any represented by this DynAny and returns it wrapped
into a new DynAny.
|
DynAny |
DynValueBoxPOATie.get_dyn_any()
Extracts the Any value contained in the Any represented by this DynAny and returns it wrapped
into a new DynAny.
|
DynAny |
DynUnionPOATie.get_dyn_any()
Extracts the Any value contained in the Any represented by this DynAny and returns it wrapped
into a new DynAny.
|
DynAny |
DynStructPOATie.get_dyn_any()
Extracts the Any value contained in the Any represented by this DynAny and returns it wrapped
into a new DynAny.
|
DynAny |
DynSequencePOATie.get_dyn_any()
Extracts the Any value contained in the Any represented by this DynAny and returns it wrapped
into a new DynAny.
|
DynAny |
DynFixedPOATie.get_dyn_any()
Extracts the Any value contained in the Any represented by this DynAny and returns it wrapped
into a new DynAny.
|
DynAny |
DynEnumPOATie.get_dyn_any()
Extracts the Any value contained in the Any represented by this DynAny and returns it wrapped
into a new DynAny.
|
DynAny |
DynArrayPOATie.get_dyn_any()
Extracts the Any value contained in the Any represented by this DynAny and returns it wrapped
into a new DynAny.
|
DynAny |
DynAnyPOATie.get_dyn_any()
Extracts the Any value contained in the Any represented by this DynAny and returns it wrapped
into a new DynAny.
|
DynAny |
_DynValueStub.get_dyn_any()
Extracts the Any value contained in the Any represented by this DynAny and returns it wrapped
into a new DynAny.
|
DynAny |
_DynUnionStub.get_dyn_any()
Extracts the Any value contained in the Any represented by this DynAny and returns it wrapped
into a new DynAny.
|
DynAny |
_DynStructStub.get_dyn_any()
Extracts the Any value contained in the Any represented by this DynAny and returns it wrapped
into a new DynAny.
|
DynAny |
_DynSequenceStub.get_dyn_any()
Extracts the Any value contained in the Any represented by this DynAny and returns it wrapped
into a new DynAny.
|
DynAny |
_DynFixedStub.get_dyn_any()
Extracts the Any value contained in the Any represented by this DynAny and returns it wrapped
into a new DynAny.
|
DynAny |
_DynEnumStub.get_dyn_any()
Extracts the Any value contained in the Any represented by this DynAny and returns it wrapped
into a new DynAny.
|
DynAny |
_DynArrayStub.get_dyn_any()
Extracts the Any value contained in the Any represented by this DynAny and returns it wrapped
into a new DynAny.
|
DynAny |
_DynAnyStub.get_dyn_any()
Extracts the Any value contained in the Any represented by this DynAny and returns it wrapped
into a new DynAny.
|
DynAny |
DynAnyOperations.get_dyn_any()
Extracts the Any value contained in the Any represented by this DynAny and returns it wrapped
into a new DynAny.
|
float |
_DynValueCommonStub.get_float()
Extracts the float value from this DynAny.
|
float |
_DynValueBoxStub.get_float()
Extracts the float value from this DynAny.
|
float |
DynValuePOATie.get_float()
Extracts the float value from this DynAny.
|
float |
DynValueCommonPOATie.get_float()
Extracts the float value from this DynAny.
|
float |
DynValueBoxPOATie.get_float()
Extracts the float value from this DynAny.
|
float |
DynUnionPOATie.get_float()
Extracts the float value from this DynAny.
|
float |
DynStructPOATie.get_float()
Extracts the float value from this DynAny.
|
float |
DynSequencePOATie.get_float()
Extracts the float value from this DynAny.
|
float |
DynFixedPOATie.get_float()
Extracts the float value from this DynAny.
|
float |
DynEnumPOATie.get_float()
Extracts the float value from this DynAny.
|
float |
DynArrayPOATie.get_float()
Extracts the float value from this DynAny.
|
float |
DynAnyPOATie.get_float()
Extracts the float value from this DynAny.
|
float |
_DynValueStub.get_float()
Extracts the float value from this DynAny.
|
float |
_DynUnionStub.get_float()
Extracts the float value from this DynAny.
|
float |
_DynStructStub.get_float()
Extracts the float value from this DynAny.
|
float |
_DynSequenceStub.get_float()
Extracts the float value from this DynAny.
|
float |
_DynFixedStub.get_float()
Extracts the float value from this DynAny.
|
float |
_DynEnumStub.get_float()
Extracts the float value from this DynAny.
|
float |
_DynArrayStub.get_float()
Extracts the float value from this DynAny.
|
float |
_DynAnyStub.get_float()
Extracts the float value from this DynAny.
|
float |
DynAnyOperations.get_float()
Extracts the float value from this DynAny.
|
int |
_DynValueCommonStub.get_long()
Extracts the integer value from this DynAny.
|
int |
_DynValueBoxStub.get_long()
Extracts the integer value from this DynAny.
|
int |
DynValuePOATie.get_long()
Extracts the integer value from this DynAny.
|
int |
DynValueCommonPOATie.get_long()
Extracts the integer value from this DynAny.
|
int |
DynValueBoxPOATie.get_long()
Extracts the integer value from this DynAny.
|
int |
DynUnionPOATie.get_long()
Extracts the integer value from this DynAny.
|
int |
DynStructPOATie.get_long()
Extracts the integer value from this DynAny.
|
int |
DynSequencePOATie.get_long()
Extracts the integer value from this DynAny.
|
int |
DynFixedPOATie.get_long()
Extracts the integer value from this DynAny.
|
int |
DynEnumPOATie.get_long()
Extracts the integer value from this DynAny.
|
int |
DynArrayPOATie.get_long()
Extracts the integer value from this DynAny.
|
int |
DynAnyPOATie.get_long()
Extracts the integer value from this DynAny.
|
int |
_DynValueStub.get_long()
Extracts the integer value from this DynAny.
|
int |
_DynUnionStub.get_long()
Extracts the integer value from this DynAny.
|
int |
_DynStructStub.get_long()
Extracts the integer value from this DynAny.
|
int |
_DynSequenceStub.get_long()
Extracts the integer value from this DynAny.
|
int |
_DynFixedStub.get_long()
Extracts the integer value from this DynAny.
|
int |
_DynEnumStub.get_long()
Extracts the integer value from this DynAny.
|
int |
_DynArrayStub.get_long()
Extracts the integer value from this DynAny.
|
int |
_DynAnyStub.get_long()
Extracts the integer value from this DynAny.
|
int |
DynAnyOperations.get_long()
Extracts the integer value from this DynAny.
|
long |
_DynValueCommonStub.get_longlong()
Extracts the long value from this DynAny.
|
long |
_DynValueBoxStub.get_longlong()
Extracts the long value from this DynAny.
|
long |
DynValuePOATie.get_longlong()
Extracts the long value from this DynAny.
|
long |
DynValueCommonPOATie.get_longlong()
Extracts the long value from this DynAny.
|
long |
DynValueBoxPOATie.get_longlong()
Extracts the long value from this DynAny.
|
long |
DynUnionPOATie.get_longlong()
Extracts the long value from this DynAny.
|
long |
DynStructPOATie.get_longlong()
Extracts the long value from this DynAny.
|
long |
DynSequencePOATie.get_longlong()
Extracts the long value from this DynAny.
|
long |
DynFixedPOATie.get_longlong()
Extracts the long value from this DynAny.
|
long |
DynEnumPOATie.get_longlong()
Extracts the long value from this DynAny.
|
long |
DynArrayPOATie.get_longlong()
Extracts the long value from this DynAny.
|
long |
DynAnyPOATie.get_longlong()
Extracts the long value from this DynAny.
|
long |
_DynValueStub.get_longlong()
Extracts the long value from this DynAny.
|
long |
_DynUnionStub.get_longlong()
Extracts the long value from this DynAny.
|
long |
_DynStructStub.get_longlong()
Extracts the long value from this DynAny.
|
long |
_DynSequenceStub.get_longlong()
Extracts the long value from this DynAny.
|
long |
_DynFixedStub.get_longlong()
Extracts the long value from this DynAny.
|
long |
_DynEnumStub.get_longlong()
Extracts the long value from this DynAny.
|
long |
_DynArrayStub.get_longlong()
Extracts the long value from this DynAny.
|
long |
_DynAnyStub.get_longlong()
Extracts the long value from this DynAny.
|
long |
DynAnyOperations.get_longlong()
Extracts the long value from this DynAny.
|
NameDynAnyPair[] |
DynValuePOATie.get_members_as_dyn_any()
Returns a sequence of NameDynAnyPairs describing the name and the value of each member
in the value type.
|
NameDynAnyPair[] |
_DynValueStub.get_members_as_dyn_any()
Returns a sequence of NameDynAnyPairs describing the name and the value of each member
in the value type.
|
NameDynAnyPair[] |
DynValueOperations.get_members_as_dyn_any()
Returns a sequence of NameDynAnyPairs describing the name and the value of each member
in the value type.
|
NameValuePair[] |
DynValuePOATie.get_members()
Returns a sequence of NameValuePairs describing the name and the value of each member
in the value type.
|
NameValuePair[] |
_DynValueStub.get_members()
Returns a sequence of NameValuePairs describing the name and the value of each member
in the value type.
|
NameValuePair[] |
DynValueOperations.get_members()
Returns a sequence of NameValuePairs describing the name and the value of each member
in the value type.
|
byte |
_DynValueCommonStub.get_octet()
Extracts the byte value from this DynAny.
|
byte |
_DynValueBoxStub.get_octet()
Extracts the byte value from this DynAny.
|
byte |
DynValuePOATie.get_octet()
Extracts the byte value from this DynAny.
|
byte |
DynValueCommonPOATie.get_octet()
Extracts the byte value from this DynAny.
|
byte |
DynValueBoxPOATie.get_octet()
Extracts the byte value from this DynAny.
|
byte |
DynUnionPOATie.get_octet()
Extracts the byte value from this DynAny.
|
byte |
DynStructPOATie.get_octet()
Extracts the byte value from this DynAny.
|
byte |
DynSequencePOATie.get_octet()
Extracts the byte value from this DynAny.
|
byte |
DynFixedPOATie.get_octet()
Extracts the byte value from this DynAny.
|
byte |
DynEnumPOATie.get_octet()
Extracts the byte value from this DynAny.
|
byte |
DynArrayPOATie.get_octet()
Extracts the byte value from this DynAny.
|
byte |
DynAnyPOATie.get_octet()
Extracts the byte value from this DynAny.
|
byte |
_DynValueStub.get_octet()
Extracts the byte value from this DynAny.
|
byte |
_DynUnionStub.get_octet()
Extracts the byte value from this DynAny.
|
byte |
_DynStructStub.get_octet()
Extracts the byte value from this DynAny.
|
byte |
_DynSequenceStub.get_octet()
Extracts the byte value from this DynAny.
|
byte |
_DynFixedStub.get_octet()
Extracts the byte value from this DynAny.
|
byte |
_DynEnumStub.get_octet()
Extracts the byte value from this DynAny.
|
byte |
_DynArrayStub.get_octet()
Extracts the byte value from this DynAny.
|
byte |
_DynAnyStub.get_octet()
Extracts the byte value from this DynAny.
|
byte |
DynAnyOperations.get_octet()
Extracts the byte value from this DynAny.
|
Object |
_DynValueCommonStub.get_reference()
Extracts the reference to a CORBA Object from this DynAny.
|
Object |
_DynValueBoxStub.get_reference()
Extracts the reference to a CORBA Object from this DynAny.
|
Object |
DynValuePOATie.get_reference()
Extracts the reference to a CORBA Object from this DynAny.
|
Object |
DynValueCommonPOATie.get_reference()
Extracts the reference to a CORBA Object from this DynAny.
|
Object |
DynValueBoxPOATie.get_reference()
Extracts the reference to a CORBA Object from this DynAny.
|
Object |
DynUnionPOATie.get_reference()
Extracts the reference to a CORBA Object from this DynAny.
|
Object |
DynStructPOATie.get_reference()
Extracts the reference to a CORBA Object from this DynAny.
|
Object |
DynSequencePOATie.get_reference()
Extracts the reference to a CORBA Object from this DynAny.
|
Object |
DynFixedPOATie.get_reference()
Extracts the reference to a CORBA Object from this DynAny.
|
Object |
DynEnumPOATie.get_reference()
Extracts the reference to a CORBA Object from this DynAny.
|
Object |
DynArrayPOATie.get_reference()
Extracts the reference to a CORBA Object from this DynAny.
|
Object |
DynAnyPOATie.get_reference()
Extracts the reference to a CORBA Object from this DynAny.
|
Object |
_DynValueStub.get_reference()
Extracts the reference to a CORBA Object from this DynAny.
|
Object |
_DynUnionStub.get_reference()
Extracts the reference to a CORBA Object from this DynAny.
|
Object |
_DynStructStub.get_reference()
Extracts the reference to a CORBA Object from this DynAny.
|
Object |
_DynSequenceStub.get_reference()
Extracts the reference to a CORBA Object from this DynAny.
|
Object |
_DynFixedStub.get_reference()
Extracts the reference to a CORBA Object from this DynAny.
|
Object |
_DynEnumStub.get_reference()
Extracts the reference to a CORBA Object from this DynAny.
|
Object |
_DynArrayStub.get_reference()
Extracts the reference to a CORBA Object from this DynAny.
|
Object |
_DynAnyStub.get_reference()
Extracts the reference to a CORBA Object from this DynAny.
|
Object |
DynAnyOperations.get_reference()
Extracts the reference to a CORBA Object from this DynAny.
|
short |
_DynValueCommonStub.get_short()
Extracts the short value from this DynAny.
|
short |
_DynValueBoxStub.get_short()
Extracts the short value from this DynAny.
|
short |
DynValuePOATie.get_short()
Extracts the short value from this DynAny.
|
short |
DynValueCommonPOATie.get_short()
Extracts the short value from this DynAny.
|
short |
DynValueBoxPOATie.get_short()
Extracts the short value from this DynAny.
|
short |
DynUnionPOATie.get_short()
Extracts the short value from this DynAny.
|
short |
DynStructPOATie.get_short()
Extracts the short value from this DynAny.
|
short |
DynSequencePOATie.get_short()
Extracts the short value from this DynAny.
|
short |
DynFixedPOATie.get_short()
Extracts the short value from this DynAny.
|
short |
DynEnumPOATie.get_short()
Extracts the short value from this DynAny.
|
short |
DynArrayPOATie.get_short()
Extracts the short value from this DynAny.
|
short |
DynAnyPOATie.get_short()
Extracts the short value from this DynAny.
|
short |
_DynValueStub.get_short()
Extracts the short value from this DynAny.
|
short |
_DynUnionStub.get_short()
Extracts the short value from this DynAny.
|
short |
_DynStructStub.get_short()
Extracts the short value from this DynAny.
|
short |
_DynSequenceStub.get_short()
Extracts the short value from this DynAny.
|
short |
_DynFixedStub.get_short()
Extracts the short value from this DynAny.
|
short |
_DynEnumStub.get_short()
Extracts the short value from this DynAny.
|
short |
_DynArrayStub.get_short()
Extracts the short value from this DynAny.
|
short |
_DynAnyStub.get_short()
Extracts the short value from this DynAny.
|
short |
DynAnyOperations.get_short()
Extracts the short value from this DynAny.
|
String |
_DynValueCommonStub.get_string()
Extracts the string value from this DynAny.
|
String |
_DynValueBoxStub.get_string()
Extracts the string value from this DynAny.
|
String |
DynValuePOATie.get_string()
Extracts the string value from this DynAny.
|
String |
DynValueCommonPOATie.get_string()
Extracts the string value from this DynAny.
|
String |
DynValueBoxPOATie.get_string()
Extracts the string value from this DynAny.
|
String |
DynUnionPOATie.get_string()
Extracts the string value from this DynAny.
|
String |
DynStructPOATie.get_string()
Extracts the string value from this DynAny.
|
String |
DynSequencePOATie.get_string()
Extracts the string value from this DynAny.
|
String |
DynFixedPOATie.get_string()
Extracts the string value from this DynAny.
|
String |
DynEnumPOATie.get_string()
Extracts the string value from this DynAny.
|
String |
DynArrayPOATie.get_string()
Extracts the string value from this DynAny.
|
String |
DynAnyPOATie.get_string()
Extracts the string value from this DynAny.
|
String |
_DynValueStub.get_string()
Extracts the string value from this DynAny.
|
String |
_DynUnionStub.get_string()
Extracts the string value from this DynAny.
|
String |
_DynStructStub.get_string()
Extracts the string value from this DynAny.
|
String |
_DynSequenceStub.get_string()
Extracts the string value from this DynAny.
|
String |
_DynFixedStub.get_string()
Extracts the string value from this DynAny.
|
String |
_DynEnumStub.get_string()
Extracts the string value from this DynAny.
|
String |
_DynArrayStub.get_string()
Extracts the string value from this DynAny.
|
String |
_DynAnyStub.get_string()
Extracts the string value from this DynAny.
|
String |
DynAnyOperations.get_string()
Extracts the string value from this DynAny.
|
TypeCode |
_DynValueCommonStub.get_typecode()
Extracts the TypeCode object from this DynAny.
|
TypeCode |
_DynValueBoxStub.get_typecode()
Extracts the TypeCode object from this DynAny.
|
TypeCode |
DynValuePOATie.get_typecode()
Extracts the TypeCode object from this DynAny.
|
TypeCode |
DynValueCommonPOATie.get_typecode()
Extracts the TypeCode object from this DynAny.
|
TypeCode |
DynValueBoxPOATie.get_typecode()
Extracts the TypeCode object from this DynAny.
|
TypeCode |
DynUnionPOATie.get_typecode()
Extracts the TypeCode object from this DynAny.
|
TypeCode |
DynStructPOATie.get_typecode()
Extracts the TypeCode object from this DynAny.
|
TypeCode |
DynSequencePOATie.get_typecode()
Extracts the TypeCode object from this DynAny.
|
TypeCode |
DynFixedPOATie.get_typecode()
Extracts the TypeCode object from this DynAny.
|
TypeCode |
DynEnumPOATie.get_typecode()
Extracts the TypeCode object from this DynAny.
|
TypeCode |
DynArrayPOATie.get_typecode()
Extracts the TypeCode object from this DynAny.
|
TypeCode |
DynAnyPOATie.get_typecode()
Extracts the TypeCode object from this DynAny.
|
TypeCode |
_DynValueStub.get_typecode()
Extracts the TypeCode object from this DynAny.
|
TypeCode |
_DynUnionStub.get_typecode()
Extracts the TypeCode object from this DynAny.
|
TypeCode |
_DynStructStub.get_typecode()
Extracts the TypeCode object from this DynAny.
|
TypeCode |
_DynSequenceStub.get_typecode()
Extracts the TypeCode object from this DynAny.
|
TypeCode |
_DynFixedStub.get_typecode()
Extracts the TypeCode object from this DynAny.
|
TypeCode |
_DynEnumStub.get_typecode()
Extracts the TypeCode object from this DynAny.
|
TypeCode |
_DynArrayStub.get_typecode()
Extracts the TypeCode object from this DynAny.
|
TypeCode |
_DynAnyStub.get_typecode()
Extracts the TypeCode object from this DynAny.
|
TypeCode |
DynAnyOperations.get_typecode()
Extracts the TypeCode object from this DynAny.
|
int |
_DynValueCommonStub.get_ulong()
Extracts the integer value from this DynAny.
|
int |
_DynValueBoxStub.get_ulong()
Extracts the integer value from this DynAny.
|
int |
DynValuePOATie.get_ulong()
Extracts the integer value from this DynAny.
|
int |
DynValueCommonPOATie.get_ulong()
Extracts the integer value from this DynAny.
|
int |
DynValueBoxPOATie.get_ulong()
Extracts the integer value from this DynAny.
|
int |
DynUnionPOATie.get_ulong()
Extracts the integer value from this DynAny.
|
int |
DynStructPOATie.get_ulong()
Extracts the integer value from this DynAny.
|
int |
DynSequencePOATie.get_ulong()
Extracts the integer value from this DynAny.
|
int |
DynFixedPOATie.get_ulong()
Extracts the integer value from this DynAny.
|
int |
DynEnumPOATie.get_ulong()
Extracts the integer value from this DynAny.
|
int |
DynArrayPOATie.get_ulong()
Extracts the integer value from this DynAny.
|
int |
DynAnyPOATie.get_ulong()
Extracts the integer value from this DynAny.
|
int |
_DynValueStub.get_ulong()
Extracts the integer value from this DynAny.
|
int |
_DynUnionStub.get_ulong()
Extracts the integer value from this DynAny.
|
int |
_DynStructStub.get_ulong()
Extracts the integer value from this DynAny.
|
int |
_DynSequenceStub.get_ulong()
Extracts the integer value from this DynAny.
|
int |
_DynFixedStub.get_ulong()
Extracts the integer value from this DynAny.
|
int |
_DynEnumStub.get_ulong()
Extracts the integer value from this DynAny.
|
int |
_DynArrayStub.get_ulong()
Extracts the integer value from this DynAny.
|
int |
_DynAnyStub.get_ulong()
Extracts the integer value from this DynAny.
|
int |
DynAnyOperations.get_ulong()
Extracts the integer value from this DynAny.
|
long |
_DynValueCommonStub.get_ulonglong()
Extracts the long value from this DynAny.
|
long |
_DynValueBoxStub.get_ulonglong()
Extracts the long value from this DynAny.
|
long |
DynValuePOATie.get_ulonglong()
Extracts the long value from this DynAny.
|
long |
DynValueCommonPOATie.get_ulonglong()
Extracts the long value from this DynAny.
|
long |
DynValueBoxPOATie.get_ulonglong()
Extracts the long value from this DynAny.
|
long |
DynUnionPOATie.get_ulonglong()
Extracts the long value from this DynAny.
|
long |
DynStructPOATie.get_ulonglong()
Extracts the long value from this DynAny.
|
long |
DynSequencePOATie.get_ulonglong()
Extracts the long value from this DynAny.
|
long |
DynFixedPOATie.get_ulonglong()
Extracts the long value from this DynAny.
|
long |
DynEnumPOATie.get_ulonglong()
Extracts the long value from this DynAny.
|
long |
DynArrayPOATie.get_ulonglong()
Extracts the long value from this DynAny.
|
long |
DynAnyPOATie.get_ulonglong()
Extracts the long value from this DynAny.
|
long |
_DynValueStub.get_ulonglong()
Extracts the long value from this DynAny.
|
long |
_DynUnionStub.get_ulonglong()
Extracts the long value from this DynAny.
|
long |
_DynStructStub.get_ulonglong()
Extracts the long value from this DynAny.
|
long |
_DynSequenceStub.get_ulonglong()
Extracts the long value from this DynAny.
|
long |
_DynFixedStub.get_ulonglong()
Extracts the long value from this DynAny.
|
long |
_DynEnumStub.get_ulonglong()
Extracts the long value from this DynAny.
|
long |
_DynArrayStub.get_ulonglong()
Extracts the long value from this DynAny.
|
long |
_DynAnyStub.get_ulonglong()
Extracts the long value from this DynAny.
|
long |
DynAnyOperations.get_ulonglong()
Extracts the long value from this DynAny.
|
short |
_DynValueCommonStub.get_ushort()
Extracts the short value from this DynAny.
|
short |
_DynValueBoxStub.get_ushort()
Extracts the short value from this DynAny.
|
short |
DynValuePOATie.get_ushort()
Extracts the short value from this DynAny.
|
short |
DynValueCommonPOATie.get_ushort()
Extracts the short value from this DynAny.
|
short |
DynValueBoxPOATie.get_ushort()
Extracts the short value from this DynAny.
|
short |
DynUnionPOATie.get_ushort()
Extracts the short value from this DynAny.
|
short |
DynStructPOATie.get_ushort()
Extracts the short value from this DynAny.
|
short |
DynSequencePOATie.get_ushort()
Extracts the short value from this DynAny.
|
short |
DynFixedPOATie.get_ushort()
Extracts the short value from this DynAny.
|
short |
DynEnumPOATie.get_ushort()
Extracts the short value from this DynAny.
|
short |
DynArrayPOATie.get_ushort()
Extracts the short value from this DynAny.
|
short |
DynAnyPOATie.get_ushort()
Extracts the short value from this DynAny.
|
short |
_DynValueStub.get_ushort()
Extracts the short value from this DynAny.
|
short |
_DynUnionStub.get_ushort()
Extracts the short value from this DynAny.
|
short |
_DynStructStub.get_ushort()
Extracts the short value from this DynAny.
|
short |
_DynSequenceStub.get_ushort()
Extracts the short value from this DynAny.
|
short |
_DynFixedStub.get_ushort()
Extracts the short value from this DynAny.
|
short |
_DynEnumStub.get_ushort()
Extracts the short value from this DynAny.
|
short |
_DynArrayStub.get_ushort()
Extracts the short value from this DynAny.
|
short |
_DynAnyStub.get_ushort()
Extracts the short value from this DynAny.
|
short |
DynAnyOperations.get_ushort()
Extracts the short value from this DynAny.
|
Serializable |
_DynValueCommonStub.get_val()
Extracts a Serializable object from this DynAny.
|
Serializable |
_DynValueBoxStub.get_val()
Extracts a Serializable object from this DynAny.
|
Serializable |
DynValuePOATie.get_val()
Extracts a Serializable object from this DynAny.
|
Serializable |
DynValueCommonPOATie.get_val()
Extracts a Serializable object from this DynAny.
|
Serializable |
DynValueBoxPOATie.get_val()
Extracts a Serializable object from this DynAny.
|
Serializable |
DynUnionPOATie.get_val()
Extracts a Serializable object from this DynAny.
|
Serializable |
DynStructPOATie.get_val()
Extracts a Serializable object from this DynAny.
|
Serializable |
DynSequencePOATie.get_val()
Extracts a Serializable object from this DynAny.
|
Serializable |
DynFixedPOATie.get_val()
Extracts a Serializable object from this DynAny.
|
Serializable |
DynEnumPOATie.get_val()
Extracts a Serializable object from this DynAny.
|
Serializable |
DynArrayPOATie.get_val()
Extracts a Serializable object from this DynAny.
|
Serializable |
DynAnyPOATie.get_val()
Extracts a Serializable object from this DynAny.
|
Serializable |
_DynValueStub.get_val()
Extracts a Serializable object from this DynAny.
|
Serializable |
_DynUnionStub.get_val()
Extracts a Serializable object from this DynAny.
|
Serializable |
_DynStructStub.get_val()
Extracts a Serializable object from this DynAny.
|
Serializable |
_DynSequenceStub.get_val()
Extracts a Serializable object from this DynAny.
|
Serializable |
_DynFixedStub.get_val()
Extracts a Serializable object from this DynAny.
|
Serializable |
_DynEnumStub.get_val()
Extracts a Serializable object from this DynAny.
|
Serializable |
_DynArrayStub.get_val()
Extracts a Serializable object from this DynAny.
|
Serializable |
_DynAnyStub.get_val()
Extracts a Serializable object from this DynAny.
|
Serializable |
DynAnyOperations.get_val()
Extracts a Serializable object from this DynAny.
|
char |
_DynValueCommonStub.get_wchar()
Extracts the long value from this DynAny.
|
char |
_DynValueBoxStub.get_wchar()
Extracts the long value from this DynAny.
|
char |
DynValuePOATie.get_wchar()
Extracts the long value from this DynAny.
|
char |
DynValueCommonPOATie.get_wchar()
Extracts the long value from this DynAny.
|
char |
DynValueBoxPOATie.get_wchar()
Extracts the long value from this DynAny.
|
char |
DynUnionPOATie.get_wchar()
Extracts the long value from this DynAny.
|
char |
DynStructPOATie.get_wchar()
Extracts the long value from this DynAny.
|
char |
DynSequencePOATie.get_wchar()
Extracts the long value from this DynAny.
|
char |
DynFixedPOATie.get_wchar()
Extracts the long value from this DynAny.
|
char |
DynEnumPOATie.get_wchar()
Extracts the long value from this DynAny.
|
char |
DynArrayPOATie.get_wchar()
Extracts the long value from this DynAny.
|
char |
DynAnyPOATie.get_wchar()
Extracts the long value from this DynAny.
|
char |
_DynValueStub.get_wchar()
Extracts the long value from this DynAny.
|
char |
_DynUnionStub.get_wchar()
Extracts the long value from this DynAny.
|
char |
_DynStructStub.get_wchar()
Extracts the long value from this DynAny.
|
char |
_DynSequenceStub.get_wchar()
Extracts the long value from this DynAny.
|
char |
_DynFixedStub.get_wchar()
Extracts the long value from this DynAny.
|
char |
_DynEnumStub.get_wchar()
Extracts the long value from this DynAny.
|
char |
_DynArrayStub.get_wchar()
Extracts the long value from this DynAny.
|
char |
_DynAnyStub.get_wchar()
Extracts the long value from this DynAny.
|
char |
DynAnyOperations.get_wchar()
Extracts the long value from this DynAny.
|
String |
_DynValueCommonStub.get_wstring()
Extracts the string value from this DynAny.
|
String |
_DynValueBoxStub.get_wstring()
Extracts the string value from this DynAny.
|
String |
DynValuePOATie.get_wstring()
Extracts the string value from this DynAny.
|
String |
DynValueCommonPOATie.get_wstring()
Extracts the string value from this DynAny.
|
String |
DynValueBoxPOATie.get_wstring()
Extracts the string value from this DynAny.
|
String |
DynUnionPOATie.get_wstring()
Extracts the string value from this DynAny.
|
String |
DynStructPOATie.get_wstring()
Extracts the string value from this DynAny.
|
String |
DynSequencePOATie.get_wstring()
Extracts the string value from this DynAny.
|
String |
DynFixedPOATie.get_wstring()
Extracts the string value from this DynAny.
|
String |
DynEnumPOATie.get_wstring()
Extracts the string value from this DynAny.
|
String |
DynArrayPOATie.get_wstring()
Extracts the string value from this DynAny.
|
String |
DynAnyPOATie.get_wstring()
Extracts the string value from this DynAny.
|
String |
_DynValueStub.get_wstring()
Extracts the string value from this DynAny.
|
String |
_DynUnionStub.get_wstring()
Extracts the string value from this DynAny.
|
String |
_DynStructStub.get_wstring()
Extracts the string value from this DynAny.
|
String |
_DynSequenceStub.get_wstring()
Extracts the string value from this DynAny.
|
String |
_DynFixedStub.get_wstring()
Extracts the string value from this DynAny.
|
String |
_DynEnumStub.get_wstring()
Extracts the string value from this DynAny.
|
String |
_DynArrayStub.get_wstring()
Extracts the string value from this DynAny.
|
String |
_DynAnyStub.get_wstring()
Extracts the string value from this DynAny.
|
String |
DynAnyOperations.get_wstring()
Extracts the string value from this DynAny.
|
void |
_DynValueCommonStub.insert_any(Any value)
Inserts an Any value into the Any represented by this DynAny.
|
void |
_DynValueBoxStub.insert_any(Any value)
Inserts an Any value into the Any represented by this DynAny.
|
void |
DynValuePOATie.insert_any(Any value)
Inserts an Any value into the Any represented by this DynAny.
|
void |
DynValueCommonPOATie.insert_any(Any value)
Inserts an Any value into the Any represented by this DynAny.
|
void |
DynValueBoxPOATie.insert_any(Any value)
Inserts an Any value into the Any represented by this DynAny.
|
void |
DynUnionPOATie.insert_any(Any value)
Inserts an Any value into the Any represented by this DynAny.
|
void |
DynStructPOATie.insert_any(Any value)
Inserts an Any value into the Any represented by this DynAny.
|
void |
DynSequencePOATie.insert_any(Any value)
Inserts an Any value into the Any represented by this DynAny.
|
void |
DynFixedPOATie.insert_any(Any value)
Inserts an Any value into the Any represented by this DynAny.
|
void |
DynEnumPOATie.insert_any(Any value)
Inserts an Any value into the Any represented by this DynAny.
|
void |
DynArrayPOATie.insert_any(Any value)
Inserts an Any value into the Any represented by this DynAny.
|
void |
DynAnyPOATie.insert_any(Any value)
Inserts an Any value into the Any represented by this DynAny.
|
void |
_DynValueStub.insert_any(Any value)
Inserts an Any value into the Any represented by this DynAny.
|
void |
_DynUnionStub.insert_any(Any value)
Inserts an Any value into the Any represented by this DynAny.
|
void |
_DynStructStub.insert_any(Any value)
Inserts an Any value into the Any represented by this DynAny.
|
void |
_DynSequenceStub.insert_any(Any value)
Inserts an Any value into the Any represented by this DynAny.
|
void |
_DynFixedStub.insert_any(Any value)
Inserts an Any value into the Any represented by this DynAny.
|
void |
_DynEnumStub.insert_any(Any value)
Inserts an Any value into the Any represented by this DynAny.
|
void |
_DynArrayStub.insert_any(Any value)
Inserts an Any value into the Any represented by this DynAny.
|
void |
_DynAnyStub.insert_any(Any value)
Inserts an Any value into the Any represented by this DynAny.
|
void |
DynAnyOperations.insert_any(Any value)
Inserts an Any value into the Any represented by this DynAny.
|
void |
_DynValueCommonStub.insert_boolean(boolean value)
Inserts a boolean value into the DynAny.
|
void |
_DynValueBoxStub.insert_boolean(boolean value)
Inserts a boolean value into the DynAny.
|
void |
DynValuePOATie.insert_boolean(boolean value)
Inserts a boolean value into the DynAny.
|
void |
DynValueCommonPOATie.insert_boolean(boolean value)
Inserts a boolean value into the DynAny.
|
void |
DynValueBoxPOATie.insert_boolean(boolean value)
Inserts a boolean value into the DynAny.
|
void |
DynUnionPOATie.insert_boolean(boolean value)
Inserts a boolean value into the DynAny.
|
void |
DynStructPOATie.insert_boolean(boolean value)
Inserts a boolean value into the DynAny.
|
void |
DynSequencePOATie.insert_boolean(boolean value)
Inserts a boolean value into the DynAny.
|
void |
DynFixedPOATie.insert_boolean(boolean value)
Inserts a boolean value into the DynAny.
|
void |
DynEnumPOATie.insert_boolean(boolean value)
Inserts a boolean value into the DynAny.
|
void |
DynArrayPOATie.insert_boolean(boolean value)
Inserts a boolean value into the DynAny.
|
void |
DynAnyPOATie.insert_boolean(boolean value)
Inserts a boolean value into the DynAny.
|
void |
_DynValueStub.insert_boolean(boolean value)
Inserts a boolean value into the DynAny.
|
void |
_DynUnionStub.insert_boolean(boolean value)
Inserts a boolean value into the DynAny.
|
void |
_DynStructStub.insert_boolean(boolean value)
Inserts a boolean value into the DynAny.
|
void |
_DynSequenceStub.insert_boolean(boolean value)
Inserts a boolean value into the DynAny.
|
void |
_DynFixedStub.insert_boolean(boolean value)
Inserts a boolean value into the DynAny.
|
void |
_DynEnumStub.insert_boolean(boolean value)
Inserts a boolean value into the DynAny.
|
void |
_DynArrayStub.insert_boolean(boolean value)
Inserts a boolean value into the DynAny.
|
void |
_DynAnyStub.insert_boolean(boolean value)
Inserts a boolean value into the DynAny.
|
void |
DynAnyOperations.insert_boolean(boolean value)
Inserts a boolean value into the DynAny.
|
void |
_DynValueCommonStub.insert_char(char value)
Inserts a char value into the DynAny.
|
void |
_DynValueBoxStub.insert_char(char value)
Inserts a char value into the DynAny.
|
void |
DynValuePOATie.insert_char(char value)
Inserts a char value into the DynAny.
|
void |
DynValueCommonPOATie.insert_char(char value)
Inserts a char value into the DynAny.
|
void |
DynValueBoxPOATie.insert_char(char value)
Inserts a char value into the DynAny.
|
void |
DynUnionPOATie.insert_char(char value)
Inserts a char value into the DynAny.
|
void |
DynStructPOATie.insert_char(char value)
Inserts a char value into the DynAny.
|
void |
DynSequencePOATie.insert_char(char value)
Inserts a char value into the DynAny.
|
void |
DynFixedPOATie.insert_char(char value)
Inserts a char value into the DynAny.
|
void |
DynEnumPOATie.insert_char(char value)
Inserts a char value into the DynAny.
|
void |
DynArrayPOATie.insert_char(char value)
Inserts a char value into the DynAny.
|
void |
DynAnyPOATie.insert_char(char value)
Inserts a char value into the DynAny.
|
void |
_DynValueStub.insert_char(char value)
Inserts a char value into the DynAny.
|
void |
_DynUnionStub.insert_char(char value)
Inserts a char value into the DynAny.
|
void |
_DynStructStub.insert_char(char value)
Inserts a char value into the DynAny.
|
void |
_DynSequenceStub.insert_char(char value)
Inserts a char value into the DynAny.
|
void |
_DynFixedStub.insert_char(char value)
Inserts a char value into the DynAny.
|
void |
_DynEnumStub.insert_char(char value)
Inserts a char value into the DynAny.
|
void |
_DynArrayStub.insert_char(char value)
Inserts a char value into the DynAny.
|
void |
_DynAnyStub.insert_char(char value)
Inserts a char value into the DynAny.
|
void |
DynAnyOperations.insert_char(char value)
Inserts a char value into the DynAny.
|
void |
_DynValueCommonStub.insert_double(double value)
Inserts a double value into the DynAny.
|
void |
_DynValueBoxStub.insert_double(double value)
Inserts a double value into the DynAny.
|
void |
DynValuePOATie.insert_double(double value)
Inserts a double value into the DynAny.
|
void |
DynValueCommonPOATie.insert_double(double value)
Inserts a double value into the DynAny.
|
void |
DynValueBoxPOATie.insert_double(double value)
Inserts a double value into the DynAny.
|
void |
DynUnionPOATie.insert_double(double value)
Inserts a double value into the DynAny.
|
void |
DynStructPOATie.insert_double(double value)
Inserts a double value into the DynAny.
|
void |
DynSequencePOATie.insert_double(double value)
Inserts a double value into the DynAny.
|
void |
DynFixedPOATie.insert_double(double value)
Inserts a double value into the DynAny.
|
void |
DynEnumPOATie.insert_double(double value)
Inserts a double value into the DynAny.
|
void |
DynArrayPOATie.insert_double(double value)
Inserts a double value into the DynAny.
|
void |
DynAnyPOATie.insert_double(double value)
Inserts a double value into the DynAny.
|
void |
_DynValueStub.insert_double(double value)
Inserts a double value into the DynAny.
|
void |
_DynUnionStub.insert_double(double value)
Inserts a double value into the DynAny.
|
void |
_DynStructStub.insert_double(double value)
Inserts a double value into the DynAny.
|
void |
_DynSequenceStub.insert_double(double value)
Inserts a double value into the DynAny.
|
void |
_DynFixedStub.insert_double(double value)
Inserts a double value into the DynAny.
|
void |
_DynEnumStub.insert_double(double value)
Inserts a double value into the DynAny.
|
void |
_DynArrayStub.insert_double(double value)
Inserts a double value into the DynAny.
|
void |
_DynAnyStub.insert_double(double value)
Inserts a double value into the DynAny.
|
void |
DynAnyOperations.insert_double(double value)
Inserts a double value into the DynAny.
|
void |
_DynValueCommonStub.insert_dyn_any(DynAny value)
Inserts the Any value contained in the parameter DynAny into the Any represented by this DynAny.
|
void |
_DynValueBoxStub.insert_dyn_any(DynAny value)
Inserts the Any value contained in the parameter DynAny into the Any represented by this DynAny.
|
void |
DynValuePOATie.insert_dyn_any(DynAny value)
Inserts the Any value contained in the parameter DynAny into the Any represented by this DynAny.
|
void |
DynValueCommonPOATie.insert_dyn_any(DynAny value)
Inserts the Any value contained in the parameter DynAny into the Any represented by this DynAny.
|
void |
DynValueBoxPOATie.insert_dyn_any(DynAny value)
Inserts the Any value contained in the parameter DynAny into the Any represented by this DynAny.
|
void |
DynUnionPOATie.insert_dyn_any(DynAny value)
Inserts the Any value contained in the parameter DynAny into the Any represented by this DynAny.
|
void |
DynStructPOATie.insert_dyn_any(DynAny value)
Inserts the Any value contained in the parameter DynAny into the Any represented by this DynAny.
|
void |
DynSequencePOATie.insert_dyn_any(DynAny value)
Inserts the Any value contained in the parameter DynAny into the Any represented by this DynAny.
|
void |
DynFixedPOATie.insert_dyn_any(DynAny value)
Inserts the Any value contained in the parameter DynAny into the Any represented by this DynAny.
|
void |
DynEnumPOATie.insert_dyn_any(DynAny value)
Inserts the Any value contained in the parameter DynAny into the Any represented by this DynAny.
|
void |
DynArrayPOATie.insert_dyn_any(DynAny value)
Inserts the Any value contained in the parameter DynAny into the Any represented by this DynAny.
|
void |
DynAnyPOATie.insert_dyn_any(DynAny value)
Inserts the Any value contained in the parameter DynAny into the Any represented by this DynAny.
|
void |
_DynValueStub.insert_dyn_any(DynAny value)
Inserts the Any value contained in the parameter DynAny into the Any represented by this DynAny.
|
void |
_DynUnionStub.insert_dyn_any(DynAny value)
Inserts the Any value contained in the parameter DynAny into the Any represented by this DynAny.
|
void |
_DynStructStub.insert_dyn_any(DynAny value)
Inserts the Any value contained in the parameter DynAny into the Any represented by this DynAny.
|
void |
_DynSequenceStub.insert_dyn_any(DynAny value)
Inserts the Any value contained in the parameter DynAny into the Any represented by this DynAny.
|
void |
_DynFixedStub.insert_dyn_any(DynAny value)
Inserts the Any value contained in the parameter DynAny into the Any represented by this DynAny.
|
void |
_DynEnumStub.insert_dyn_any(DynAny value)
Inserts the Any value contained in the parameter DynAny into the Any represented by this DynAny.
|
void |
_DynArrayStub.insert_dyn_any(DynAny value)
Inserts the Any value contained in the parameter DynAny into the Any represented by this DynAny.
|
void |
_DynAnyStub.insert_dyn_any(DynAny value)
Inserts the Any value contained in the parameter DynAny into the Any represented by this DynAny.
|
void |
DynAnyOperations.insert_dyn_any(DynAny value)
Inserts the Any value contained in the parameter DynAny into the Any represented by this DynAny.
|
void |
_DynValueCommonStub.insert_float(float value)
Inserts a float value into the DynAny.
|
void |
_DynValueBoxStub.insert_float(float value)
Inserts a float value into the DynAny.
|
void |
DynValuePOATie.insert_float(float value)
Inserts a float value into the DynAny.
|
void |
DynValueCommonPOATie.insert_float(float value)
Inserts a float value into the DynAny.
|
void |
DynValueBoxPOATie.insert_float(float value)
Inserts a float value into the DynAny.
|
void |
DynUnionPOATie.insert_float(float value)
Inserts a float value into the DynAny.
|
void |
DynStructPOATie.insert_float(float value)
Inserts a float value into the DynAny.
|
void |
DynSequencePOATie.insert_float(float value)
Inserts a float value into the DynAny.
|
void |
DynFixedPOATie.insert_float(float value)
Inserts a float value into the DynAny.
|
void |
DynEnumPOATie.insert_float(float value)
Inserts a float value into the DynAny.
|
void |
DynArrayPOATie.insert_float(float value)
Inserts a float value into the DynAny.
|
void |
DynAnyPOATie.insert_float(float value)
Inserts a float value into the DynAny.
|
void |
_DynValueStub.insert_float(float value)
Inserts a float value into the DynAny.
|
void |
_DynUnionStub.insert_float(float value)
Inserts a float value into the DynAny.
|
void |
_DynStructStub.insert_float(float value)
Inserts a float value into the DynAny.
|
void |
_DynSequenceStub.insert_float(float value)
Inserts a float value into the DynAny.
|
void |
_DynFixedStub.insert_float(float value)
Inserts a float value into the DynAny.
|
void |
_DynEnumStub.insert_float(float value)
Inserts a float value into the DynAny.
|
void |
_DynArrayStub.insert_float(float value)
Inserts a float value into the DynAny.
|
void |
_DynAnyStub.insert_float(float value)
Inserts a float value into the DynAny.
|
void |
DynAnyOperations.insert_float(float value)
Inserts a float value into the DynAny.
|
void |
_DynValueCommonStub.insert_long(int value)
Inserts an integer value into the DynAny.
|
void |
_DynValueBoxStub.insert_long(int value)
Inserts an integer value into the DynAny.
|
void |
DynValuePOATie.insert_long(int value)
Inserts an integer value into the DynAny.
|
void |
DynValueCommonPOATie.insert_long(int value)
Inserts an integer value into the DynAny.
|
void |
DynValueBoxPOATie.insert_long(int value)
Inserts an integer value into the DynAny.
|
void |
DynUnionPOATie.insert_long(int value)
Inserts an integer value into the DynAny.
|
void |
DynStructPOATie.insert_long(int value)
Inserts an integer value into the DynAny.
|
void |
DynSequencePOATie.insert_long(int value)
Inserts an integer value into the DynAny.
|
void |
DynFixedPOATie.insert_long(int value)
Inserts an integer value into the DynAny.
|
void |
DynEnumPOATie.insert_long(int value)
Inserts an integer value into the DynAny.
|
void |
DynArrayPOATie.insert_long(int value)
Inserts an integer value into the DynAny.
|
void |
DynAnyPOATie.insert_long(int value)
Inserts an integer value into the DynAny.
|
void |
_DynValueStub.insert_long(int value)
Inserts an integer value into the DynAny.
|
void |
_DynUnionStub.insert_long(int value)
Inserts an integer value into the DynAny.
|
void |
_DynStructStub.insert_long(int value)
Inserts an integer value into the DynAny.
|
void |
_DynSequenceStub.insert_long(int value)
Inserts an integer value into the DynAny.
|
void |
_DynFixedStub.insert_long(int value)
Inserts an integer value into the DynAny.
|
void |
_DynEnumStub.insert_long(int value)
Inserts an integer value into the DynAny.
|
void |
_DynArrayStub.insert_long(int value)
Inserts an integer value into the DynAny.
|
void |
_DynAnyStub.insert_long(int value)
Inserts an integer value into the DynAny.
|
void |
DynAnyOperations.insert_long(int value)
Inserts an integer value into the DynAny.
|
void |
_DynValueCommonStub.insert_longlong(long value)
Inserts a long value into the DynAny.
|
void |
_DynValueBoxStub.insert_longlong(long value)
Inserts a long value into the DynAny.
|
void |
DynValuePOATie.insert_longlong(long value)
Inserts a long value into the DynAny.
|
void |
DynValueCommonPOATie.insert_longlong(long value)
Inserts a long value into the DynAny.
|
void |
DynValueBoxPOATie.insert_longlong(long value)
Inserts a long value into the DynAny.
|
void |
DynUnionPOATie.insert_longlong(long value)
Inserts a long value into the DynAny.
|
void |
DynStructPOATie.insert_longlong(long value)
Inserts a long value into the DynAny.
|
void |
DynSequencePOATie.insert_longlong(long value)
Inserts a long value into the DynAny.
|
void |
DynFixedPOATie.insert_longlong(long value)
Inserts a long value into the DynAny.
|
void |
DynEnumPOATie.insert_longlong(long value)
Inserts a long value into the DynAny.
|
void |
DynArrayPOATie.insert_longlong(long value)
Inserts a long value into the DynAny.
|
void |
DynAnyPOATie.insert_longlong(long value)
Inserts a long value into the DynAny.
|
void |
_DynValueStub.insert_longlong(long value)
Inserts a long value into the DynAny.
|
void |
_DynUnionStub.insert_longlong(long value)
Inserts a long value into the DynAny.
|
void |
_DynStructStub.insert_longlong(long value)
Inserts a long value into the DynAny.
|
void |
_DynSequenceStub.insert_longlong(long value)
Inserts a long value into the DynAny.
|
void |
_DynFixedStub.insert_longlong(long value)
Inserts a long value into the DynAny.
|
void |
_DynEnumStub.insert_longlong(long value)
Inserts a long value into the DynAny.
|
void |
_DynArrayStub.insert_longlong(long value)
Inserts a long value into the DynAny.
|
void |
_DynAnyStub.insert_longlong(long value)
Inserts a long value into the DynAny.
|
void |
DynAnyOperations.insert_longlong(long value)
Inserts a long value into the DynAny.
|
void |
_DynValueCommonStub.insert_octet(byte value)
Inserts a byte value into the DynAny.
|
void |
_DynValueBoxStub.insert_octet(byte value)
Inserts a byte value into the DynAny.
|
void |
DynValuePOATie.insert_octet(byte value)
Inserts a byte value into the DynAny.
|
void |
DynValueCommonPOATie.insert_octet(byte value)
Inserts a byte value into the DynAny.
|
void |
DynValueBoxPOATie.insert_octet(byte value)
Inserts a byte value into the DynAny.
|
void |
DynUnionPOATie.insert_octet(byte value)
Inserts a byte value into the DynAny.
|
void |
DynStructPOATie.insert_octet(byte value)
Inserts a byte value into the DynAny.
|
void |
DynSequencePOATie.insert_octet(byte value)
Inserts a byte value into the DynAny.
|
void |
DynFixedPOATie.insert_octet(byte value)
Inserts a byte value into the DynAny.
|
void |
DynEnumPOATie.insert_octet(byte value)
Inserts a byte value into the DynAny.
|
void |
DynArrayPOATie.insert_octet(byte value)
Inserts a byte value into the DynAny.
|
void |
DynAnyPOATie.insert_octet(byte value)
Inserts a byte value into the DynAny.
|
void |
_DynValueStub.insert_octet(byte value)
Inserts a byte value into the DynAny.
|
void |
_DynUnionStub.insert_octet(byte value)
Inserts a byte value into the DynAny.
|
void |
_DynStructStub.insert_octet(byte value)
Inserts a byte value into the DynAny.
|
void |
_DynSequenceStub.insert_octet(byte value)
Inserts a byte value into the DynAny.
|
void |
_DynFixedStub.insert_octet(byte value)
Inserts a byte value into the DynAny.
|
void |
_DynEnumStub.insert_octet(byte value)
Inserts a byte value into the DynAny.
|
void |
_DynArrayStub.insert_octet(byte value)
Inserts a byte value into the DynAny.
|
void |
_DynAnyStub.insert_octet(byte value)
Inserts a byte value into the DynAny.
|
void |
DynAnyOperations.insert_octet(byte value)
Inserts a byte value into the DynAny.
|
void |
_DynValueCommonStub.insert_reference(Object value)
Inserts a reference to a CORBA object into the DynAny.
|
void |
_DynValueBoxStub.insert_reference(Object value)
Inserts a reference to a CORBA object into the DynAny.
|
void |
DynValuePOATie.insert_reference(Object value)
Inserts a reference to a CORBA object into the DynAny.
|
void |
DynValueCommonPOATie.insert_reference(Object value)
Inserts a reference to a CORBA object into the DynAny.
|
void |
DynValueBoxPOATie.insert_reference(Object value)
Inserts a reference to a CORBA object into the DynAny.
|
void |
DynUnionPOATie.insert_reference(Object value)
Inserts a reference to a CORBA object into the DynAny.
|
void |
DynStructPOATie.insert_reference(Object value)
Inserts a reference to a CORBA object into the DynAny.
|
void |
DynSequencePOATie.insert_reference(Object value)
Inserts a reference to a CORBA object into the DynAny.
|
void |
DynFixedPOATie.insert_reference(Object value)
Inserts a reference to a CORBA object into the DynAny.
|
void |
DynEnumPOATie.insert_reference(Object value)
Inserts a reference to a CORBA object into the DynAny.
|
void |
DynArrayPOATie.insert_reference(Object value)
Inserts a reference to a CORBA object into the DynAny.
|
void |
DynAnyPOATie.insert_reference(Object value)
Inserts a reference to a CORBA object into the DynAny.
|
void |
_DynValueStub.insert_reference(Object value)
Inserts a reference to a CORBA object into the DynAny.
|
void |
_DynUnionStub.insert_reference(Object value)
Inserts a reference to a CORBA object into the DynAny.
|
void |
_DynStructStub.insert_reference(Object value)
Inserts a reference to a CORBA object into the DynAny.
|
void |
_DynSequenceStub.insert_reference(Object value)
Inserts a reference to a CORBA object into the DynAny.
|
void |
_DynFixedStub.insert_reference(Object value)
Inserts a reference to a CORBA object into the DynAny.
|
void |
_DynEnumStub.insert_reference(Object value)
Inserts a reference to a CORBA object into the DynAny.
|
void |
_DynArrayStub.insert_reference(Object value)
Inserts a reference to a CORBA object into the DynAny.
|
void |
_DynAnyStub.insert_reference(Object value)
Inserts a reference to a CORBA object into the DynAny.
|
void |
DynAnyOperations.insert_reference(Object value)
Inserts a reference to a CORBA object into the DynAny.
|
void |
_DynValueCommonStub.insert_short(short value)
Inserts a short value into the DynAny.
|
void |
_DynValueBoxStub.insert_short(short value)
Inserts a short value into the DynAny.
|
void |
DynValuePOATie.insert_short(short value)
Inserts a short value into the DynAny.
|
void |
DynValueCommonPOATie.insert_short(short value)
Inserts a short value into the DynAny.
|
void |
DynValueBoxPOATie.insert_short(short value)
Inserts a short value into the DynAny.
|
void |
DynUnionPOATie.insert_short(short value)
Inserts a short value into the DynAny.
|
void |
DynStructPOATie.insert_short(short value)
Inserts a short value into the DynAny.
|
void |
DynSequencePOATie.insert_short(short value)
Inserts a short value into the DynAny.
|
void |
DynFixedPOATie.insert_short(short value)
Inserts a short value into the DynAny.
|
void |
DynEnumPOATie.insert_short(short value)
Inserts a short value into the DynAny.
|
void |
DynArrayPOATie.insert_short(short value)
Inserts a short value into the DynAny.
|
void |
DynAnyPOATie.insert_short(short value)
Inserts a short value into the DynAny.
|
void |
_DynValueStub.insert_short(short value)
Inserts a short value into the DynAny.
|
void |
_DynUnionStub.insert_short(short value)
Inserts a short value into the DynAny.
|
void |
_DynStructStub.insert_short(short value)
Inserts a short value into the DynAny.
|
void |
_DynSequenceStub.insert_short(short value)
Inserts a short value into the DynAny.
|
void |
_DynFixedStub.insert_short(short value)
Inserts a short value into the DynAny.
|
void |
_DynEnumStub.insert_short(short value)
Inserts a short value into the DynAny.
|
void |
_DynArrayStub.insert_short(short value)
Inserts a short value into the DynAny.
|
void |
_DynAnyStub.insert_short(short value)
Inserts a short value into the DynAny.
|
void |
DynAnyOperations.insert_short(short value)
Inserts a short value into the DynAny.
|
void |
_DynValueCommonStub.insert_string(String value)
Inserts a string value into the DynAny.
|
void |
_DynValueBoxStub.insert_string(String value)
Inserts a string value into the DynAny.
|
void |
DynValuePOATie.insert_string(String value)
Inserts a string value into the DynAny.
|
void |
DynValueCommonPOATie.insert_string(String value)
Inserts a string value into the DynAny.
|
void |
DynValueBoxPOATie.insert_string(String value)
Inserts a string value into the DynAny.
|
void |
DynUnionPOATie.insert_string(String value)
Inserts a string value into the DynAny.
|
void |
DynStructPOATie.insert_string(String value)
Inserts a string value into the DynAny.
|
void |
DynSequencePOATie.insert_string(String value)
Inserts a string value into the DynAny.
|
void |
DynFixedPOATie.insert_string(String value)
Inserts a string value into the DynAny.
|
void |
DynEnumPOATie.insert_string(String value)
Inserts a string value into the DynAny.
|
void |
DynArrayPOATie.insert_string(String value)
Inserts a string value into the DynAny.
|
void |
DynAnyPOATie.insert_string(String value)
Inserts a string value into the DynAny.
|
void |
_DynValueStub.insert_string(String value)
Inserts a string value into the DynAny.
|
void |
_DynUnionStub.insert_string(String value)
Inserts a string value into the DynAny.
|
void |
_DynStructStub.insert_string(String value)
Inserts a string value into the DynAny.
|
void |
_DynSequenceStub.insert_string(String value)
Inserts a string value into the DynAny.
|
void |
_DynFixedStub.insert_string(String value)
Inserts a string value into the DynAny.
|
void |
_DynEnumStub.insert_string(String value)
Inserts a string value into the DynAny.
|
void |
_DynArrayStub.insert_string(String value)
Inserts a string value into the DynAny.
|
void |
_DynAnyStub.insert_string(String value)
Inserts a string value into the DynAny.
|
void |
DynAnyOperations.insert_string(String value)
Inserts a string value into the DynAny.
|
void |
_DynValueCommonStub.insert_typecode(TypeCode value)
Inserts a TypeCode object into the DynAny.
|
void |
_DynValueBoxStub.insert_typecode(TypeCode value)
Inserts a TypeCode object into the DynAny.
|
void |
DynValuePOATie.insert_typecode(TypeCode value)
Inserts a TypeCode object into the DynAny.
|
void |
DynValueCommonPOATie.insert_typecode(TypeCode value)
Inserts a TypeCode object into the DynAny.
|
void |
DynValueBoxPOATie.insert_typecode(TypeCode value)
Inserts a TypeCode object into the DynAny.
|
void |
DynUnionPOATie.insert_typecode(TypeCode value)
Inserts a TypeCode object into the DynAny.
|
void |
DynStructPOATie.insert_typecode(TypeCode value)
Inserts a TypeCode object into the DynAny.
|
void |
DynSequencePOATie.insert_typecode(TypeCode value)
Inserts a TypeCode object into the DynAny.
|
void |
DynFixedPOATie.insert_typecode(TypeCode value)
Inserts a TypeCode object into the DynAny.
|
void |
DynEnumPOATie.insert_typecode(TypeCode value)
Inserts a TypeCode object into the DynAny.
|
void |
DynArrayPOATie.insert_typecode(TypeCode value)
Inserts a TypeCode object into the DynAny.
|
void |
DynAnyPOATie.insert_typecode(TypeCode value)
Inserts a TypeCode object into the DynAny.
|
void |
_DynValueStub.insert_typecode(TypeCode value)
Inserts a TypeCode object into the DynAny.
|
void |
_DynUnionStub.insert_typecode(TypeCode value)
Inserts a TypeCode object into the DynAny.
|
void |
_DynStructStub.insert_typecode(TypeCode value)
Inserts a TypeCode object into the DynAny.
|
void |
_DynSequenceStub.insert_typecode(TypeCode value)
Inserts a TypeCode object into the DynAny.
|
void |
_DynFixedStub.insert_typecode(TypeCode value)
Inserts a TypeCode object into the DynAny.
|
void |
_DynEnumStub.insert_typecode(TypeCode value)
Inserts a TypeCode object into the DynAny.
|
void |
_DynArrayStub.insert_typecode(TypeCode value)
Inserts a TypeCode object into the DynAny.
|
void |
_DynAnyStub.insert_typecode(TypeCode value)
Inserts a TypeCode object into the DynAny.
|
void |
DynAnyOperations.insert_typecode(TypeCode value)
Inserts a TypeCode object into the DynAny.
|
void |
_DynValueCommonStub.insert_ulong(int value)
Inserts an integer value into the DynAny.
|
void |
_DynValueBoxStub.insert_ulong(int value)
Inserts an integer value into the DynAny.
|
void |
DynValuePOATie.insert_ulong(int value)
Inserts an integer value into the DynAny.
|
void |
DynValueCommonPOATie.insert_ulong(int value)
Inserts an integer value into the DynAny.
|
void |
DynValueBoxPOATie.insert_ulong(int value)
Inserts an integer value into the DynAny.
|
void |
DynUnionPOATie.insert_ulong(int value)
Inserts an integer value into the DynAny.
|
void |
DynStructPOATie.insert_ulong(int value)
Inserts an integer value into the DynAny.
|
void |
DynSequencePOATie.insert_ulong(int value)
Inserts an integer value into the DynAny.
|
void |
DynFixedPOATie.insert_ulong(int value)
Inserts an integer value into the DynAny.
|
void |
DynEnumPOATie.insert_ulong(int value)
Inserts an integer value into the DynAny.
|
void |
DynArrayPOATie.insert_ulong(int value)
Inserts an integer value into the DynAny.
|
void |
DynAnyPOATie.insert_ulong(int value)
Inserts an integer value into the DynAny.
|
void |
_DynValueStub.insert_ulong(int value)
Inserts an integer value into the DynAny.
|
void |
_DynUnionStub.insert_ulong(int value)
Inserts an integer value into the DynAny.
|
void |
_DynStructStub.insert_ulong(int value)
Inserts an integer value into the DynAny.
|
void |
_DynSequenceStub.insert_ulong(int value)
Inserts an integer value into the DynAny.
|
void |
_DynFixedStub.insert_ulong(int value)
Inserts an integer value into the DynAny.
|
void |
_DynEnumStub.insert_ulong(int value)
Inserts an integer value into the DynAny.
|
void |
_DynArrayStub.insert_ulong(int value)
Inserts an integer value into the DynAny.
|
void |
_DynAnyStub.insert_ulong(int value)
Inserts an integer value into the DynAny.
|
void |
DynAnyOperations.insert_ulong(int value)
Inserts an integer value into the DynAny.
|
void |
_DynValueCommonStub.insert_ulonglong(long value)
Inserts a long value into the DynAny.
|
void |
_DynValueBoxStub.insert_ulonglong(long value)
Inserts a long value into the DynAny.
|
void |
DynValuePOATie.insert_ulonglong(long value)
Inserts a long value into the DynAny.
|
void |
DynValueCommonPOATie.insert_ulonglong(long value)
Inserts a long value into the DynAny.
|
void |
DynValueBoxPOATie.insert_ulonglong(long value)
Inserts a long value into the DynAny.
|
void |
DynUnionPOATie.insert_ulonglong(long value)
Inserts a long value into the DynAny.
|
void |
DynStructPOATie.insert_ulonglong(long value)
Inserts a long value into the DynAny.
|
void |
DynSequencePOATie.insert_ulonglong(long value)
Inserts a long value into the DynAny.
|
void |
DynFixedPOATie.insert_ulonglong(long value)
Inserts a long value into the DynAny.
|
void |
DynEnumPOATie.insert_ulonglong(long value)
Inserts a long value into the DynAny.
|
void |
DynArrayPOATie.insert_ulonglong(long value)
Inserts a long value into the DynAny.
|
void |
DynAnyPOATie.insert_ulonglong(long value)
Inserts a long value into the DynAny.
|
void |
_DynValueStub.insert_ulonglong(long value)
Inserts a long value into the DynAny.
|
void |
_DynUnionStub.insert_ulonglong(long value)
Inserts a long value into the DynAny.
|
void |
_DynStructStub.insert_ulonglong(long value)
Inserts a long value into the DynAny.
|
void |
_DynSequenceStub.insert_ulonglong(long value)
Inserts a long value into the DynAny.
|
void |
_DynFixedStub.insert_ulonglong(long value)
Inserts a long value into the DynAny.
|
void |
_DynEnumStub.insert_ulonglong(long value)
Inserts a long value into the DynAny.
|
void |
_DynArrayStub.insert_ulonglong(long value)
Inserts a long value into the DynAny.
|
void |
_DynAnyStub.insert_ulonglong(long value)
Inserts a long value into the DynAny.
|
void |
DynAnyOperations.insert_ulonglong(long value)
Inserts a long value into the DynAny.
|
void |
_DynValueCommonStub.insert_ushort(short value)
Inserts a short value into the DynAny.
|
void |
_DynValueBoxStub.insert_ushort(short value)
Inserts a short value into the DynAny.
|
void |
DynValuePOATie.insert_ushort(short value)
Inserts a short value into the DynAny.
|
void |
DynValueCommonPOATie.insert_ushort(short value)
Inserts a short value into the DynAny.
|
void |
DynValueBoxPOATie.insert_ushort(short value)
Inserts a short value into the DynAny.
|
void |
DynUnionPOATie.insert_ushort(short value)
Inserts a short value into the DynAny.
|
void |
DynStructPOATie.insert_ushort(short value)
Inserts a short value into the DynAny.
|
void |
DynSequencePOATie.insert_ushort(short value)
Inserts a short value into the DynAny.
|
void |
DynFixedPOATie.insert_ushort(short value)
Inserts a short value into the DynAny.
|
void |
DynEnumPOATie.insert_ushort(short value)
Inserts a short value into the DynAny.
|
void |
DynArrayPOATie.insert_ushort(short value)
Inserts a short value into the DynAny.
|
void |
DynAnyPOATie.insert_ushort(short value)
Inserts a short value into the DynAny.
|
void |
_DynValueStub.insert_ushort(short value)
Inserts a short value into the DynAny.
|
void |
_DynUnionStub.insert_ushort(short value)
Inserts a short value into the DynAny.
|
void |
_DynStructStub.insert_ushort(short value)
Inserts a short value into the DynAny.
|
void |
_DynSequenceStub.insert_ushort(short value)
Inserts a short value into the DynAny.
|
void |
_DynFixedStub.insert_ushort(short value)
Inserts a short value into the DynAny.
|
void |
_DynEnumStub.insert_ushort(short value)
Inserts a short value into the DynAny.
|
void |
_DynArrayStub.insert_ushort(short value)
Inserts a short value into the DynAny.
|
void |
_DynAnyStub.insert_ushort(short value)
Inserts a short value into the DynAny.
|
void |
DynAnyOperations.insert_ushort(short value)
Inserts a short value into the DynAny.
|
void |
_DynValueCommonStub.insert_val(Serializable value)
Inserts a reference to a Serializable object into this DynAny.
|
void |
_DynValueBoxStub.insert_val(Serializable value)
Inserts a reference to a Serializable object into this DynAny.
|
void |
DynValuePOATie.insert_val(Serializable value)
Inserts a reference to a Serializable object into this DynAny.
|
void |
DynValueCommonPOATie.insert_val(Serializable value)
Inserts a reference to a Serializable object into this DynAny.
|
void |
DynValueBoxPOATie.insert_val(Serializable value)
Inserts a reference to a Serializable object into this DynAny.
|
void |
DynUnionPOATie.insert_val(Serializable value)
Inserts a reference to a Serializable object into this DynAny.
|
void |
DynStructPOATie.insert_val(Serializable value)
Inserts a reference to a Serializable object into this DynAny.
|
void |
DynSequencePOATie.insert_val(Serializable value)
Inserts a reference to a Serializable object into this DynAny.
|
void |
DynFixedPOATie.insert_val(Serializable value)
Inserts a reference to a Serializable object into this DynAny.
|
void |
DynEnumPOATie.insert_val(Serializable value)
Inserts a reference to a Serializable object into this DynAny.
|
void |
DynArrayPOATie.insert_val(Serializable value)
Inserts a reference to a Serializable object into this DynAny.
|
void |
DynAnyPOATie.insert_val(Serializable value)
Inserts a reference to a Serializable object into this DynAny.
|
void |
_DynValueStub.insert_val(Serializable value)
Inserts a reference to a Serializable object into this DynAny.
|
void |
_DynUnionStub.insert_val(Serializable value)
Inserts a reference to a Serializable object into this DynAny.
|
void |
_DynStructStub.insert_val(Serializable value)
Inserts a reference to a Serializable object into this DynAny.
|
void |
_DynSequenceStub.insert_val(Serializable value)
Inserts a reference to a Serializable object into this DynAny.
|
void |
_DynFixedStub.insert_val(Serializable value)
Inserts a reference to a Serializable object into this DynAny.
|
void |
_DynEnumStub.insert_val(Serializable value)
Inserts a reference to a Serializable object into this DynAny.
|
void |
_DynArrayStub.insert_val(Serializable value)
Inserts a reference to a Serializable object into this DynAny.
|
void |
_DynAnyStub.insert_val(Serializable value)
Inserts a reference to a Serializable object into this DynAny.
|
void |
DynAnyOperations.insert_val(Serializable value)
Inserts a reference to a Serializable object into this DynAny.
|
void |
_DynValueCommonStub.insert_wchar(char value)
Inserts a char value into the DynAny.
|
void |
_DynValueBoxStub.insert_wchar(char value)
Inserts a char value into the DynAny.
|
void |
DynValuePOATie.insert_wchar(char value)
Inserts a char value into the DynAny.
|
void |
DynValueCommonPOATie.insert_wchar(char value)
Inserts a char value into the DynAny.
|
void |
DynValueBoxPOATie.insert_wchar(char value)
Inserts a char value into the DynAny.
|
void |
DynUnionPOATie.insert_wchar(char value)
Inserts a char value into the DynAny.
|
void |
DynStructPOATie.insert_wchar(char value)
Inserts a char value into the DynAny.
|
void |
DynSequencePOATie.insert_wchar(char value)
Inserts a char value into the DynAny.
|
void |
DynFixedPOATie.insert_wchar(char value)
Inserts a char value into the DynAny.
|
void |
DynEnumPOATie.insert_wchar(char value)
Inserts a char value into the DynAny.
|
void |
DynArrayPOATie.insert_wchar(char value)
Inserts a char value into the DynAny.
|
void |
DynAnyPOATie.insert_wchar(char value)
Inserts a char value into the DynAny.
|
void |
_DynValueStub.insert_wchar(char value)
Inserts a char value into the DynAny.
|
void |
_DynUnionStub.insert_wchar(char value)
Inserts a char value into the DynAny.
|
void |
_DynStructStub.insert_wchar(char value)
Inserts a char value into the DynAny.
|
void |
_DynSequenceStub.insert_wchar(char value)
Inserts a char value into the DynAny.
|
void |
_DynFixedStub.insert_wchar(char value)
Inserts a char value into the DynAny.
|
void |
_DynEnumStub.insert_wchar(char value)
Inserts a char value into the DynAny.
|
void |
_DynArrayStub.insert_wchar(char value)
Inserts a char value into the DynAny.
|
void |
_DynAnyStub.insert_wchar(char value)
Inserts a char value into the DynAny.
|
void |
DynAnyOperations.insert_wchar(char value)
Inserts a char value into the DynAny.
|
void |
_DynValueCommonStub.insert_wstring(String value)
Inserts a string value into the DynAny.
|
void |
_DynValueBoxStub.insert_wstring(String value)
Inserts a string value into the DynAny.
|
void |
DynValuePOATie.insert_wstring(String value)
Inserts a string value into the DynAny.
|
void |
DynValueCommonPOATie.insert_wstring(String value)
Inserts a string value into the DynAny.
|
void |
DynValueBoxPOATie.insert_wstring(String value)
Inserts a string value into the DynAny.
|
void |
DynUnionPOATie.insert_wstring(String value)
Inserts a string value into the DynAny.
|
void |
DynStructPOATie.insert_wstring(String value)
Inserts a string value into the DynAny.
|
void |
DynSequencePOATie.insert_wstring(String value)
Inserts a string value into the DynAny.
|
void |
DynFixedPOATie.insert_wstring(String value)
Inserts a string value into the DynAny.
|
void |
DynEnumPOATie.insert_wstring(String value)
Inserts a string value into the DynAny.
|
void |
DynArrayPOATie.insert_wstring(String value)
Inserts a string value into the DynAny.
|
void |
DynAnyPOATie.insert_wstring(String value)
Inserts a string value into the DynAny.
|
void |
_DynValueStub.insert_wstring(String value)
Inserts a string value into the DynAny.
|
void |
_DynUnionStub.insert_wstring(String value)
Inserts a string value into the DynAny.
|
void |
_DynStructStub.insert_wstring(String value)
Inserts a string value into the DynAny.
|
void |
_DynSequenceStub.insert_wstring(String value)
Inserts a string value into the DynAny.
|
void |
_DynFixedStub.insert_wstring(String value)
Inserts a string value into the DynAny.
|
void |
_DynEnumStub.insert_wstring(String value)
Inserts a string value into the DynAny.
|
void |
_DynArrayStub.insert_wstring(String value)
Inserts a string value into the DynAny.
|
void |
_DynAnyStub.insert_wstring(String value)
Inserts a string value into the DynAny.
|
void |
DynAnyOperations.insert_wstring(String value)
Inserts a string value into the DynAny.
|
TCKind |
DynUnionPOATie.member_kind()
Returns the TCKind value of the currently active members TypeCode.
|
TCKind |
_DynUnionStub.member_kind()
Returns the TCKind value of the currently active members TypeCode.
|
TCKind |
DynUnionOperations.member_kind()
Returns the TCKind value of the currently active members TypeCode.
|
String |
DynUnionPOATie.member_name()
Returns the name of the currently active member.
|
String |
_DynUnionStub.member_name()
Returns the name of the currently active member.
|
String |
DynUnionOperations.member_name()
Returns the name of the currently active member.
|
DynAny |
DynUnionPOATie.member()
Returns the currently active member.
|
DynAny |
_DynUnionStub.member()
Returns the currently active member.
|
DynAny |
DynUnionOperations.member()
Returns the currently active member.
|
void |
DynEnumPOATie.set_as_string(String value)
Sets the value of the DynEnum to the enumerated value whose IDL identifier is passed in the value parameter.
|
void |
_DynEnumStub.set_as_string(String value)
Sets the value of the DynEnum to the enumerated value whose IDL identifier is passed in the value parameter.
|
void |
DynEnumOperations.set_as_string(String value)
Sets the value of the DynEnum to the enumerated value whose IDL identifier is passed in the value parameter.
|
void |
DynEnumPOATie.set_as_ulong(int value)
Sets the value of the DynEnum as the enumerated value's ordinal value.
|
void |
_DynEnumStub.set_as_ulong(int value)
Sets the value of the DynEnum as the enumerated value's ordinal value.
|
void |
DynEnumOperations.set_as_ulong(int value)
Sets the value of the DynEnum as the enumerated value's ordinal value.
|
void |
DynSequencePOATie.set_elements_as_dyn_any(DynAny[] value)
Sets the elements of a sequence using DynAnys.
|
void |
DynArrayPOATie.set_elements_as_dyn_any(DynAny[] value)
Sets the DynArray to contain the passed elements.
|
void |
_DynSequenceStub.set_elements_as_dyn_any(DynAny[] value)
Sets the elements of a sequence using DynAnys.
|
void |
_DynArrayStub.set_elements_as_dyn_any(DynAny[] value)
Sets the DynArray to contain the passed elements.
|
void |
DynSequenceOperations.set_elements_as_dyn_any(DynAny[] value)
Sets the elements of a sequence using DynAnys.
|
void |
DynArrayOperations.set_elements_as_dyn_any(DynAny[] value)
Sets the DynArray to contain the passed elements.
|
void |
DynSequencePOATie.set_elements(Any[] value)
Sets the elements of a sequence.
|
void |
DynArrayPOATie.set_elements(Any[] value)
Sets the DynArray to contain the passed elements.
|
void |
_DynSequenceStub.set_elements(Any[] value)
Sets the elements of a sequence.
|
void |
_DynArrayStub.set_elements(Any[] value)
Sets the DynArray to contain the passed elements.
|
void |
DynSequenceOperations.set_elements(Any[] value)
Sets the elements of a sequence.
|
void |
DynArrayOperations.set_elements(Any[] value)
Sets the DynArray to contain the passed elements.
|
void |
DynSequencePOATie.set_length(int len)
Sets the length of the sequence.
|
void |
_DynSequenceStub.set_length(int len)
Sets the length of the sequence.
|
void |
DynSequenceOperations.set_length(int len)
Sets the length of the sequence.
|
void |
DynValuePOATie.set_members_as_dyn_any(NameDynAnyPair[] value)
Initializes the value type's members from a sequence of NameDynAnyPairs.
|
void |
DynStructPOATie.set_members_as_dyn_any(NameDynAnyPair[] value)
Initializes the struct data value associated with a DynStruct object from a sequence of NameDynAnyPairs.
|
void |
_DynValueStub.set_members_as_dyn_any(NameDynAnyPair[] value)
Initializes the value type's members from a sequence of NameDynAnyPairs.
|
void |
_DynStructStub.set_members_as_dyn_any(NameDynAnyPair[] value)
Initializes the struct data value associated with a DynStruct object from a sequence of NameDynAnyPairs.
|
void |
DynValueOperations.set_members_as_dyn_any(NameDynAnyPair[] value)
Initializes the value type's members from a sequence of NameDynAnyPairs.
|
void |
DynStructOperations.set_members_as_dyn_any(NameDynAnyPair[] value)
Initializes the struct data value associated with a DynStruct object from a sequence of NameDynAnyPairs.
|
void |
DynValuePOATie.set_members(NameValuePair[] value)
Initializes the value type's members from a sequence of NameValuePairs.
|
void |
DynStructPOATie.set_members(NameValuePair[] value)
Initializes the struct data value associated with a DynStruct object from a sequence of NameValuePairs.
|
void |
_DynValueStub.set_members(NameValuePair[] value)
Initializes the value type's members from a sequence of NameValuePairs.
|
void |
_DynStructStub.set_members(NameValuePair[] value)
Initializes the struct data value associated with a DynStruct object from a sequence of NameValuePairs.
|
void |
DynValueOperations.set_members(NameValuePair[] value)
Initializes the value type's members from a sequence of NameValuePairs.
|
void |
DynStructOperations.set_members(NameValuePair[] value)
Initializes the struct data value associated with a DynStruct object from a sequence of NameValuePairs.
|
boolean |
DynFixedPOATie.set_value(String val)
Sets the value of the DynFixed.
|
boolean |
_DynFixedStub.set_value(String val)
Sets the value of the DynFixed.
|
boolean |
DynFixedOperations.set_value(String val)
Sets the value of the DynFixed.
|
Modifier and Type | Field and Description |
---|---|
InvalidValue |
InvalidValueHolder.value |
Modifier and Type | Method and Description |
---|---|
static InvalidValue |
InvalidValueHelper.extract(Any a) |
static InvalidValue |
InvalidValueHelper.read(InputStream istream) |
Modifier and Type | Method and Description |
---|---|
static void |
InvalidValueHelper.insert(Any a,
InvalidValue that) |
static void |
InvalidValueHelper.write(OutputStream ostream,
InvalidValue value) |
Constructor and Description |
---|
InvalidValueHolder(InvalidValue initialValue) |
Copyright © 2017 JBoss by Red Hat. All rights reserved.