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 NameValuePair
NameValuePairHelper. extract(Any a)
NameValuePair[]
DynStruct. get_members()
已过时。返回一个包含存储结构体的所有成员的数组。NameValuePair[]
DynValue. get_members()
已过时。返回一个包含存储在此DynValue
中的值对象的所有成员的数组。static NameValuePair
NameValuePairHelper. read(InputStream istream)
Methods in org.omg.CORBA with parameters of type NameValuePair Modifier and Type 方法 描述 static void
NameValuePairHelper. insert(Any a, NameValuePair that)
void
DynStruct. set_members(NameValuePair[] value)
已过时。设置结构体的成员。void
DynValue. set_members(NameValuePair[] value)
已过时。将DynValue
对象所代表的值对象的成员设置为给定的NameValuePair
对象数组。static void
NameValuePairHelper. write(OutputStream ostream, NameValuePair value)
-