- java.lang.Object
-
- org.omg.CORBA.ParameterMode
-
- All Implemented Interfaces:
- Serializable, IDLEntity
public class ParameterMode extends Object implements 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
Fields Modifier and Type Field and Description static int
_PARAM_IN
static int
_PARAM_INOUT
static int
_PARAM_OUT
static ParameterMode
PARAM_IN
static ParameterMode
PARAM_INOUT
static ParameterMode
PARAM_OUT
-
Constructor Summary
Constructors Modifier Constructor and Description protected
ParameterMode(int value)
-
-
-
Field Detail
-
_PARAM_IN
public static final int _PARAM_IN
- See Also:
- Constant Field Values
-
PARAM_IN
public static final ParameterMode PARAM_IN
-
_PARAM_OUT
public static final int _PARAM_OUT
- See Also:
- Constant Field Values
-
PARAM_OUT
public static final ParameterMode PARAM_OUT
-
_PARAM_INOUT
public static final int _PARAM_INOUT
- See Also:
- Constant Field Values
-
PARAM_INOUT
public static final ParameterMode PARAM_INOUT
-
-
Method Detail
-
value
public int value()
-
from_int
public static ParameterMode from_int(int value)
-
-
Document created the 11/06/2005, last modified the 04/03/2020
Source of the printed document:https://www.gaudry.be/en/java-api-rf-org/omg/corba/parametermode.html
The infobrol is a personal site whose content is my sole responsibility. The text is available under CreativeCommons license (BY-NC-SA). More info on the terms of use and the author.
References
These references and links indicate documents consulted during the writing of this page, or which may provide additional information, but the authors of these sources can not be held responsible for the content of this page.
The author This site is solely responsible for the way in which the various concepts, and the freedoms that are taken with the reference works, are presented here. Remember that you must cross multiple source information to reduce the risk of errors.