| 
 | Java™ Platform Standard Ed. 6 | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use NameValuePair | |
|---|---|
| org.omg.DynamicAny | Provides classes and interfaces that enable traversal of the data value
 associated with an anyat
runtime, and extraction of the primitive constituents of the data value. | 
| Uses of NameValuePair in org.omg.DynamicAny | 
|---|
| Methods in org.omg.DynamicAny that return NameValuePair | |
|---|---|
| static NameValuePair[] | NameValuePairSeqHelper.extract(Any a) | 
| static NameValuePair | NameValuePairHelper.extract(Any a) | 
|  NameValuePair[] | _DynValueStub.get_members()Returns a sequence of NameValuePairs describing the name and the value of each member in the value type. | 
|  NameValuePair[] | _DynStructStub.get_members()Returns a sequence of NameValuePairs describing the name and the value of each member in the struct associated with a DynStruct object. | 
|  NameValuePair[] | DynValueOperations.get_members()Returns a sequence of NameValuePairs describing the name and the value of each member in the value type. | 
|  NameValuePair[] | DynStructOperations.get_members()Returns a sequence of NameValuePairs describing the name and the value of each member in the struct associated with a DynStruct object. | 
| static NameValuePair[] | NameValuePairSeqHelper.read(InputStream istream) | 
| static NameValuePair | NameValuePairHelper.read(InputStream istream) | 
| Methods in org.omg.DynamicAny with parameters of type NameValuePair | |
|---|---|
| static void | NameValuePairHelper.insert(Any a,
       NameValuePair that) | 
| static void | NameValuePairSeqHelper.insert(Any a,
       NameValuePair[] that) | 
|  void | _DynValueStub.set_members(NameValuePair[] value)Initializes the value type's members from a sequence of NameValuePairs. | 
|  void | _DynStructStub.set_members(NameValuePair[] value)Initializes the struct data value associated with a DynStruct object from a sequence of NameValuePairs. | 
|  void | DynValueOperations.set_members(NameValuePair[] value)Initializes the value type's members from a sequence of NameValuePairs. | 
|  void | DynStructOperations.set_members(NameValuePair[] value)Initializes the struct data value associated with a DynStruct object from a sequence of NameValuePairs. | 
| static void | NameValuePairHelper.write(OutputStream ostream,
      NameValuePair value) | 
| static void | NameValuePairSeqHelper.write(OutputStream ostream,
      NameValuePair[] value) | 
| 
 | Java™ Platform Standard Ed. 6 | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
Copyright © 1993, 2010, Oracle and/or its affiliates. All rights reserved.