org.omg.CosTrading
Class IllegalConstraintHelper

java.lang.Object
  |
  +--org.omg.CosTrading.IllegalConstraintHelper

public class IllegalConstraintHelper
extends java.lang.Object

Helper class for : IllegalConstraint

Author:
OpenORB Compiler

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

Constructor Detail

IllegalConstraintHelper

public IllegalConstraintHelper()
Method Detail

insert

public static void insert(org.omg.CORBA.Any a,
                          IllegalConstraint t)
Insert IllegalConstraint into an any
Parameters:
a - an any
t - IllegalConstraint value

extract

public static IllegalConstraint extract(org.omg.CORBA.Any a)
Extract IllegalConstraint from an any
Parameters:
a - an any
Returns:
the extracted IllegalConstraint value

type

public static org.omg.CORBA.TypeCode type()
Return the IllegalConstraint TypeCode
Returns:
a TypeCode

id

public static java.lang.String id()
Return the IllegalConstraint IDL ID
Returns:
an ID

read

public static IllegalConstraint read(org.omg.CORBA.portable.InputStream istream)
Read IllegalConstraint from a marshalled stream
Parameters:
istream - the input stream
Returns:
the readed IllegalConstraint value

write

public static void write(org.omg.CORBA.portable.OutputStream ostream,
                         IllegalConstraint value)
Write IllegalConstraint into a marshalled stream
Parameters:
ostream - the output stream
value - IllegalConstraint value