Uses of Class
org.omg.CORBA.ParameterMode
Packages that use ParameterMode
Package
Description
Provides the mapping of the OMG CORBA APIs to the JavaTM
programming language, including the class ORB, which is implemented
so that a programmer can use it as a fully-functional Object Request Broker
(ORB).
-
Uses of ParameterMode in org.omg.CORBA
Fields in org.omg.CORBA declared as ParameterModeModifier and TypeFieldDescriptionprivate static ParameterMode[]
ParameterMode.__array
ParameterDescription.mode
static final ParameterMode
ParameterMode.PARAM_IN
static final ParameterMode
ParameterMode.PARAM_INOUT
static final ParameterMode
ParameterMode.PARAM_OUT
ParameterModeHolder.value
Methods in org.omg.CORBA that return ParameterModeModifier and TypeMethodDescriptionstatic ParameterMode
static ParameterMode
ParameterMode.from_int
(int value) static ParameterMode
ParameterModeHelper.read
(InputStream istream) Methods in org.omg.CORBA with parameters of type ParameterModeModifier and TypeMethodDescriptionstatic void
ParameterModeHelper.insert
(Any a, ParameterMode that) static void
ParameterModeHelper.write
(OutputStream ostream, ParameterMode value) Constructors in org.omg.CORBA with parameters of type ParameterModeModifierConstructorDescriptionParameterDescription
(String _name, TypeCode _type, IDLType _type_def, ParameterMode _mode) ParameterModeHolder
(ParameterMode initialValue) -
Uses of ParameterMode in org.omg.Dynamic
Fields in org.omg.Dynamic declared as ParameterModeConstructors in org.omg.Dynamic with parameters of type ParameterMode