org.omg.CosNotifyFilter
Class InvalidConstraintHelper

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

public class InvalidConstraintHelper
extends java.lang.Object

Helper class for : InvalidConstraint

Author:
OpenORB Compiler

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

Constructor Detail

InvalidConstraintHelper

public InvalidConstraintHelper()
Method Detail

insert

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

Parameters:
a - an any
t - InvalidConstraint value

extract

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

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

type

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

Returns:
a TypeCode

id

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

Returns:
an ID

read

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

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

write

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

Parameters:
ostream - the output stream
value - InvalidConstraint value