JavaTM 2 Platform
Std. Ed. v1.4.2

Uses of Class
org.omg.DynamicAny.NameValuePair

Packages that use NameValuePair
org.omg.DynamicAny Provides classes and interfaces that enable traversal of the data value associated with an any at 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
 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.
static NameValuePair[] NameValuePairSeqHelper.extract(Any a)
           
static NameValuePair[] NameValuePairSeqHelper.read(InputStream istream)
           
static NameValuePair NameValuePairHelper.extract(Any a)
           
static NameValuePair NameValuePairHelper.read(InputStream istream)
           
 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.
 

Methods in org.omg.DynamicAny with parameters of type NameValuePair
 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.
static void NameValuePairSeqHelper.insert(Any a, NameValuePair[] that)
           
static void NameValuePairSeqHelper.write(OutputStream ostream, NameValuePair[] value)
           
static void NameValuePairHelper.insert(Any a, NameValuePair that)
           
static void NameValuePairHelper.write(OutputStream ostream, NameValuePair value)
           
 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.
 


JavaTM 2 Platform
Std. Ed. v1.4.2

Submit a bug or feature
For further API reference and developer documentation, see Java 2 SDK SE Developer Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.

Copyright 2003 Sun Microsystems, Inc. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.