API Overview API Index Package Overview Direct link to this page
JDK 1.6
  org.omg.CORBA. SetOverrideType View Source
Author(s)
OMG
Since
JDK1.2
Version
1.16 11/17/05
Serial
Hierarchy
 Object
      SetOverrideType
Implements
 IDLEntity
Subclasses
Description
public class SetOverrideType
  The mapping of a CORBA enum tagging SET_OVERRIDE and ADD_OVERRIDE, which indicate whether policies should replace the existing policies of an Object or be added to them.
See also:   
Constructors
protected SetOverrideType (int _value)
  Constructs a SetOverrideType instance from an int.
Methods
Hide/Show inherited methods
publicstatic SetOverrideType from_int (int i)
  Converts the given int to the corresponding SetOverrideType instance.
public int value ()
  Retrieves the value of this SetOverrideType instance.
Fields
Hide/Show inherited fields
publicfinalstatic int _ADD_OVERRIDE = "1"
The int constant for the enum value ADD_OVERRIDE.
publicfinalstatic int _SET_OVERRIDE = "0"
The int constant for the enum value SET_OVERRIDE.
publicfinalstatic SetOverrideType ADD_OVERRIDE
The SetOverrideType constant for the enum value ADD_OVERRIDE.
publicfinalstatic SetOverrideType SET_OVERRIDE
The SetOverrideType constant for the enum value SET_OVERRIDE.
Nested Classes
Generated By: JavaOnTracks Doclet 0.1.4     ©Thibaut Colar