org.omg.CORBA

Class ParameterMode

Implemented Interfaces:
IDLEntity, java.io.Serializable

public final class ParameterMode
extends java.lang.Object
implements IDLEntity

Generated from IDL definition of enum "ParameterMode"

Author:
JacORB IDL compiler

Field Summary

static ParameterMode
PARAM_IN
static ParameterMode
PARAM_INOUT
static ParameterMode
PARAM_OUT
static int
_PARAM_IN
static int
_PARAM_INOUT
static int
_PARAM_OUT

Constructor Summary

ParameterMode(int i)

Method Summary

static ParameterMode
from_int(int value)
int
value()

Field Details

PARAM_IN

public static final ParameterMode PARAM_IN


PARAM_INOUT

public static final ParameterMode PARAM_INOUT


PARAM_OUT

public static final ParameterMode PARAM_OUT


_PARAM_IN

public static final int _PARAM_IN

Field Value:
0


_PARAM_INOUT

public static final int _PARAM_INOUT

Field Value:
2


_PARAM_OUT

public static final int _PARAM_OUT

Field Value:
1

Constructor Details

ParameterMode

protected ParameterMode(int i)

Method Details

from_int

public static ParameterMode from_int(int value)


value

public int value()