org.omg.CORBA

Class SetOverrideType

Implemented Interfaces:
IDLEntity, java.io.Serializable

public class SetOverrideType
extends java.lang.Object
implements IDLEntity

This class is generated by an IDL compiler and is ORB-vendor specific. A "dummy" implementation is provided so that the "official" org.omg.* packages may be compiled. In order to actually use a Java ORB, the ORB vendor's implementation will provide a "real" implementation of the class. In order to be conformant the class shall support the signatures specified here, but will have an orb-specific implementation. The class may support additional vendor specific functionality. It shall have at least the inheritance relationships specified here. Any additional (vendor specific) inheritance relationships may only be with other classes and interfaces that are guaranteed to be present in the JDK core.

Field Summary

static SetOverrideType
ADD_OVERRIDE
static SetOverrideType
SET_OVERRIDE
static int
_ADD_OVERRIDE
static int
_SET_OVERRIDE

Constructor Summary

SetOverrideType(int _value)

Method Summary

static SetOverrideType
from_int(int val)
int
value()

Field Details

ADD_OVERRIDE

public static final SetOverrideType ADD_OVERRIDE


SET_OVERRIDE

public static final SetOverrideType SET_OVERRIDE


_ADD_OVERRIDE

public static final int _ADD_OVERRIDE

Field Value:
1


_SET_OVERRIDE

public static final int _SET_OVERRIDE

Field Value:
0

Constructor Details

SetOverrideType

protected SetOverrideType(int _value)

Method Details

from_int

public static SetOverrideType from_int(int val)
            throws BAD_PARAM


value

public int value()