- 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/jdk10-6b750cdb823a/corba/src/java.corba/share/classes/org/omg/PortableInterceptor/Interceptors.idl Friday, June 16, 2017 2:50:31 PM UTC
-
-
Field Summary
Fields Modifier and Type Field Description AnyargumentParameterModemode
-
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)
-
-