Package org.omg.CORBA
Class ParameterDescription
- java.lang.Object
-
- org.omg.CORBA.ParameterDescription
-
- All Implemented Interfaces:
java.io.Serializable
,IDLEntity
public final class ParameterDescription extends java.lang.Object implements IDLEntity
org/omg/CORBA/ParameterDescription.java . Generated by the IDL-to-Java compiler (portable), version "4.1" from /home/abuild/rpmbuild/BUILD/glassfish-corba-4.2.4/omgapi/src/main/idl/ir.idl Wednesday, February 21, 2024 at 12:00:00 PM Greenwich Mean Time
-
-
Constructor Summary
Constructors Constructor Description ParameterDescription()
ParameterDescription(java.lang.String _name, TypeCode _type, IDLType _type_def, ParameterMode _mode)
-
-
-
Field Detail
-
name
public java.lang.String name
-
type
public TypeCode type
-
type_def
public IDLType type_def
-
mode
public ParameterMode mode
-
-
Constructor Detail
-
ParameterDescription
public ParameterDescription()
-
ParameterDescription
public ParameterDescription(java.lang.String _name, TypeCode _type, IDLType _type_def, ParameterMode _mode)
-
-