org.omg.CosNaming.NamingContextPackage

Class NotEmptyHelper

public abstract class NotEmptyHelper extends Object

The helper operations for the NotEmpty.
Method Summary
static NotEmptyextract(Any a)
Extract the exception from the given Any.
static Stringid()
Return the exception repository id.
static voidinsert(Any a, NotEmpty that)
Insert the exception into the given Any.
static NotEmptyread(InputStream istream)
Read the exception from the given CDR stream.
static TypeCodetype()
Create the type code for this exception.
static voidwrite(OutputStream ostream, NotEmpty value)
Write the exception to the CDR output stream.

Method Detail

extract

public static NotEmpty extract(Any a)
Extract the exception from the given Any.

id

public static String id()
Return the exception repository id.

insert

public static void insert(Any a, NotEmpty that)
Insert the exception into the given Any.

read

public static NotEmpty read(InputStream istream)
Read the exception from the given CDR stream.

type

public static TypeCode type()
Create the type code for this exception.

write

public static void write(OutputStream ostream, NotEmpty value)
Write the exception to the CDR output stream.