Deprecated.
Use the new DynValue instead
@Deprecated public interface DynValue extends Object, DynAny
The representation of a DynAny
object that is associated with an IDL value type.
String current_member_name()
Deprecated.
Returns the name of the current member while traversing a DynAny
object that represents a Value object.
TCKind current_member_kind()
Deprecated.
Returns the TCKind
object that describes the current member.
TCKind
object corresponding to the current memberNameValuePair[] get_members()
Deprecated.
Returns an array containing all the members of the value object stored in this DynValue
.
set_members(org.omg.CORBA.NameValuePair[])
void set_members(NameValuePair[] value) throws InvalidSeq
Deprecated.
Sets the members of the value object this DynValue
object represents to the given array of NameValuePair
objects.
value
- the array of name-value pairs to be setInvalidSeq
- if an inconsistent value is part of the given arrayget_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.