Package org.omg.CORBA

Interface DynArray

All Superinterfaces:
DynAny, Object

@Deprecated public interface DynArray extends Object, DynAny
Deprecated.
Use the new DynArray instead
Represents a DynAny object associated with an array.
  • Method Details

    • get_elements

      Any[] get_elements()
      Deprecated.
      Returns the value of all the elements of this array.
      Returns:
      the array of Any objects that is the value for this DynArray object
      See Also:
    • set_elements

      void set_elements(Any[] value) throws InvalidSeq
      Deprecated.
      Sets the value of this DynArray object to the given array.
      Parameters:
      value - the array of Any objects
      Throws:
      InvalidSeq - if the sequence is bad
      See Also: