|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
, Object

@Deprecated public interface DynSequence
, DynAny

The representation of a DynAny object that is associated
with an IDL sequence.
| Method Summary | |
|---|---|
Any |
get_elements
Deprecated. Returns the value of every element in this sequence. |
int |
length
Deprecated. Returns the length of the sequence represented by this DynFixed object. |
void |
length
Deprecated. Sets the length of the sequence represented by this DynFixed object to the given argument. |
void |
set_elements
Deprecated. Sets the values of all elements in this sequence with the given array. |
Methods inherited from interface org.omg.CORBA.DynAny ![]() |
|---|
assign |
| Method Detail |
|---|

int length()
DynFixed object.

void length(int arg)
DynFixed object to the given argument.
arg - the length of the sequence

Any![]()
![]()
[] get_elements()
Any objects containing the values in
the sequenceset_elements(org.omg.CORBA.Any[])


void set_elements(Any![]()
![]()
[] value) throws InvalidSeq
![]()
![]()
value - the array of Any objects to be set
InvalidSeq - if the array of values is badget_elements()

|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||