All Packages  Class Hierarchy  This Package  Previous  Next  Index  

Class org.omg.CORBA.ParameterMode

java.lang.Object
    |
    +----org.omg.CORBA.ParameterMode

public final class ParameterMode
extends Object

IDL definition:
#pragma prefix "omg.org/CORBA"
enum ParameterMode {
PARAM_IN,
PARAM_OUT,
PARAM_INOUT
};


Variable Index

 o _PARAM_IN
 o _PARAM_INOUT
 o _PARAM_OUT
 o PARAM_IN
 o PARAM_INOUT
 o PARAM_OUT

Method Index

 o from_int(int)
 o value()

Variables

 o _PARAM_IN
public static final int _PARAM_IN
 o _PARAM_OUT
public static final int _PARAM_OUT
 o _PARAM_INOUT
public static final int _PARAM_INOUT
 o PARAM_IN
public static final ParameterMode PARAM_IN
 o PARAM_OUT
public static final ParameterMode PARAM_OUT
 o PARAM_INOUT
public static final ParameterMode PARAM_INOUT

Methods

 o value
public int value()
 o from_int
public static ParameterMode from_int(int $value)

All Packages  Class Hierarchy  This Package  Previous  Next  Index