DynStruct

Interface DynStruct

All Superinterfaces:
DynAny, Object

Deprecated.

Use the new DynStruct instead

@Deprecated
public interface DynStruct
extends Object, DynAny

The representation of a DynAny object that is associated with an IDL struct.

Methods

current_member_name

String current_member_name()

Deprecated.

During a traversal, returns the name of the current member.

Returns:
the string name of the current member

current_member_kind

TCKind current_member_kind()

Deprecated.

Returns the TCKind object that describes the kind of the current member.

Returns:
the TCKind object that describes the current member

get_members

NameValuePair[] get_members()

Deprecated.

Returns an array containing all the members of the stored struct.

Returns:
the array of name-value pairs
See Also:
set_members(org.omg.CORBA.NameValuePair[])

set_members

void set_members(NameValuePair[] value)
          throws InvalidSeq

Deprecated.

Set the members of the struct.

Parameters:
value - the array of name-value pairs.
Throws:
InvalidSeq - if the given argument is invalid
See Also:
get_members()

© 1993–2017, Oracle and/or its affiliates. All rights reserved.
Documentation extracted from Debian's OpenJDK Development Kit package.
Licensed under the GNU General Public License, version 2, with the Classpath Exception.
Various third party code in OpenJDK is licensed under different licenses (see Debian package).
Java and OpenJDK are trademarks or registered trademarks of Oracle and/or its affiliates.

在线笔记
App下载
App下载

扫描二维码

下载编程狮App

公众号
微信公众号

编程狮公众号

意见反馈
返回顶部