Module java.corba
Package org.omg.CORBA

Interface DynArray

    • Method Detail

      • 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(org.omg.CORBA.Any[])
      • 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:
        get_elements()