Name

ParameterMode

Synopsis

This class simply wraps the allowable modes for Parameters. PARAM_IN is used for IDL in parameters, PARAM_OUT is for out parameters, and PARAM_INOUT is for inout parameters. Added as of JDK 1.4.

                  Returned By
public class ParameterMode implements org.omg.CORBA.portable.IDLEntity {
// Protected Constructors
   protected ParameterMode( int value);  
// Public Constants
   public static final int _PARAM_IN;                            // =0
   public static final int _PARAM_INOUT;                         // =2
   public static final int _PARAM_OUT;                           // =1
   public static final ParameterMode PARAM_IN;  
   public static final ParameterMode PARAM_INOUT;  
   public static final ParameterMode PARAM_OUT;  
// Public Class Methods
   public static ParameterMode from_int( int value);  
// Public Instance Methods
   public int value();  
}

Passed To

ParameterModeHelper.{insert(), write()}, ParameterModeHolder.ParameterModeHolder(), org.omg.Dynamic.Parameter.Parameter()

Returned By

ParameterMode.from_int(), ParameterModeHelper.{extract(), read()}

Type Of

ParameterMode.{PARAM_IN, PARAM_INOUT, PARAM_OUT}, ParameterModeHolder.value, org.omg.Dynamic.Parameter.mode

Get Java Enterprise in a Nutshell, Second Edition now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.