org.omg.CosNotifyFilter

Class ConstraintIDSeqHelper

public class ConstraintIDSeqHelper extends Object

Helper class for : ConstraintIDSeq

Author: OpenORB Compiler

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

Method Detail

extract

public static int[] extract(Any a)
Extract ConstraintIDSeq from an any

Parameters: a an any

Returns: the extracted ConstraintIDSeq value

id

public static String id()
Return the ConstraintIDSeq IDL ID

Returns: an ID

insert

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

Parameters: a an any t ConstraintIDSeq value

read

public static int[] read(InputStream istream)
Read ConstraintIDSeq from a marshalled stream

Parameters: istream the input stream

Returns: the readed ConstraintIDSeq value

type

public static TypeCode type()
Return the ConstraintIDSeq TypeCode

Returns: a TypeCode

write

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

Parameters: ostream the output stream value ConstraintIDSeq value