| 
                  VisiBroker for Java  | 
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.omg.CORBA.ParameterMode
public final class ParameterMode
This class enumerates the three modes of parameters:
| Field Summary | |
|---|---|
static int | 
_PARAM_IN
Used for input from the client to the server.  | 
static int | 
_PARAM_INOUT
Used both for input from the client and output from the server.  | 
static int | 
_PARAM_OUT
Used for output of results from the server to the client.  | 
static ParameterMode | 
PARAM_IN
Used for input from the client to the server.  | 
static ParameterMode | 
PARAM_INOUT
Used both for input from the client and output from the server.  | 
static ParameterMode | 
PARAM_OUT
Used for output of results from the server to the client.  | 
| Method Summary | |
|---|---|
static ParameterMode | 
from_int(int _vis_value)
 | 
 int | 
value()
 | 
| Methods inherited from class java.lang.Object | 
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
| Field Detail | 
|---|
public static final int _PARAM_IN
public static final int _PARAM_OUT
public static final int _PARAM_INOUT
public static final ParameterMode PARAM_IN
public static final ParameterMode PARAM_OUT
public static final ParameterMode PARAM_INOUT
| Method Detail | 
|---|
public int value()
public static ParameterMode from_int(int _vis_value)
  | 
                 
  | 
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||