org.omg.CosNotifyFilter

Class ConstraintExpSeqHelper

public class ConstraintExpSeqHelper extends Object

Helper class for : ConstraintExpSeq

Author: OpenORB Compiler

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

Method Detail

extract

public static ConstraintExp[] extract(Any a)
Extract ConstraintExpSeq from an any

Parameters: a an any

Returns: the extracted ConstraintExpSeq value

id

public static String id()
Return the ConstraintExpSeq IDL ID

Returns: an ID

insert

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

Parameters: a an any t ConstraintExpSeq value

read

public static ConstraintExp[] read(InputStream istream)
Read ConstraintExpSeq from a marshalled stream

Parameters: istream the input stream

Returns: the readed ConstraintExpSeq value

type

public static TypeCode type()
Return the ConstraintExpSeq TypeCode

Returns: a TypeCode

write

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

Parameters: ostream the output stream value ConstraintExpSeq value