org.omg.CosNotifyFilter

Class ConstraintInfoSeqHelper

public class ConstraintInfoSeqHelper extends Object

Helper class for : ConstraintInfoSeq

Author: OpenORB Compiler

Method Summary
static ConstraintInfo[]extract(Any a)
Extract ConstraintInfoSeq from an any
static Stringid()
Return the ConstraintInfoSeq IDL ID
static voidinsert(Any a, ConstraintInfo[] t)
Insert ConstraintInfoSeq into an any
static ConstraintInfo[]read(InputStream istream)
Read ConstraintInfoSeq from a marshalled stream
static TypeCodetype()
Return the ConstraintInfoSeq TypeCode
static voidwrite(OutputStream ostream, ConstraintInfo[] value)
Write ConstraintInfoSeq into a marshalled stream

Method Detail

extract

public static ConstraintInfo[] extract(Any a)
Extract ConstraintInfoSeq from an any

Parameters: a an any

Returns: the extracted ConstraintInfoSeq value

id

public static String id()
Return the ConstraintInfoSeq IDL ID

Returns: an ID

insert

public static void insert(Any a, ConstraintInfo[] t)
Insert ConstraintInfoSeq into an any

Parameters: a an any t ConstraintInfoSeq value

read

public static ConstraintInfo[] read(InputStream istream)
Read ConstraintInfoSeq from a marshalled stream

Parameters: istream the input stream

Returns: the readed ConstraintInfoSeq value

type

public static TypeCode type()
Return the ConstraintInfoSeq TypeCode

Returns: a TypeCode

write

public static void write(OutputStream ostream, ConstraintInfo[] value)
Write ConstraintInfoSeq into a marshalled stream

Parameters: ostream the output stream value ConstraintInfoSeq value