org.omg.CosTradingRepos.ServiceTypeRepositoryPackage

Class NotMaskedHelper

public class NotMaskedHelper extends Object

Helper class for : NotMasked

Author: OpenORB Compiler

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

Method Detail

extract

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

Parameters: a an any

Returns: the extracted NotMasked value

id

public static String id()
Return the NotMasked IDL ID

Returns: an ID

insert

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

Parameters: a an any t NotMasked value

read

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

Parameters: istream the input stream

Returns: the readed NotMasked value

type

public static TypeCode type()
Return the NotMasked TypeCode

Returns: a TypeCode

write

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

Parameters: ostream the output stream value NotMasked value