|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.omg.CORBA.SetOverrideType
public class SetOverrideType
Defines the instruction, how the newly specified policies can be taken into consideration. The policies can be either added to the current policies or replace them.
| Field Summary | |
|---|---|
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. |
| 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. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
public static final int _ADD_OVERRIDE
public static final int _SET_OVERRIDE
public static final SetOverrideType ADD_OVERRIDE
public static final SetOverrideType SET_OVERRIDE
| Constructor Detail |
|---|
protected SetOverrideType(int a_value)
| Method Detail |
|---|
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 ObjectObject.getClass(),
Object.hashCode(),
Class.getName(),
Integer.toHexString(int)public int value()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||