All Packages  Class Hierarchy  This Package  Previous  Next  Index  

Class org.omg.CORBA.SetOverrideTypeHelper

java.lang.Object
    |
    +----org.omg.CORBA.SetOverrideTypeHelper

public abstract class SetOverrideTypeHelper
extends Object

IDL definition:
#pragma prefix "omg.org/CORBA"
enum SetOverrideType {
SET_OVERRIDE,
ADD_OVERRIDE
};


Constructor Index

 o SetOverrideTypeHelper()

Method Index

 o extract(Any)
 o id()
 o insert(Any, SetOverrideType)
 o read(InputStream)
 o type()
 o write(OutputStream, SetOverrideType)

Constructors

 o SetOverrideTypeHelper
public SetOverrideTypeHelper()

Methods

 o read
public static SetOverrideType read(InputStream _input)
 o write
public static void write(OutputStream _output,
                         SetOverrideType value)
 o insert
public static void insert(Any any,
                          SetOverrideType value)
 o extract
public static SetOverrideType extract(Any any)
 o type
public static TypeCode type()
 o id
public static String id()

All Packages  Class Hierarchy  This Package  Previous  Next  Index