org.omg.CosNotifyFilter

Class ConstraintInfoHelper

public class ConstraintInfoHelper extends Object

Helper class for : ConstraintInfo

Author: OpenORB Compiler

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

Method Detail

extract

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

Parameters: a an any

Returns: the extracted ConstraintInfo value

id

public static String id()
Return the ConstraintInfo IDL ID

Returns: an ID

insert

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

Parameters: a an any t ConstraintInfo value

read

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

Parameters: istream the input stream

Returns: the readed ConstraintInfo value

type

public static TypeCode type()
Return the ConstraintInfo TypeCode

Returns: a TypeCode

write

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

Parameters: ostream the output stream value ConstraintInfo value