org.omg.CORBA
Class SetOverrideType

java.lang.Object
  extended by org.omg.CORBA.SetOverrideType
All Implemented Interfaces:
Serializable, IDLEntity

public class SetOverrideType
extends Object
implements IDLEntity

See Also:
Serialized Form

Field Summary
static int _ADD
           
static int _SET_OVERRIDE
           
static SetOverrideType ADD
           
static SetOverrideType SET_OVERRIDE
           
 
Constructor Summary
protected SetOverrideType(int _value)
           
 
Method Summary
static SetOverrideType from_int(int val)
           
 Object readResolve()
           
 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

public static final int _ADD
See Also:
Constant Field Values

ADD

public static final SetOverrideType ADD
Constructor Detail

SetOverrideType

protected SetOverrideType(int _value)
Method Detail

value

public int value()

from_int

public static SetOverrideType from_int(int val)

readResolve

public Object readResolve()
                   throws ObjectStreamException
Throws:
ObjectStreamException


Copyright © 2003-2012 Apache Software Foundation. All Rights Reserved.