org.omg.CosTrading.RegisterPackage

Class ReadonlyPropertyHelper

public class ReadonlyPropertyHelper extends Object

Helper class for : ReadonlyProperty

Author: OpenORB Compiler

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

Method Detail

extract

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

Parameters: a an any

Returns: the extracted ReadonlyProperty value

id

public static String id()
Return the ReadonlyProperty IDL ID

Returns: an ID

insert

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

Parameters: a an any t ReadonlyProperty value

read

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

Parameters: istream the input stream

Returns: the readed ReadonlyProperty value

type

public static TypeCode type()
Return the ReadonlyProperty TypeCode

Returns: a TypeCode

write

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

Parameters: ostream the output stream value ReadonlyProperty value