org.omg.CosNotifyFilter
Class ConstraintExpHelper

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

public class ConstraintExpHelper
extends java.lang.Object

Helper class for : ConstraintExp

Author:
OpenORB Compiler

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

Constructor Detail

ConstraintExpHelper

public ConstraintExpHelper()
Method Detail

insert

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

Parameters:
a - an any
t - ConstraintExp value

extract

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

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

type

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

Returns:
a TypeCode

id

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

Returns:
an ID

read

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

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

write

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

Parameters:
ostream - the output stream
value - ConstraintExp value