Java™ Platform
Standard Ed. 8
org.omg.CORBA

Interface DynSequence

    • Method Detail

      • length

        int length()
        Deprecated. 
        Returns the length of the sequence represented by this DynFixed object.
        Returns:
        the length of the sequence
      • length

        void length(int arg)
        Deprecated. 
        Sets the length of the sequence represented by this DynFixed object to the given argument.
        Parameters:
        arg - the length of the sequence
      • get_elements

        Any[] get_elements()
        Deprecated. 
        Returns the value of every element in this sequence.
        Returns:
        an array of Any objects containing the values in the sequence
        See Also:
        set_elements(org.omg.CORBA.Any[])
      • set_elements

        void set_elements(Any[] value)
                   throws InvalidSeq
        Deprecated. 
        Sets the values of all elements in this sequence with the given array.
        Parameters:
        value - the array of Any objects to be set
        Throws:
        InvalidSeq - if the array of values is bad
        See Also:
        get_elements()
Java™ Platform
Standard Ed. 8

Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2022, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.

微信小程序

微信扫一扫体验

微信公众账号

微信扫一扫加关注

发表
评论
返回
顶部