org.omg.CosNotifyFilter

Class ConstraintIDHelper

public class ConstraintIDHelper extends Object

Helper class for : ConstraintID

Author: OpenORB Compiler

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

Method Detail

extract

public static int extract(Any a)
Extract ConstraintID from an any

Parameters: a an any

Returns: the extracted ConstraintID value

id

public static String id()
Return the ConstraintID IDL ID

Returns: an ID

insert

public static void insert(Any a, int t)
Insert ConstraintID into an any

Parameters: a an any t ConstraintID value

read

public static int read(InputStream istream)
Read ConstraintID from a marshalled stream

Parameters: istream the input stream

Returns: the readed ConstraintID value

type

public static TypeCode type()
Return the ConstraintID TypeCode

Returns: a TypeCode

write

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

Parameters: ostream the output stream value ConstraintID value