Name

NameValuePair

Synopsis

A DynStruct object uses NameValuePairs to represent its data members. It consists of a String name and a value represented as an Any object.

                  Returned By
public final class NameValuePair implements org.omg.CORBA.portable.IDLEntity {
// Public Constructors
   public NameValuePair();  
   public NameValuePair( String __id, Any __value);  
// Public Instance Fields
   public String id;  
   public Any value;  
}

Passed To

org.omg.CORBA.DynStruct.set_members(), org.omg.CORBA.DynValue.set_members(), org.omg.CORBA.NameValuePairHelper.{insert(), write()}

Returned By

org.omg.CORBA.DynStruct.get_members(), org.omg.CORBA.DynValue.get_members(), org.omg.CORBA.NameValuePairHelper.{extract(), read()}

Get Java Enterprise in a Nutshell, Second Edition now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.