org.omg.CosNotifyFilter
Class MappingConstraintPairHelper

java.lang.Object
  extended by org.omg.CosNotifyFilter.MappingConstraintPairHelper

public class MappingConstraintPairHelper
extends java.lang.Object

Helper class for : MappingConstraintPair

Author:
OpenORB Compiler

Constructor Summary
MappingConstraintPairHelper()
           
 
Method Summary
static MappingConstraintPair extract(org.omg.CORBA.Any a)
          Extract MappingConstraintPair from an any
static java.lang.String id()
          Return the MappingConstraintPair IDL ID
static void insert(org.omg.CORBA.Any a, MappingConstraintPair t)
          Insert MappingConstraintPair into an any
static MappingConstraintPair read(org.omg.CORBA.portable.InputStream istream)
          Read MappingConstraintPair from a marshalled stream
static org.omg.CORBA.TypeCode type()
          Return the MappingConstraintPair TypeCode
static void write(org.omg.CORBA.portable.OutputStream ostream, MappingConstraintPair value)
          Write MappingConstraintPair into a marshalled stream
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MappingConstraintPairHelper

public MappingConstraintPairHelper()
Method Detail

insert

public static void insert(org.omg.CORBA.Any a,
                          MappingConstraintPair t)
Insert MappingConstraintPair into an any

Parameters:
a - an any
t - MappingConstraintPair value

extract

public static MappingConstraintPair extract(org.omg.CORBA.Any a)
Extract MappingConstraintPair from an any

Parameters:
a - an any
Returns:
the extracted MappingConstraintPair value

type

public static org.omg.CORBA.TypeCode type()
Return the MappingConstraintPair TypeCode

Returns:
a TypeCode

id

public static java.lang.String id()
Return the MappingConstraintPair IDL ID

Returns:
an ID

read

public static MappingConstraintPair read(org.omg.CORBA.portable.InputStream istream)
Read MappingConstraintPair from a marshalled stream

Parameters:
istream - the input stream
Returns:
the readed MappingConstraintPair value

write

public static void write(org.omg.CORBA.portable.OutputStream ostream,
                         MappingConstraintPair value)
Write MappingConstraintPair into a marshalled stream

Parameters:
ostream - the output stream
value - MappingConstraintPair value