org.omg.DynamicAny
public interface DynArrayOperations extends DynAnyOperations
Method Summary | |
---|---|
Any[] | get_elements()
Returns the array.
|
DynAny[] | get_elements_as_dyn_any()
Returns the array.
|
void | set_elements(Any[] value)
Sets the array.
|
void | set_elements_as_dyn_any(DynAny[] value)
Sets the array.
|
Returns: the array of elements as an array of Any's.
Returns: the array of elements as an array of DynAny's.
Parameters: value the array of elements as Any's.
Throws: TypeMismatch if the members of the passed array does not match array component type. InvalidValue if the number of elements in the passed array is not the same as the size of this DynArray.
Parameters: value the array of elements an DynAny's.
Throws: TypeMismatch if the members of the passed array does not match array component type. InvalidValue if the number of elements in the passed array is not the same as the size of this DynArray.