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 ofAny objects that is the value for thisDynArray object
        See Also:
        set_elements(org.omg.CORBA.Any[])
      • set_elements

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