org.omg.CosTradingRepos.ServiceTypeRepositoryPackage

Class AlreadyMaskedHelper

public class AlreadyMaskedHelper extends Object

Helper class for : AlreadyMasked

Author: OpenORB Compiler

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

Method Detail

extract

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

Parameters: a an any

Returns: the extracted AlreadyMasked value

id

public static String id()
Return the AlreadyMasked IDL ID

Returns: an ID

insert

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

Parameters: a an any t AlreadyMasked value

read

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

Parameters: istream the input stream

Returns: the readed AlreadyMasked value

type

public static TypeCode type()
Return the AlreadyMasked TypeCode

Returns: a TypeCode

write

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

Parameters: ostream the output stream value AlreadyMasked value