Uses of Class org.omg.CORBA.ParameterMode

Uses in package org.omg.Dynamic

Constructors with parameter type org.omg.CORBA.ParameterMode

Parameter.Parameter(Any an_argument, ParameterMode a_mode)
Create an instance, initialising field to the passed values.

Fields of type org.omg.CORBA.ParameterMode

ParameterMode
The mode of the parameter.

Uses in package org.omg.CORBA

Constructors with parameter type org.omg.CORBA.ParameterMode

Create the initialised instance.

Fields of type org.omg.CORBA.ParameterMode

ParameterMode
This value means that the parameter is an IN parameter.
ParameterMode
This value means that the parameter is an INOUT parameter.
ParameterMode
This value means that the parameter is an OUT parameter.
ParameterMode
The stored ParameterMode value.

Methods with parameter type org.omg.CORBA.ParameterMode

void
Insert the parameter mode into the given Any.
void
Write the enumeration value (as int) to the CDR output stream.

Methods with return type org.omg.CORBA.ParameterMode

ParameterMode
Extract the parameter mode from the given Any.
ParameterMode
ParameterMode.from_int(int p_mode)
Get a parameter mode instance for the integer parameter mode code.
ParameterMode
Read the enumeration value (as int) from the CDR intput stream.