VisiBroker for Java

org.omg.CORBA
Class ParameterMode

java.lang.Object
  extended by org.omg.CORBA.ParameterMode
All Implemented Interfaces:
java.io.Serializable, IDLEntity

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

This class enumerates the three modes of parameters:

See Also:
Serialized Form

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

_PARAM_IN

public static final int _PARAM_IN
Used for input from the client to the server.

See Also:
Constant Field Values

_PARAM_OUT

public static final int _PARAM_OUT
Used for output of results from the server to the client.

See Also:
Constant Field Values

_PARAM_INOUT

public static final int _PARAM_INOUT
Used both for input from the client and output from the server.

See Also:
Constant Field Values

PARAM_IN

public static final ParameterMode PARAM_IN
Used for input from the client to the server.


PARAM_OUT

public static final ParameterMode PARAM_OUT
Used for output of results from the server to the client.


PARAM_INOUT

public static final ParameterMode PARAM_INOUT
Used both for input from the client and output from the server.

Method Detail

value

public int value()

from_int

public static ParameterMode from_int(int _vis_value)

Borland Software Corporation
http://www.borland.com
100 Enterprise Way
Scotts Valley, CA 95066
Voice: (831) 431-1000
pubsweb@borland.com

Read the latest documentation online