org.omg.CORBA
public class SetOverrideType extends Object implements Serializable, IDLEntity
| Field Summary | |
|---|---|
| static SetOverrideType | ADD_OVERRIDE
Add the new policies to the existing policies.
|
| static SetOverrideType | SET_OVERRIDE
Replace the new existing policies by the new policies.
|
| static int | _ADD_OVERRIDE
Add the new policies to the existing policies. |
| static int | _SET_OVERRIDE
Replace the new existing policies by the new policies. |
| Constructor Summary | |
|---|---|
| protected | SetOverrideType(int a_value)
No other instances can be created. |
| Method Summary | |
|---|---|
| static SetOverrideType | from_int(int kind)
Returns the SetOverrideType, matching the given integer constant |
| String | toString()
Returns a short string representation.
|
| int | value()
Returns the value, representing stored instruction.
|
Parameters: kind one of _ADD_OVERRIDE or _SET_OVERRIDE.
Returns: one of ADD_OVERRIDE or SET_OVERRIDE.
Throws: BAD_PARAM if the parameter is not one of these two values.
Returns: either "add" or "replace".
Returns: one of ADD_OVERRIDE or SET_OVERRIDE