org.jboss.iiop.rmi
Class ParameterAnalysis

java.lang.Object
  extended by org.jboss.iiop.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).

Version:
$Revision: 1.3.26.1 $
Author:
Ole Husgaard

Method Summary
 Class getCls()
          Return my Java type.
 String getIDLName()
          Return my unqualified IDL name.
 String getJavaName()
          Return my unqualified java name.
 ParameterMode getMode()
          Return my attribute mode.
 String getTypeIDLName()
          Return the IDL type name of my parameter type.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getMode

public 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.



Copyright © 2002 JBoss Group, LLC. All Rights Reserved.