corba/src/share/classes/org/omg/CORBA/SetOverrideType.java
changeset 4623 e3aaa29eff65
parent 4 02bb8761fcce
child 5555 b2b5ed3f0d0d
equal deleted inserted replaced
4554:e9c98378f6b9 4623:e3aaa29eff65
    29  * The mapping of a CORBA <code>enum</code> tagging
    29  * The mapping of a CORBA <code>enum</code> tagging
    30  * <code>SET_OVERRIDE</code> and <code>ADD_OVERRIDE</code>, which
    30  * <code>SET_OVERRIDE</code> and <code>ADD_OVERRIDE</code>, which
    31  * indicate whether policies should replace the
    31  * indicate whether policies should replace the
    32  * existing policies of an <code>Object</code> or be added to them.
    32  * existing policies of an <code>Object</code> or be added to them.
    33  * <P>
    33  * <P>
    34  * The method {@link omg.org.CORBA.Object._set_policy_override} takes
    34  * The method {@link org.omg.CORBA.Object#_set_policy_override} takes
    35  * either <code>SetOverrideType.SET_OVERRIDE</code> or
    35  * either <code>SetOverrideType.SET_OVERRIDE</code> or
    36  * <code>SetOverrideType.ADD_OVERRIDE</code> as its second argument.
    36  * <code>SetOverrideType.ADD_OVERRIDE</code> as its second argument.
    37  * The method <code>_set_policy_override</code>
    37  * The method <code>_set_policy_override</code>
    38  * creates a new <code>Object</code> initialized with the
    38  * creates a new <code>Object</code> initialized with the
    39  * <code>Policy</code> objects supplied as the first argument.  If the
    39  * <code>Policy</code> objects supplied as the first argument.  If the