Uses of Class
org.omg.CORBA.NameValuePair
-
Packages that use NameValuePair 软件包 描述 org.omg.CORBA 提供OMG CORBA API与Java编程语言的映射,包括ORB类,它被实现为使程序员可以将其用作全功能对象请求代理(ORB)。 -
-
Uses of NameValuePair in org.omg.CORBA
Methods in org.omg.CORBA that return NameValuePair Modifier and Type 方法 描述 static NameValuePairNameValuePairHelper. extract(Any a)NameValuePair[]DynStruct. get_members()已过时。返回一个包含存储结构体的所有成员的数组。NameValuePair[]DynValue. get_members()已过时。返回一个包含存储在此DynValue中的值对象的所有成员的数组。static NameValuePairNameValuePairHelper. read(InputStream istream)Methods in org.omg.CORBA with parameters of type NameValuePair Modifier and Type 方法 描述 static voidNameValuePairHelper. insert(Any a, NameValuePair that)voidDynStruct. set_members(NameValuePair[] value)已过时。设置结构体的成员。voidDynValue. set_members(NameValuePair[] value)已过时。将DynValue对象所代表的值对象的成员设置为给定的NameValuePair对象数组。static voidNameValuePairHelper. write(OutputStream ostream, NameValuePair value)
-