org.omg.CosNaming.NamingContextPackage

Class NotEmptyHelper

public class NotEmptyHelper extends Object

Helper class for : NotEmpty

Author: OpenORB Compiler

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

Method Detail

extract

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

Parameters: a an any

Returns: the extracted NotEmpty value

id

public static String id()
Return the NotEmpty IDL ID

Returns: an ID

insert

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

Parameters: a an any t NotEmpty value

read

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

Parameters: istream the input stream

Returns: the readed NotEmpty value

type

public static TypeCode type()
Return the NotEmpty TypeCode

Returns: a TypeCode

write

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

Parameters: ostream the output stream value NotEmpty value