|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.omg.CORBA.ParameterDescription
This structure provides all data that describe a parameter. This structure is used by the describe operation when it is applied to a parameter.
Field Summary | |
ParameterMode |
mode
Struct member mode |
java.lang.String |
name
Struct member name |
TypeCode |
type
Struct member type |
IDLType |
type_def
Struct member type_def |
Constructor Summary | |
ParameterDescription()
Default constructor |
|
ParameterDescription(java.lang.String name,
TypeCode type,
IDLType type_def,
ParameterMode mode)
Constructor with fields initialization |
Methods inherited from class java.lang.Object |
clone, equals, finalize, 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)
name
- name struct membertype
- type struct membertype_def
- type_def struct membermode
- mode struct member
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |