org.omg.CORBA
public interface DynSequence extends DynAny
Deprecated: by {@link org.omg.DynamicAny.DynSequence}
Represents the {@link DynAny}, holding the CORBA sequence (an array with the flexible length).Method Summary | |
---|---|
Any[] | get_elements()
Get the elements of the enclosed sequence. |
int | length()
Returns the number of elements, stored in the sequence. |
void | length(int l)
Sets the length of this sequence to the given value.
|
void | set_elements(Any[] an_array)
Set the elements from of the enclosed array of Anys.
|
Returns: the length of the sequence
Parameters: l the new length of the sequence.
Throws: InvalidSeq if the passed array contains the elements of the different type.