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.
String current_member_name()
Deprecated.
During a traversal, returns the name of the current member.
TCKind current_member_kind()
Deprecated.
Returns the TCKind
object that describes the kind of the current member.
TCKind
object that describes the current memberNameValuePair[] get_members()
Deprecated.
Returns an array containing all the members of the stored struct.
set_members(org.omg.CORBA.NameValuePair[])
void set_members(NameValuePair[] value) throws InvalidSeq
Deprecated.
Set the members of the struct.
value
- the array of name-value pairs.InvalidSeq
- if the given argument is invalidget_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.