Frames | No Frames |
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.
|
Constructors with parameter type org.omg.CORBA.ParameterMode | |
Create an instance, initialising field to the passed values.
|
Fields of type org.omg.CORBA.ParameterMode | |
ParameterMode | The mode of the parameter. |