API Overview API Index Package Overview Direct link to this page
JDK 1.6
  org.omg.CORBA. DynSequence View Source
Author(s)
Since
Version
Serial
Hierarchy
 Object
      DynSequence
Subinterfaces
Description
@Deprecated
public interface DynSequence
The representation of a DynAny object that is associated with an IDL sequence.
See also:   
Methods
Hide/Show inherited methods
public Any get_elements ()
  Returns the value of every element in this sequence.
public int length ()
  Returns the length of the sequence represented by this DynFixed object.
public void length (int arg)
  Sets the length of the sequence represented by this DynFixed object to the given argument.
public void set_elements (Any value) throws InvalidSeq
  Sets the values of all elements in this sequence with the given array.
Fields
Hide/Show inherited fields
Generated By: JavaOnTracks Doclet 0.1.4     ©Thibaut Colar