org.omg.CORBA
Class SetOverrideType

java.lang.Object
  extended byorg.omg.CORBA.SetOverrideType
All Implemented Interfaces:
IDLEntity, java.io.Serializable

public class SetOverrideType
extends java.lang.Object
implements IDLEntity

See Also:
Serialized Form

Field Summary
static int _ADD_OVERRIDE
           
static int _SET_OVERRIDE
           
static SetOverrideType ADD_OVERRIDE
           
static SetOverrideType SET_OVERRIDE
           
 
Constructor Summary
protected SetOverrideType(int _value)
           
 
Method Summary
static SetOverrideType from_int(int val)
           
 int value()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

_SET_OVERRIDE

public static final int _SET_OVERRIDE
See Also:
Constant Field Values

SET_OVERRIDE

public static final SetOverrideType SET_OVERRIDE

_ADD_OVERRIDE

public static final int _ADD_OVERRIDE
See Also:
Constant Field Values

ADD_OVERRIDE

public static final SetOverrideType ADD_OVERRIDE
Constructor Detail

SetOverrideType

protected SetOverrideType(int _value)
Method Detail

value

public int value()

from_int

public static SetOverrideType from_int(int val)
                                throws BAD_PARAM
Throws:
BAD_PARAM