Uses of Class
org.omg.CORBA.ParameterMode
-
Packages that use ParameterMode Package Description org.omg.CORBA 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).org.omg.Dynamic -
-
Uses of ParameterMode in org.omg.CORBA
Fields in org.omg.CORBA declared as ParameterMode Modifier and Type Field Description private static ParameterMode[]ParameterMode. __arrayParameterModeParameterDescription. modestatic ParameterModeParameterMode. PARAM_INstatic ParameterModeParameterMode. PARAM_INOUTstatic ParameterModeParameterMode. PARAM_OUTParameterModeParameterModeHolder. valueMethods in org.omg.CORBA that return ParameterMode Modifier and Type Method Description static ParameterModeParameterModeHelper. extract(Any a)static ParameterModeParameterMode. from_int(int value)static ParameterModeParameterModeHelper. read(InputStream istream)Methods in org.omg.CORBA with parameters of type ParameterMode Modifier and Type Method Description static voidParameterModeHelper. insert(Any a, ParameterMode that)static voidParameterModeHelper. write(OutputStream ostream, ParameterMode value)Constructors in org.omg.CORBA with parameters of type ParameterMode Constructor Description ParameterDescription(java.lang.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 ParameterMode Modifier and Type Field Description ParameterModeParameter. modeConstructors in org.omg.Dynamic with parameters of type ParameterMode Constructor Description Parameter(Any _argument, ParameterMode _mode)
-