|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.omg.FT.MethSignStr
Field Summary | |
org.omg.CORBA.TypeCode[] |
except_types
|
java.lang.String |
name
|
int[] |
param_modes
|
org.omg.CORBA.TypeCode[] |
param_types
|
char |
type
|
Constructor Summary | |
MethSignStr()
|
|
MethSignStr(java.lang.String name,
char type,
org.omg.CORBA.TypeCode[] param_types,
int[] param_modes,
org.omg.CORBA.TypeCode[] except_types)
|
Methods inherited from class java.lang.Object |
|
Field Detail |
public java.lang.String name
public char type
public org.omg.CORBA.TypeCode[] param_types
public int[] param_modes
public org.omg.CORBA.TypeCode[] except_types
Constructor Detail |
public MethSignStr()
public MethSignStr(java.lang.String name, char type, org.omg.CORBA.TypeCode[] param_types, int[] param_modes, org.omg.CORBA.TypeCode[] except_types)
|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |