JavaTM 2 Platform
Standard Edition

org.omg.CORBA
Class SetOverrideType

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

public class SetOverrideType
extends Object
implements IDLEntity

See Also:
Serialized Form

Field Summary
static int _ADD_OVERRIDE
          The int constant for the enum value ADD_OVERRIDE.
static int _SET_OVERRIDE
          The int constant for the enum value SET_OVERRIDE.
static SetOverrideType ADD_OVERRIDE
          The SetOverrideType constant for the enum value ADD_OVERRIDE
static SetOverrideType SET_OVERRIDE
          The SetOverrideType constant for the enum value SET_OVERRIDE
 
Constructor Summary
protected SetOverrideType(int _value)
           
 
Method Summary
static SetOverrideType from_int(int i)
          Converts the given int to the corresponding SetOverrideType instance.
 int value()
          Retrieves the value of this SetOverrideType instance.
 
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
The int constant for the enum value SET_OVERRIDE.

_ADD_OVERRIDE

public static final int _ADD_OVERRIDE
The int constant for the enum value ADD_OVERRIDE.

SET_OVERRIDE

public static final SetOverrideType SET_OVERRIDE
The SetOverrideType constant for the enum value SET_OVERRIDE

ADD_OVERRIDE

public static final SetOverrideType ADD_OVERRIDE
The SetOverrideType constant for the enum value ADD_OVERRIDE
Constructor Detail

SetOverrideType

protected SetOverrideType(int _value)
Method Detail

value

public int value()
Retrieves the value of this SetOverrideType instance.
Returns:
the int for this SetOverrideType instance.

from_int

public static SetOverrideType from_int(int i)
                                throws BAD_PARAM
Converts the given int to the corresponding SetOverrideType instance.
Parameters:
the - int to convert. It must be one of the int constants in the class SetOverrideType.
Returns:
the SetOverrideType instance whose value matches the given int
Throws:
BAD_PARAM - if the given int does not match the value of any SetOverrideType instance

JavaTM 2 Platform
Standard Edition

Submit a bug or feature
Java, Java 2D, and JDBC are a trademarks or registered trademarks of Sun Microsystems, Inc. in the US and other countries.
Copyright 1993-1999 Sun Microsystems, Inc. 901 San Antonio Road,
Palo Alto, California, 94303, U.S.A. All Rights Reserved.