org.omg.CORBA
Class NameValuePairHelper

java.lang.Object sample code for java.lang.Object definition code for java.lang.Object 
  extended by org.omg.CORBA.NameValuePairHelper

public abstract class NameValuePairHelper
extends Object sample code for java.lang.Object definition code for java.lang.Object

The Helper for NameValuePair. For more information on Helper files, see "Generated Files: Helper Files".

org/omg/CORBA/NameValuePairHelper.java Generated by the IDL-to-Java compiler (portable), version "3.0" 03 June 1999 11:52:03 o'clock GMT+00:00


Constructor Summary
NameValuePairHelper sample code for org.omg.CORBA.NameValuePairHelper.NameValuePairHelper() definition code for org.omg.CORBA.NameValuePairHelper.NameValuePairHelper() ()
           
 
Method Summary
static NameValuePair sample code for org.omg.CORBA.NameValuePair definition code for org.omg.CORBA.NameValuePair extract sample code for org.omg.CORBA.NameValuePairHelper.extract(org.omg.CORBA.Any) definition code for org.omg.CORBA.NameValuePairHelper.extract(org.omg.CORBA.Any) (Any sample code for org.omg.CORBA.Any definition code for org.omg.CORBA.Any  a)
           
static String sample code for java.lang.String definition code for java.lang.String id sample code for org.omg.CORBA.NameValuePairHelper.id() definition code for org.omg.CORBA.NameValuePairHelper.id() ()
           
static void insert sample code for org.omg.CORBA.NameValuePairHelper.insert(org.omg.CORBA.Any, org.omg.CORBA.NameValuePair) definition code for org.omg.CORBA.NameValuePairHelper.insert(org.omg.CORBA.Any, org.omg.CORBA.NameValuePair) (Any sample code for org.omg.CORBA.Any definition code for org.omg.CORBA.Any  a, NameValuePair sample code for org.omg.CORBA.NameValuePair definition code for org.omg.CORBA.NameValuePair  that)
           
static NameValuePair sample code for org.omg.CORBA.NameValuePair definition code for org.omg.CORBA.NameValuePair read sample code for org.omg.CORBA.NameValuePairHelper.read(org.omg.CORBA.portable.InputStream) definition code for org.omg.CORBA.NameValuePairHelper.read(org.omg.CORBA.portable.InputStream) (InputStream sample code for org.omg.CORBA.portable.InputStream definition code for org.omg.CORBA.portable.InputStream  istream)
           
static TypeCode sample code for org.omg.CORBA.TypeCode definition code for org.omg.CORBA.TypeCode type sample code for org.omg.CORBA.NameValuePairHelper.type() definition code for org.omg.CORBA.NameValuePairHelper.type() ()
           
static void write sample code for org.omg.CORBA.NameValuePairHelper.write(org.omg.CORBA.portable.OutputStream, org.omg.CORBA.NameValuePair) definition code for org.omg.CORBA.NameValuePairHelper.write(org.omg.CORBA.portable.OutputStream, org.omg.CORBA.NameValuePair) (OutputStream sample code for org.omg.CORBA.portable.OutputStream definition code for org.omg.CORBA.portable.OutputStream  ostream, NameValuePair sample code for org.omg.CORBA.NameValuePair definition code for org.omg.CORBA.NameValuePair  value)
           
 
Methods inherited from class java.lang.Object sample code for java.lang.Object definition code for java.lang.Object
clone sample code for java.lang.Object.clone() definition code for java.lang.Object.clone() , equals sample code for java.lang.Object.equals(java.lang.Object) definition code for java.lang.Object.equals(java.lang.Object) , finalize sample code for java.lang.Object.finalize() definition code for java.lang.Object.finalize() , getClass sample code for java.lang.Object.getClass() definition code for java.lang.Object.getClass() , hashCode sample code for java.lang.Object.hashCode() definition code for java.lang.Object.hashCode() , notify sample code for java.lang.Object.notify() definition code for java.lang.Object.notify() , notifyAll sample code for java.lang.Object.notifyAll() definition code for java.lang.Object.notifyAll() , toString sample code for java.lang.Object.toString() definition code for java.lang.Object.toString() , wait sample code for java.lang.Object.wait() definition code for java.lang.Object.wait() , wait sample code for java.lang.Object.wait(long) definition code for java.lang.Object.wait(long) , wait sample code for java.lang.Object.wait(long, int) definition code for java.lang.Object.wait(long, int)
 

Constructor Detail

NameValuePairHelper sample code for org.omg.CORBA.NameValuePairHelper() definition code for org.omg.CORBA.NameValuePairHelper()

public NameValuePairHelper()
Method Detail

insert sample code for org.omg.CORBA.NameValuePairHelper.insert(org.omg.CORBA.Any, org.omg.CORBA.NameValuePair) definition code for org.omg.CORBA.NameValuePairHelper.insert(org.omg.CORBA.Any, org.omg.CORBA.NameValuePair)

public static void insert(Any sample code for org.omg.CORBA.Any definition code for org.omg.CORBA.Any  a,
                          NameValuePair sample code for org.omg.CORBA.NameValuePair definition code for org.omg.CORBA.NameValuePair  that)

extract sample code for org.omg.CORBA.NameValuePairHelper.extract(org.omg.CORBA.Any) definition code for org.omg.CORBA.NameValuePairHelper.extract(org.omg.CORBA.Any)

public static NameValuePair sample code for org.omg.CORBA.NameValuePair definition code for org.omg.CORBA.NameValuePair  extract(Any sample code for org.omg.CORBA.Any definition code for org.omg.CORBA.Any  a)

type sample code for org.omg.CORBA.NameValuePairHelper.type() definition code for org.omg.CORBA.NameValuePairHelper.type()

public static TypeCode sample code for org.omg.CORBA.TypeCode definition code for org.omg.CORBA.TypeCode  type()

id sample code for org.omg.CORBA.NameValuePairHelper.id() definition code for org.omg.CORBA.NameValuePairHelper.id()

public static String sample code for java.lang.String definition code for java.lang.String  id()

read sample code for org.omg.CORBA.NameValuePairHelper.read(org.omg.CORBA.portable.InputStream) definition code for org.omg.CORBA.NameValuePairHelper.read(org.omg.CORBA.portable.InputStream)

public static NameValuePair sample code for org.omg.CORBA.NameValuePair definition code for org.omg.CORBA.NameValuePair  read(InputStream sample code for org.omg.CORBA.portable.InputStream definition code for org.omg.CORBA.portable.InputStream  istream)

write sample code for org.omg.CORBA.NameValuePairHelper.write(org.omg.CORBA.portable.OutputStream, org.omg.CORBA.NameValuePair) definition code for org.omg.CORBA.NameValuePairHelper.write(org.omg.CORBA.portable.OutputStream, org.omg.CORBA.NameValuePair)

public static void write(OutputStream sample code for org.omg.CORBA.portable.OutputStream definition code for org.omg.CORBA.portable.OutputStream  ostream,
                         NameValuePair sample code for org.omg.CORBA.NameValuePair definition code for org.omg.CORBA.NameValuePair  value)