org.omg.CosNotifyFilter

Class MappingConstraintInfoSeqHelper

public class MappingConstraintInfoSeqHelper extends Object

Helper class for : MappingConstraintInfoSeq

Author: OpenORB Compiler

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

Method Detail

extract

public static MappingConstraintInfo[] extract(Any a)
Extract MappingConstraintInfoSeq from an any

Parameters: a an any

Returns: the extracted MappingConstraintInfoSeq value

id

public static String id()
Return the MappingConstraintInfoSeq IDL ID

Returns: an ID

insert

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

Parameters: a an any t MappingConstraintInfoSeq value

read

public static MappingConstraintInfo[] read(InputStream istream)
Read MappingConstraintInfoSeq from a marshalled stream

Parameters: istream the input stream

Returns: the readed MappingConstraintInfoSeq value

type

public static TypeCode type()
Return the MappingConstraintInfoSeq TypeCode

Returns: a TypeCode

write

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

Parameters: ostream the output stream value MappingConstraintInfoSeq value