org.omg.CosNotifyFilter

Class ConstraintExpHelper

public class ConstraintExpHelper extends Object

Helper class for : ConstraintExp

Author: OpenORB Compiler

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

Method Detail

extract

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

Parameters: a an any

Returns: the extracted ConstraintExp value

id

public static String id()
Return the ConstraintExp IDL ID

Returns: an ID

insert

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

Parameters: a an any t ConstraintExp value

read

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

Parameters: istream the input stream

Returns: the readed ConstraintExp value

type

public static TypeCode type()
Return the ConstraintExp TypeCode

Returns: a TypeCode

write

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

Parameters: ostream the output stream value ConstraintExp value