VisiBroker for Java

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

The ParameterDescription class describes a parameter for an operation that is stored in the interface repository.

See Also:
Serialized Form

Field Summary
 ParameterMode mode
          The parameter's mode.
 java.lang.String name
          The name of the parameter.
 TypeCode type
          The parameter's TypeCode.
 IDLType type_def
          The parameter's IDL type.
 
Constructor Summary
ParameterDescription()
           
ParameterDescription(java.lang.String name, TypeCode type, IDLType type_def, ParameterMode mode)
           
 
Method Summary
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

name

public java.lang.String name
The name of the parameter.


type

public TypeCode type
The parameter's TypeCode.


type_def

public IDLType type_def
The parameter's IDL type.


mode

public ParameterMode mode
The parameter's mode.

Constructor Detail

ParameterDescription

public ParameterDescription()

ParameterDescription

public ParameterDescription(java.lang.String name,
                            TypeCode type,
                            IDLType type_def,
                            ParameterMode mode)

Borland Software Corporation
http://www.borland.com
100 Enterprise Way
Scotts Valley, CA 95066
Voice: (831) 431-1000
pubsweb@borland.com

Read the latest documentation online