org.omg.CosNotifyFilter
Class ConstraintInfoSeqHelper

java.lang.Object
  extended byorg.omg.CosNotifyFilter.ConstraintInfoSeqHelper

public final class ConstraintInfoSeqHelper
extends java.lang.Object

Generated from IDL definition of alias "ConstraintInfoSeq"

Author:
JacORB IDL compiler

Constructor Summary
ConstraintInfoSeqHelper()
           
 
Method Summary
static ConstraintInfo[] extract(Any any)
           
static java.lang.String id()
           
static void insert(Any any, ConstraintInfo[] s)
           
static ConstraintInfo[] read(InputStream _in)
           
static TypeCode type()
           
static void write(OutputStream _out, ConstraintInfo[] _s)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ConstraintInfoSeqHelper

public ConstraintInfoSeqHelper()
Method Detail

insert

public static void insert(Any any,
                          ConstraintInfo[] s)

extract

public static ConstraintInfo[] extract(Any any)

type

public static TypeCode type()

id

public static java.lang.String id()

read

public static ConstraintInfo[] read(InputStream _in)

write

public static void write(OutputStream _out,
                         ConstraintInfo[] _s)