org.omg.CosTrading

Class MissingMandatoryPropertyHelper

public class MissingMandatoryPropertyHelper extends Object

Helper class for : MissingMandatoryProperty

Author: OpenORB Compiler

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

Method Detail

extract

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

Parameters: a an any

Returns: the extracted MissingMandatoryProperty value

id

public static String id()
Return the MissingMandatoryProperty IDL ID

Returns: an ID

insert

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

Parameters: a an any t MissingMandatoryProperty value

read

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

Parameters: istream the input stream

Returns: the readed MissingMandatoryProperty value

type

public static TypeCode type()
Return the MissingMandatoryProperty TypeCode

Returns: a TypeCode

write

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

Parameters: ostream the output stream value MissingMandatoryProperty value