org.omg.CORBA
Class ParameterDescription

java.lang.Object
  extended byorg.omg.CORBA.ParameterDescription
All Implemented Interfaces:
IDLEntity, java.io.Serializable

public final class ParameterDescription
extends java.lang.Object
implements IDLEntity

Generated from IDL definition of struct "ParameterDescription"

Author:
JacORB IDL compiler
See Also:
Serialized Form

Field Summary
 ParameterMode mode
           
 java.lang.String name
           
 TypeCode type
           
 IDLType type_def
           
 
Constructor Summary
ParameterDescription()
           
ParameterDescription(java.lang.String name, TypeCode type, IDLType type_def, ParameterMode mode)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

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)