Package org.omg.CORBA
Class ParameterMode
java.lang.Object
org.omg.CORBA.ParameterMode
- All Implemented Interfaces:
Serializable
,IDLEntity
Enumeration of parameter modes for Parameter. Possible vaues:
- PARAM_IN - Represents an "in" parameter.
- PARAM_OUT - Represents an "out" parameter.
- PARAM_INOUT - Represents an "inout" parameter.
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate static ParameterMode[]
private static int
private int
static final int
static final int
static final int
static final ParameterMode
static final ParameterMode
static final ParameterMode
-
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
__value
private int __value -
__size
private static int __size -
__array
-
_PARAM_IN
public static final int _PARAM_IN- See Also:
-
PARAM_IN
-
_PARAM_OUT
public static final int _PARAM_OUT- See Also:
-
PARAM_OUT
-
_PARAM_INOUT
public static final int _PARAM_INOUT- See Also:
-
PARAM_INOUT
-
-
Constructor Details
-
ParameterMode
protected ParameterMode(int value)
-
-
Method Details
-
value
public int value() -
from_int
-