Package org.wildfly.iiop.openjdk.rmi
Class ParameterAnalysis
- java.lang.Object
-
- org.wildfly.iiop.openjdk.rmi.ParameterAnalysis
-
public class ParameterAnalysis extends Object
Parameter analysis. Routines here are conforming to the "Java(TM) Language to IDL Mapping Specification", version 1.1 (01-06-07).- Author:
- Ole Husgaard
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ClassgetCls()Return my Java type.StringgetIDLName()Return my unqualified IDL name.StringgetJavaName()Return my unqualified java name.org.omg.CORBA.ParameterModegetMode()Return my attribute mode.StringgetTypeIDLName()Return the IDL type name of my parameter type.
-
-
-
Method Detail
-
getMode
public org.omg.CORBA.ParameterMode getMode()
Return my attribute mode.
-
getCls
public Class getCls()
Return my Java type.
-
getTypeIDLName
public String getTypeIDLName()
Return the IDL type name of my parameter type.
-
getIDLName
public String getIDLName()
Return my unqualified IDL name.
-
getJavaName
public String getJavaName()
Return my unqualified java name.
-
-