|
Préférences
Moteurs de recherche
|
||||||||||||||||||||||||
JavaTM 2 Platform Std. Ed. v1.6.0
org.omg.CORBA
|
Field Summary | |
---|---|
static int |
_ADD_OVERRIDE
The int constant for the enum value ADD_OVERRIDE. |
static int |
_SET_OVERRIDE
The int constant for the enum value SET_OVERRIDE. |
static SetOverrideType |
ADD_OVERRIDE
The SetOverrideType constant for the enum value ADD_OVERRIDE. |
static SetOverrideType |
SET_OVERRIDE
The SetOverrideType constant for the enum value SET_OVERRIDE. |
Constructor Summary | |
---|---|
protected |
SetOverrideType(int _value)
Constructs a SetOverrideType instance from an
int . |
Method Summary | |
---|---|
static SetOverrideType |
from_int(int i)
Converts the given int to the corresponding
SetOverrideType instance. |
int |
value()
Retrieves the value of this SetOverrideType instance. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final int _SET_OVERRIDE
int
constant for the enum value SET_OVERRIDE.
public static final int _ADD_OVERRIDE
int
constant for the enum value ADD_OVERRIDE.
public static final SetOverrideType SET_OVERRIDE
SetOverrideType
constant for the enum value SET_OVERRIDE.
public static final SetOverrideType ADD_OVERRIDE
SetOverrideType
constant for the enum value ADD_OVERRIDE.
Constructor Detail |
---|
protected SetOverrideType(int _value)
SetOverrideType
instance from an
int
.
_value
- must be either SET_OVERRIDE
or
ADD_OVERRIDE
Method Detail |
---|
public int value()
SetOverrideType
instance.
int
for this SetOverrideType
instance.public static SetOverrideType from_int(int i)
int
to the corresponding
SetOverrideType
instance.
i
- the int
to convert; must be either
SetOverrideType._SET_OVERRIDE
or
SetOverrideType._ADD_OVERRIDE
SetOverrideType
instance whose value
matches the given int
BAD_PARAM
- if the given int
does not
match the value of
any SetOverrideType
instance