org.omg.CORBA

Class SetOverrideTypeHelper

public abstract class SetOverrideTypeHelper extends Object

A helper operations for the definition kind.
Method Summary
static SetOverrideTypeextract(Any any)
Extract the definition kind from the given Any.
static Stringid()
Get the definition kind repository id.
static voidinsert(Any any, SetOverrideType that)
Insert the definition kind into the given Any.
static SetOverrideTyperead(InputStream istream)
Read the enumeration value (as int) from the CDR intput stream.
static TypeCodetype()
Get the definition kind typecode (enumeration, named "SetOverrideType").
static voidwrite(OutputStream ostream, SetOverrideType value)
Write the enumeration value (as int) to the CDR output stream.

Method Detail

extract

public static SetOverrideType extract(Any any)
Extract the definition kind from the given Any.

id

public static String id()
Get the definition kind repository id.

Returns: "IDL:omg.org/CORBA/SetOverrideType:1.0", always.

insert

public static void insert(Any any, SetOverrideType that)
Insert the definition kind into the given Any.

read

public static SetOverrideType read(InputStream istream)
Read the enumeration value (as int) from the CDR intput stream.

Parameters: istream a stream to read from.*

type

public static TypeCode type()
Get the definition kind typecode (enumeration, named "SetOverrideType"). The typecode states that the enumeration can obtain one of the following values: SET_OVERRIDE ,ADD_OVERRIDE .

write

public static void write(OutputStream ostream, SetOverrideType value)
Write the enumeration value (as int) to the CDR output stream.

Parameters: ostream a stream to write into. value a value to write.