org.omg.CORBA
Class ParameterDescription

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

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

Generated from IDL struct "ParameterDescription".

Version:
generated at Jan 1, 2011 11:42:49 PM
Author:
JacORB IDL compiler V 2.3.0 (JBoss patch 6), 06-Jun-2007
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)
           
 
Method Summary
 
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)