- java.lang.Object
-
- org.omg.Dynamic.Parameter
-
- All Implemented Interfaces:
Serializable
,IDLEntity
public final class Parameter extends Object implements IDLEntity
org/omg/Dynamic/Parameter.java . Generated by the IDL-to-Java compiler (portable), version "3.2" from /home/abuild/rpmbuild/BUILD/jdk9-b656dea9398e/corba/src/java.corba/share/classes/org/omg/PortableInterceptor/Interceptors.idl Tuesday, September 5, 2017 10:37:52 AM UTC
-
-
Field Summary
Fields Modifier and Type Field Description Any
argument
ParameterMode
mode
-
Constructor Summary
Constructors Constructor Description Parameter()
Parameter(Any _argument, ParameterMode _mode)
-
-
-
Field Detail
-
argument
public Any argument
-
mode
public ParameterMode mode
-
-
Constructor Detail
-
Parameter
public Parameter()
-
Parameter
public Parameter(Any _argument, ParameterMode _mode)
-
-