|
||||||||||
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
Generated from IDL definition of struct "ParameterDescription"
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 |
---|
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 |