Uses of Class
org.omg.CORBA.NameValuePair
Packages that use NameValuePair
Package
Description
Provides the mapping of the OMG CORBA APIs to the JavaTM
programming language, including the class ORB, which is implemented
so that a programmer can use it as a fully-functional Object Request Broker
(ORB).
-
Uses of NameValuePair in org.omg.CORBA
Methods in org.omg.CORBA that return NameValuePairModifier and TypeMethodDescriptionstatic NameValuePairDynStruct.get_members()Deprecated.Returns an array containing all the members of the stored struct.DynValue.get_members()Deprecated.Returns an array containing all the members of the value object stored in thisDynValue.static NameValuePairNameValuePairHelper.read(InputStream istream) Methods in org.omg.CORBA with parameters of type NameValuePairModifier and TypeMethodDescriptionstatic voidNameValuePairHelper.insert(Any a, NameValuePair that) voidDynStruct.set_members(NameValuePair[] value) Deprecated.Set the members of the struct.voidDynValue.set_members(NameValuePair[] value) Deprecated.Sets the members of the value object thisDynValueobject represents to the given array ofNameValuePairobjects.static voidNameValuePairHelper.write(OutputStream ostream, NameValuePair value)