org.omg.CosTrading.RegisterPackage

Class MandatoryPropertyHelper

public class MandatoryPropertyHelper extends Object

Helper class for : MandatoryProperty

Author: OpenORB Compiler

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

Method Detail

extract

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

Parameters: a an any

Returns: the extracted MandatoryProperty value

id

public static String id()
Return the MandatoryProperty IDL ID

Returns: an ID

insert

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

Parameters: a an any t MandatoryProperty value

read

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

Parameters: istream the input stream

Returns: the readed MandatoryProperty value

type

public static TypeCode type()
Return the MandatoryProperty TypeCode

Returns: a TypeCode

write

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

Parameters: ostream the output stream value MandatoryProperty value