org.omg.CosNotifyFilter

Class ConstraintNotFoundHelper

public class ConstraintNotFoundHelper extends Object

Helper class for : ConstraintNotFound

Author: OpenORB Compiler

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

Method Detail

extract

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

Parameters: a an any

Returns: the extracted ConstraintNotFound value

id

public static String id()
Return the ConstraintNotFound IDL ID

Returns: an ID

insert

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

Parameters: a an any t ConstraintNotFound value

read

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

Parameters: istream the input stream

Returns: the readed ConstraintNotFound value

type

public static TypeCode type()
Return the ConstraintNotFound TypeCode

Returns: a TypeCode

write

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

Parameters: ostream the output stream value ConstraintNotFound value