org.omg.CORBA
Class SetOverrideTypeHelper

java.lang.Object
  extended by org.omg.CORBA.SetOverrideTypeHelper

public abstract class SetOverrideTypeHelper
extends Object

A helper operations for the definition kind.


Constructor Summary
SetOverrideTypeHelper()
           
 
Method Summary
static SetOverrideType extract(Any any)
          Extract the definition kind from the given Any.
static String id()
          Get the definition kind repository id.
static void insert(Any any, SetOverrideType that)
          Insert the definition kind into the given Any.
static SetOverrideType read(InputStream istream)
          Read the enumeration value (as int) from the CDR intput stream.
static TypeCode type()
          Get the definition kind typecode (enumeration, named "SetOverrideType").
static void write(OutputStream ostream, SetOverrideType value)
          Write the enumeration value (as int) to the CDR output stream.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SetOverrideTypeHelper

public SetOverrideTypeHelper()
Method Detail

insert

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


extract

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


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 .


id

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

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

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.*

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.