| 
                  VisiBroker for Java  | 
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.omg.CORBA.ParameterDescription
public final class ParameterDescription
The ParameterDescription class describes a parameter for an operation that is stored in the interface repository.
| 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 | 
|---|
public java.lang.String name
public TypeCode type
public IDLType type_def
public ParameterMode mode
| Constructor Detail | 
|---|
public ParameterDescription()
public ParameterDescription(java.lang.String name,
                            TypeCode type,
                            IDLType type_def,
                            ParameterMode mode)
  | 
                 
  | 
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||