org.omg.CosTradingRepos.ServiceTypeRepositoryPackage

Class PropertyModeHelper

public class PropertyModeHelper extends Object

Helper class for : PropertyMode

Author: OpenORB Compiler

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

Method Detail

extract

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

Parameters: a an any

Returns: the extracted PropertyMode value

id

public static String id()
Return the PropertyMode IDL ID

Returns: an ID

insert

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

Parameters: a an any t PropertyMode value

read

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

Parameters: istream the input stream

Returns: the readed PropertyMode value

type

public static TypeCode type()
Return the PropertyMode TypeCode

Returns: a TypeCode

write

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

Parameters: ostream the output stream value PropertyMode value