org.omg.CORBA
public class SetOverrideType extends Object implements Serializable, IDLEntity
Modifier and Type | Field and Description |
---|---|
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.
|
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.
|
Modifier | Constructor and Description |
---|---|
protected |
SetOverrideType(int a_value)
No other instances can be created.
|
Modifier and Type | Method and Description |
---|---|
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.
|
public static final int _ADD_OVERRIDE
public static final int _SET_OVERRIDE
public static final SetOverrideType ADD_OVERRIDE
public static final SetOverrideType SET_OVERRIDE
protected SetOverrideType(int a_value)
public static SetOverrideType from_int(int kind)
kind
- one of _ADD_OVERRIDE or _SET_OVERRIDE.BAD_PARAM
- if the parameter is not one of these two values.public String toString()
toString
in class Object
Object.getClass()
,
Object.hashCode()
,
Class.getName()
,
Integer.toHexString(int)
public int value()